SoftwarePhil / machine_learning_5_models

looking at 5 machine learning models and 2 different datasets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo contains two python jupyter notebooks

machine_learning_project1_ADULT.ipynb - all machine learning algorithms for wine dataset machine_learning_project1_WINE.ipynb - all machine learning algorithms for adult dataset

the following dependencies are needed

pip install numpy=1.17.2
pip install sklearn
pip install matplotlib=3.1.1
pip install scipy=1.3.1
pip install jupyter notebook

RUN 'jupyter notebook' in this directory

About

looking at 5 machine learning models and 2 different datasets


Languages

Language:Jupyter Notebook 100.0%