Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sridharyadav07/machine-learning-project-combined-cycle-power-plant-
This project is focused on Multiple machine learning models, including Linear Regression, Decision Tree Regression, and Random Forest Regression, were implemented to predict the target variable and evaluated using various metrics like RMSE, MAE, and R-squared. The performance of these models was compared, and the Random Forest Regressor was found.
https://github.com/sridharyadav07/machine-learning-project-combined-cycle-power-plant-
data-processing decisiontreeregressor linear-regression metrics-evaluation python random-forest-regressor scikit-learn
Last synced: 4 days ago
JSON representation
This project is focused on Multiple machine learning models, including Linear Regression, Decision Tree Regression, and Random Forest Regression, were implemented to predict the target variable and evaluated using various metrics like RMSE, MAE, and R-squared. The performance of these models was compared, and the Random Forest Regressor was found.
- Host: GitHub
- URL: https://github.com/sridharyadav07/machine-learning-project-combined-cycle-power-plant-
- Owner: SridharYadav07
- Created: 2024-06-25T07:16:35.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-31T10:13:18.000Z (21 days ago)
- Last Synced: 2025-01-31T11:22:47.834Z (21 days ago)
- Topics: data-processing, decisiontreeregressor, linear-regression, metrics-evaluation, python, random-forest-regressor, scikit-learn
- Language: Jupyter Notebook
- Homepage:
- Size: 1.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Machine-Learning-Project-Combined-cycle-Power-Plant-
This project focused on building machine learning models to predict Energy Production from a power plant based on various input features. The dataset provided contains several columns related to operational variables such as temperature, exhaust vaccum, ambient pressure, and relative humidity, which are used to predict the energy production.The data underwent extensive preprocessing, including:
-Handling duplicates and outliers.
-Scaling features using MinMaxScaler for better performance in models.
-Splitting the dataset into training and testing sets.Additionally, the project includes steps for:
-Data exploration with visualizations such as histograms and scatter plots.
-Evaluation of residuals to ensure that predictions are accurate.
-Model serialization using pickle to save and load trained models for future use.Conclusion:
This project demonstrates the process of building, evaluating, and comparing machine learning models for predicting energy production from a power plant. It shows how to clean and preprocess the data, apply multiple regression models, and evaluate their performance in a clear and structured way. The Random Forest Regressor model performed the best in termns of prediction accuracy, which is reflected by the R-squared score.