omoju / tutorial-bagging-models

An introduction to bagging models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bagging Models with Scikit-Learn tutorial

  1. Tutorial on bagging models using SciKit-Learn (beginner level).

Materials modified from glouppe/tutorials-scikit-learn|BSD 3-clause license

Installation instructions

  1. Download and install the latest Anaconda distribution, coming with Python 2.7 and the full scientific Python stack.

  2. Install dependencies:

conda install numpy scipy scikit-learn jupyter matplotlib 
  1. Clone this repository and start Jupyter
git clone https://github.com/omoju/tutorial-bagging-models.git
cd tutorial-bagging-models
jupyter notebook

About

An introduction to bagging models


Languages

Language:Jupyter Notebook 99.8%Language:Python 0.2%