Skip to content

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.

Notifications You must be signed in to change notification settings

SridharYadav07/Machine-Learning-Project-Combined-cycle-Power-Plant-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published