biedun / KickASSstartER

MIT License
0 stars 1 forks source link

Hypotesis #3

Open biedun opened 8 months ago

soz7557 commented 8 months ago

Hyp 1 : Find the pledged amount estimation to the stakeholder on the base of given Catagory -> Subcatagory -> country and the goal amount. To Estimate if this kickstarter going to be Succesfull or Failed.

Hyp 2 : Find the pledged amount estimation and No. of Expected Backer to the stakeholder on the base of given Catagory -> Subcatagory -> country and the goal amount. To Estimate if this kickstarter going to be Succesfull or Failed.

Hyp 3 : Find the pledged amount estimation and No. of Expected Backer , with their minimum must donation amount to the stakeholder on the base of given Catagory -> Subcatagory -> country with in the deadline the goal amount. To Estimate if this kickstarter going to be Succesfull or Failed.

biedun commented 8 months ago

In this Hypothesises we will evaluate two probable targets of the future model: -Pledged money -Pledged to Goal coeficient (if >=1 than kickstarter is succesfull)

The features for the model are goint to be all other variables.

In the evaluation we will drop all other states than successfull and failed, as they do not matter.

The EDA should conclude with psydocode for the ML model, that includes pipelining, bagging model.