Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hyperparamteroptimization for RNNs and CNNs #912

Closed
sibre28 opened this issue Jul 14, 2024 · 1 comment · Fixed by #923
Closed

Hyperparamteroptimization for RNNs and CNNs #912

sibre28 opened this issue Jul 14, 2024 · 1 comment · Fixed by #923
Assignees
Labels
enhancement 💡 New feature or request released Included in a release

Comments

@sibre28
Copy link
Contributor

sibre28 commented Jul 14, 2024

Is your feature request related to a problem?

We currently only support hyperparameter optimization for FNN Models. This results out of missing functionality to measure the Quality of TimeSeries Predictions and Image Predictions.

Desired solution

Add support for TimeSeries and Images as Input in fit_by_exhaustive_search in NeuralNetworkClassifier and NeuralNetworkRegressor.

  • For Time Series implement Block Validation and include the window_size in some way.
  • For Images differentiate between the different prediction methods via the InputConversion

Possible alternatives (optional)

No response

Screenshots (optional)

No response

Additional Context (optional)

No response

@sibre28 sibre28 added the enhancement 💡 New feature or request label Jul 14, 2024
@sibre28 sibre28 self-assigned this Jul 14, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Library Jul 14, 2024
@sibre28 sibre28 linked a pull request Aug 16, 2024 that will close this issue
@github-project-automation github-project-automation bot moved this from Backlog to ✔️ Done in Library Aug 28, 2024
lars-reimann pushed a commit that referenced this issue Sep 17, 2024
## [0.28.0](v0.27.0...v0.28.0) (2024-09-17)

### Features

* hyperparameter optimization for classical models ([#843](#843)) ([d8f7491](d8f7491)), closes [#264](#264)
* hyperparamteroptimization for rnns and cnns ([#923](#923)) ([b1e8933](b1e8933)), closes [#912](#912)
@lars-reimann
Copy link
Member

🎉 This issue has been resolved in version 0.28.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@lars-reimann lars-reimann added the released Included in a release label Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 💡 New feature or request released Included in a release
Projects
Status: ✔️ Done
Development

Successfully merging a pull request may close this issue.

2 participants