RPI-DATA / classification

0 stars 0 forks source link

Initial Exploration #1

Open jkuruzovich opened 5 years ago

jkuruzovich commented 5 years ago

Some sites to look at for initial analysis:

DATA8 http://data8.org https://github.com/data-8/materials-su18

Data100 http://www.ds100.org https://github.com/DS-100/fa17

jkuruzovich commented 5 years ago

Figure out easy way to get multiple datasets.
https://github.com/Kaggle/kaggle-api

jkuruzovich commented 5 years ago

https://github.com/amueller/scipy-2018-sklearn

sunnyr3 commented 5 years ago

Types of classification algorithms in machine learning:

sunnyr3 commented 5 years ago

Sample analysis using logistic regression: https://github.com/SidSachdev/AdvertisingLogisticRegresssion

sunnyr3 commented 5 years ago

An article that simply summarizes each classification algorithm: Types of classification algorithms in Machine Learning by Mandeep Sidana

jkuruzovich commented 5 years ago

https://github.com/amueller/scipy-2018-sklearn

sunnyr3 commented 5 years ago

Example notebook for Random Forest: reproduce-stock-market-direction-random-forests

JacksonFWong commented 5 years ago

Notebook that explores classification using a census dataset

Performs:

Link: https://github.com/dformoso/sklearn-classification.git

Also uploaded to notebooks folder