butlerbt / pipelines

Learning how to use scikit-learn's Pipeline object

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction to Pipelines

This repository introduces the concepts of pipelines using the scikit-learn library.

pipeline-env

To reproduce the pipeline-env conda environment, please run the following bash commands:

# create pipeline-env from the environment.yml file
conda env create -f environment.yml

# add pipeline-env as a kernel in jupyter
python -m ipykernel install --user --name=pipeline-env

About

Learning how to use scikit-learn's Pipeline object

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 88.1%Language:Python 11.9%