mahmoudmuawad / scikit-learn_Common_Practice

This Repo contains the Basic Usage of scikit-learn functions and classes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scikit-Learn

machine learning with scikit-learn

This Repo contains most of common uses of sci-kit learn

note : these notebooks can be used a self reference

Dependencies


scikit-learn requires:

- Python (>= 3.5)
- NumPy (>= 1.11.0)
- SciPy (>= 0.17.0)
- joblib (>= 0.11)

User installation

If you already have a working installation of numpy and scipy, the easiest way to install scikit-learn is using pip ::

pip install -U scikit-learn

or conda::

conda install scikit-learn

The documentation includes more detailed installation instructions <http://scikit-learn.org/stable/install.html>_.

Content

  • Linear Regression
  • Regularization
  • Random Forest Regression
  • SVR
  • Decision Tree Regression
  • Logistic Regression
  • Decision Tree
  • SVM
  • SVR
  • KNN
  • Naive Bayes
  • Kernel SVM
  • Random Forest
  • HC-Clustring
  • Kmeans-Clustring

About

This Repo contains the Basic Usage of scikit-learn functions and classes

License:MIT License


Languages

Language:Jupyter Notebook 100.0%