Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vaibhavs10/learn-ml

Modified notebooks (single) from kaggle.com/learn with added nuances
https://github.com/vaibhavs10/learn-ml

decision-trees machine-learning pandas random-forest scikit-learn

Last synced: 17 days ago
JSON representation

Modified notebooks (single) from kaggle.com/learn with added nuances

Awesome Lists containing this project

README

        

# Learn Machine Learning (Under Development)

## Notebooks

* **learn-ml-1:** Loading data, selecting and filtering, DecisionTreeRegressor, RandomForestRegressor, validation
* **learn-ml-2:** get_dummies (categorical variables), missing value (fillna, dropna, Imputer)

## Commit History

* Commit 1: Added End-End pipeline for building a RandomForestRegressor model and testing it
* Commit 2: Added Categorical and Missing value handling to existing pipeline