An open API service indexing awesome lists of open source software.

https://github.com/tansudasli/tensorflow-sandbox

all about machine learning
https://github.com/tansudasli/tensorflow-sandbox

apache-arrow keras machine-learning numpy pandas scikit-learn tensorflow2

Last synced: about 1 month ago
JSON representation

all about machine learning

Awesome Lists containing this project

README

          

# tensorflow-sandbox

- numpy
- pandas
- sklearn
- tf2

### General structure of an ML pipeline

- data gathering (sampling),
- EDA (data, outliers, relations)
- preprocessing
- split (sampling)
- model (fit, predict, hyper-tune)
- regression
- classification
- clustering
- evaluation

for more [detail ...](https://github.com/tansudasli/tensorflow-sandbox/wiki)