Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
uwwdp
WindTurbinePrediction
Commits
76a8859d
Commit
76a8859d
authored
Jun 08, 2021
by
PauTheu
Browse files
stuff
parent
20201f95
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Others.ipynb
View file @
76a8859d
This diff is collapsed.
Click to expand it.
README.md
View file @
76a8859d
# WindTurbinePrediction
# WindTurbinePrediction
## Others: Versuch_Paul.ipynb:
Data: use ten best features explored in data_exploration.ipynb file
### Approaches:
1.
Lightgbm: leaf wise tree growth (best first) instead of level wise tree growth. low acc.
2.
Easy NN: 2 hidden layers, batches 64, epochs 50, binary classification, Relu, ADAM. low acc.
3.
TPOPT: looks for the best classification pipeline. Currently only on mean feature data.
This repository resembles our solution approach to the second PSDA task.
This repository resembles our solution approach to the second PSDA task.
...
@@ -30,7 +24,7 @@ The models' predictions are combined by using a weighted majority vote.
...
@@ -30,7 +24,7 @@ The models' predictions are combined by using a weighted majority vote.
More specifically, the models' output probabilities are acquired via softmax and averaged to form the ensemble's output.
More specifically, the models' output probabilities are acquired via softmax and averaged to form the ensemble's output.
## `Others.ipynb`
## `Others.ipynb`
Data:
use ten
best features explored in data_exploration.ipynb file
Data: best features explored in data_exploration.ipynb file
### Approaches:
### Approaches:
1.
Lightgbm: leaf wise tree growth (best first) instead of level wise tree growth. low acc.
1.
Lightgbm: leaf wise tree growth (best first) instead of level wise tree growth. low acc.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment