Abhinav Nadh Thirupathi1,
Tuka Alhanai2,
Mohammad M. Ghassemi1
1 Michigan State University 2 New York University Abu Dhabi
Data and Code for "A Machine Learning Approach to Detect Early Signs of Startup Success", published in the 2nd ACM International Conference on AI in Finance (ICAIF 2021).
In this study, we investigate a heterogeneous set of startup ven- tures (different ages, products, teams, levels of maturity, etc.) to identify the time-independent factors associated with their future success. More specifically, we investigated 3,160 unique companies, all of which were recipients of Small Business Innovation Research (SBIR) or Small Business Technology Transfer (STTR) awards. For each company, we collected any publicly available information: the SBIR/STTR award (amount, agency, principal investigator, etc.), and Crunchbase business profile. The collected data were used to train a XGBoost model that predicts whether a company had an initial public offering (IPO), and/or merged with, and/or was acquired by another entity (M&A). The performance of the model assessed using leave one-out-cross validation (LOOCV) was strong: 84% accuracy and 0.91 AUC. We found that employees with entrepreneurial expe- rience, arts, and/or STEM educational backgrounds, among other characteristics played a significant role in predicting the success of small businesses. Our results indicate that machine learning models may be used to assess the viability of small ventures.
data
study
contains the company-level and people-level data utilized in the paper.
analysis.ipynb
is the Jupyter Notebook that contains the analyses presented in the paper.figures
contains the figures used in the paperdata_preparation_pipeline.pdf
shows the five steps of the data preparation pipeline used in this paperreliability_diagram.pdf
shows the statistical calibration of the model developed in this paperSHAP_feature_importance.pdf
shows the top 10 features of the model based on the mean absolute SHAP values in this paper
@inproceedings{thirupathi2021machine,
title = {A Machine Learning Approach to Detect Early Signs of Startup Success},
author = {Thirupathi, Abhinav Nadh and Alhanai, Tuka and Ghassemi, Mohammad M},
booktitle = {Proceedings of the Second ACM International Conference on AI in Finance},
pages = {1--8},
year = {2021},
publisher = {Association for Computing Machinery},
doi = {10.1145/3490354.3494374},
series = {ICAIF '21}
}