- Добавил: literator
- Дата: 11-07-2023, 07:11
- Комментариев: 0

Автор: Vivian Siahaan, Rismon Hasiholan Sianipar
Издательство: Balige Publishing
Год: 2022
Страниц: 215
Язык: английский
Формат: epub
Размер: 19.1 MB
In this project on wind power analysis and forecasting using Machine Learning with Python, we started by exploring the dataset. We examined the available features and the target variable, which is the active power generated by wind turbines. The dataset likely contained information about various meteorological parameters and the corresponding active power measurements. To begin our analysis, we focused on the regression task of predicting the active power using regression algorithms. We split the dataset into training and testing sets and preprocessed the data by handling missing values and performing feature scaling. The preprocessing step ensured that the data was suitable for training Machine Learning models. Next, we trained several regression models on the preprocessed data. We utilized algorithms such as Linear Regression, Decision Tree Regression, Random Forest Regression, and Gradient Boosting Regression. Each model was trained on the training set and evaluated on the testing set using performance metrics like mean squared error (MSE) and R-squared score. After obtaining regression models for active power prediction, we shifted our focus to predicting categorized active power using Machine Learning models.