Skip to content

Lviv Data Science Summer School 2019 lecture on Automated Machine Learning

Notifications You must be signed in to change notification settings

pprett/aml-class-19

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Automated Machine Learning

This repository holds the slides and examples of a class on Automated Machine Learning as Jupyter notebooks.

TOC

1 Introduction

II Tools & Techniques for Automated Machine Learning

III Create Value using Automation

Requirements

Python

Create a new conda env:

conda create -n aml python=3.7
source activate aml

Jupyter

conda install -y -c conda-forge jupyterlab
conda install -y -c conda-forge ipywidgets

Pydata & dependencies

conda install -y -c conda-forge matplotlib
conda install -y -c conda-forge seaborn

conda install -c anaconda scikit-learn==0.21.2

pip install git+https://github.com/kitchoi/scikit-optimize@fix-762-sklearn-0.21
pip install tpot==0.10.2

Optional

conda install -y --freeze-installed -c conda-forge graphviz
conda install -y --freeze-installed -c conda-forge python-graphviz

About

Lviv Data Science Summer School 2019 lecture on Automated Machine Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published