https://github.com/hyzhak/scikit-learn-experiments
scikit-learn experiments
https://github.com/hyzhak/scikit-learn-experiments
data-science scikit-learn sklearn
Last synced: about 2 months ago
JSON representation
scikit-learn experiments
- Host: GitHub
- URL: https://github.com/hyzhak/scikit-learn-experiments
- Owner: hyzhak
- License: mit
- Created: 2017-07-07T21:38:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T09:57:28.000Z (over 7 years ago)
- Last Synced: 2025-06-12T18:33:51.382Z (about 1 year ago)
- Topics: data-science, scikit-learn, sklearn
- Language: Jupyter Notebook
- Size: 4.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Skilearn Experiments
scikit-learn experiments. Based on official tutorial.
## Notebooks
- [cross validation](https://github.com/hyzhak/skilearn-experiments/blob/master/cross_validation.ipynb)
- [tunning hyper parameters](https://github.com/hyzhak/skilearn-experiments/blob/master/tunning_hyper_parameters.ipynb)
- [model evaluation](https://github.com/hyzhak/skilearn-experiments/blob/master/model_evaluation.ipynb)
- [validation curves](https://github.com/hyzhak/skilearn-experiments/blob/master/validation_curves.ipynb)
- [datasets](https://github.com/hyzhak/skilearn-experiments/blob/master/datasets.ipynb)
- [scale](https://github.com/hyzhak/skilearn-experiments/blob/master/scale.ipynb)
- [performance](https://github.com/hyzhak/skilearn-experiments/blob/master/performance.ipynb)
## Additional
- [matplotlib](https://github.com/hyzhak/skilearn-experiments/blob/master/matplotlib.ipynb)