An open API service indexing awesome lists of open source software.

https://github.com/mohith1306/startup_profit_prediction

Predicting startup profit using ML models (Linear & Random Forest Regression)
https://github.com/mohith1306/startup_profit_prediction

data-science machine-learning python regression

Last synced: 3 months ago
JSON representation

Predicting startup profit using ML models (Linear & Random Forest Regression)

Awesome Lists containing this project

README

          

# 🚀 Startup Profit Prediction

This project uses machine learning models to predict the **profit of a startup** based on R&D Spend, Administration cost, and Marketing Spend.
It leverages both **Linear Regression** and **Random Forest Regressor**, achieving high accuracy and great visual insights.

---

## 📊 Model Performance

| Model | R² Score |
|-------------------------|----------|
| Linear Regression | 96.68% |
| Random Forest Regressor | 95.08% |

---

## 📸 Actual vs Predicted Plot

![Actual vs Predicted for linear regression](visualize/actualvspredicted_linear_regression.png)
![Actual vs Predicted for random forest regression](visualize/actualvspredicted_random_forest_regression.png)

---

## ⚙️ Technologies Used

- Python
- Jupyter Notebook
- pandas, NumPy
- scikit-learn
- matplotlib, seaborn

---

## ▶️ How to Run

1. Clone the repo:
```bash
git clone https://github.com/your-username/startupprediction.git
cd startupprediction