You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of this project is to analyze and predict the profit of a startup using features such as 'R&D Spend', 'Administration', 'Marketing Spend', 'State', etc. By leveraging multiple regression techniques, this project aims to identify the most significant factors influencing startup profitability and build a robust predictive model.
5
+
6
+
**DATASET**
7
+
8
+
Dataset can be downloaded from [here](https://www.kaggle.com/sonalisingh1411/startup50).
9
+
10
+
**LIBRARIES NEEDED**
11
+
- pandas
12
+
- NumPy
13
+
- Matplotlib
14
+
- sklearn (For data training, importing models and performance check)
15
+
16
+
17
+
**CONCLUSION**
18
+
19
+
* The analysis of the startup dataset reveals significant correlations between the features and the profits, providing valuable insights for potential investors and decision-makers.
0 commit comments