项目作者: phamthaiide

项目描述 :
Jupyter Notebooks
高级语言: Jupyter Notebook
项目地址: git://github.com/phamthaiide/jupyternotebooks.git
创建时间: 2018-11-12T16:50:57Z
项目社区:https://github.com/phamthaiide/jupyternotebooks

开源协议:MIT License

下载


Repository of Jupyter Notebooks

Overview

The repository contains notebooks demonstrating EDA or modeling options for various datasets.

Politics and Statistics

This notebook looks at the US presidential elections across 3 years (2008, 2012, 2016). It attempts some EDA on the data and makes prediction of the 2016 outcome.

MNIST Analysis

This notebook contains a few modeling options to dissect MNIST (SVM, KNN, Logistic Regression, and XGBoost)

Yelp Recommender System

This notebook works with dataset released by Yelp on Kaggle.com as well as via their Fusion API to attempt building a recommender system using collaborative filtering - matrix factorization.

NYC Green Taxis Demand - Time Series Analysis

This notebook is about performing exploratory analysis (with some geographical data manipulation) as well as a time series analysis