Skip to content

yilunc/IsYourStartupDying-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 

Repository files navigation

IsYourStartupDying?

Classifier to answer the question:

Is it dying or nah?

Uses ML neighbor classifier algorithm to let budding entrepreneurs if their startup is successful or not, just enter your company details in, sit back, cross your fingers and read your result which was calculated based on pre-existing database of over 73,000 startups.

Current accuracy

98.941% using k=9.

Usage

To test:

$ python classify-startup.py test {k_value}

To classify your company:

$ python classify-startup.py name status market country city funding_value funding_rounds first_round_date last_round_date {k_value}

Note: Multi word inputs must be surrounded by ''

  • name: Company name (it doesnt relly matter what this is)
  • Status: operating, aquired, ipo or closed
  • market: i.e Tourism, 'Real Estate', 'Music Services'
  • country: i.e USA, Canada, 'United Kingdom'
  • city: i.e 'San Franciso', London
  • funding value: Total value to date i.e 2000000
  • funding rounds: i.e 3
  • first/last round date: Date of first and last funding, YYYY-MM-DD

ex: $ python classify_startup.py Generic operating 'Real Estate' USA 'San Francisco' 2000 1 2016-01-01 2016-01-01