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

https://github.com/lkethridge/machine_learning_in_business

Machine Learning in Business project for TripleTen
https://github.com/lkethridge/machine_learning_in_business

bootstrapping business-metrics confidence-interval conversion cross-validation data-collection data-labelling data-sources funnels machine-learning margin net-profit-margin operating-profit python return-on-investment revenue sklearn

Last synced: 6 months ago
JSON representation

Machine Learning in Business project for TripleTen

Awesome Lists containing this project

README

          

# Machine_Learning_in_Business
## *This was a Machine Learning in Business project for TripleTen. πŸ‘©πŸ½β€πŸ’»*
This project leveraged machine learning and bootstrapping to identify an optimal region among three options for fictional energy company OilyGiant’s expansion, focusing on maximizing profit and minimizing risk. Using a linear regression model and a dataset of 100,000 data points, Region 2 emerged as the best choice, with an average potential profit exceeding $4 million, a 95% confidence interval predicting positive returns, and only a 1.8% risk of loss. These findings provide a data-driven framework for OilyGiant to allocate resources effectively and maximize profitability.
## Skills Highlighted
🐍 Python and sklearn
πŸ€– Machine Learning and Cross-Validation
πŸ‘©πŸ½β€πŸ’» Data Collection and Labelling
πŸ’° Business Metrics: Calculating Revenue, Operating Profit, Margin, and Return on Investment
πŸ“Š Statistical Methods: Bootstrapping and Confidence Intervals
πŸ’Ώ Data Sources
## Installation & Usage
* This project uses pandas, numpy, train_test_split, StandardScaler, shuffle, LinearRegression, accuracy_score, mean_squared_error, and matplotlib.pyplot. It requires python 3.11.