AIMPED / ML_Classification_Kickstarter

Predict if Kickstarter Project will be funded

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ML_Classification_Kickstarter

In this notebook we explore the Kickstarter.com dataset, that someone kindly scraped for us from the Kickstarter website. We try to predict the success of the campaigns based on the data available to us. There are two scripts, one is to preprocess the csv files and save them as one large csv file; the other script is to train a random forest classifier model and save the model to a file.

About

Predict if Kickstarter Project will be funded

License:MIT License


Languages

Language:Jupyter Notebook 99.6%Language:Python 0.4%