A machine-learning project that analyzes company revenue, employee trends, and predicts future revenue using LightGBM and Scikit-Learn.
- Revenue prediction using LightGBMRegressor
- AI vs Non-AI revenue & employee growth visualizations
- Model performance metrics (MAE, MSE, RMSE, R²)
Python, Pandas, NumPy, Matplotlib, Seaborn, Scikit-Learn, LightGBM, Jupyter
git clone https://github.com/curator-me/Revenue-Prediction-model.git
cd Revenue-Prediction-modelpython3 -m venv venv
source venv/bin/activate # Mac/Linux
venv\Scripts\activate # Windowspip install -r requirements.txtjupyter notebookanalysis.ipynb— main notebookai_flagged_company_data.csv— datasetREADME.md— project summary