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

Make _InputConversion and _OutputConversion public #690

Closed
lars-reimann opened this issue May 2, 2024 · 1 comment · Fixed by #692
Closed

Make _InputConversion and _OutputConversion public #690

lars-reimann opened this issue May 2, 2024 · 1 comment · Fixed by #692
Assignees
Labels
released Included in a release

Comments

@lars-reimann
Copy link
Member

The NeuralNetworkRegressor expects an _InputConversion and an _OutputConversion as inputs. Since the constructor is public, so should be the types of its parameters. These are abstract classes anyway, so making them public is consistent with e.g. TableTransformer or Classifier.

@lars-reimann lars-reimann self-assigned this May 2, 2024
lars-reimann added a commit that referenced this issue May 2, 2024
)

Closes #690
Closes #691

### Summary of Changes

* Make `_Layer` public (now called `Layer`)
* Make `_InputConversion` public (now called `InputConversion`)
* Make `_OutputConversion` public (now called `OutputConversion`)
lars-reimann pushed a commit that referenced this issue May 2, 2024
## [0.22.1](v0.22.0...v0.22.1) (2024-05-02)

### Bug Fixes

* make `_Layer`, `_InputConversion`, `_OutputConversion` public ([#692](#692)) ([eb226f4](eb226f4)), closes [#690](#690) [#691](#691)
@lars-reimann
Copy link
Member Author

🎉 This issue has been resolved in version 0.22.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@lars-reimann lars-reimann added the released Included in a release label May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Included in a release
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant