Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 2.58 KB

README.md

File metadata and controls

40 lines (32 loc) · 2.58 KB

Kickstarter Success Predictor

Ever wanted to know if your big idea for a kickstart project would be a success? Well, this is an app that was built to predict whether a Kickstarter campaign will be a success or failure and also gives the user help to optimize their campaign for a higher chance of success. It takes in user input and returns a prediction using a machine learning algorithm based on the given values for the date created, the date launched, the number of backers, goal amount, USD pledged, month launched, category, country code, and currency code.

You can find the App here

Click this link to be taken to the webpage --> Kickstarter App

How to use

Visit the link to our app here you can give the required information about your Kickstarter project. Click check odds and it will return a prediction based on our machine learning model of whether the campaign will be a success or failure.
Based on our machine learning model we recommend getting your campaign as a "staff pick" and focusing on a good goal as these are the 2 most important features to consider when predicting whether a campaign will be successful or not.

Built using

The machine learning model was trained on this data

License

Distributed under the MIT License. See LICENSE.txt for more information

Contributers