https://github.com/prneidhardt/model-tuning
ReneWind Project
https://github.com/prneidhardt/model-tuning
hyperparameter-tuning regularization
Last synced: 26 days ago
JSON representation
ReneWind Project
- Host: GitHub
- URL: https://github.com/prneidhardt/model-tuning
- Owner: prneidhardt
- License: gpl-3.0
- Created: 2022-05-29T16:55:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T21:18:50.000Z (over 1 year ago)
- Last Synced: 2025-05-07T02:05:23.962Z (10 months ago)
- Topics: hyperparameter-tuning, regularization
- Language: Jupyter Notebook
- Homepage:
- Size: 13.3 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Model-Tuning
- Project delivered in January 2022
- Repository includes two files:
- Jupyter notebook with Python code written for data analysis and model building
- CSV file includes data imported into notebook
## Problem Statement
- "ReneWind" is a company working on improving the machinery/processes involved in the production of wind energy using machine learning and has collected data of generator failure of wind turbines using sensors. The objective is to build various classification models, tune them and find the best one that will help identify failures so that the generator could be repaired before failing/breaking and the overall maintenance cost of the generators can be brought down.
## Skills and Tools
- Exploratory Data Analysis (Variable identification, Univariate analysis, Bivariate analysis)
- Up and downsampling
- Regularization
- Hyperparameter tuning