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

[DOC] Regression api #3751

Merged
merged 14 commits into from Nov 23, 2022
Merged

[DOC] Regression api #3751

merged 14 commits into from Nov 23, 2022

Conversation

TonyBagnall
Copy link
Contributor

What does this implement/fix? Explain your changes.

This adds CNNRegressor, TapNetRegressor and RocketRegressor to the regression api. I have also expanded the docstring for TapNetRegressor to be a bit more descriptive and added and init to the regression.deep_learning package. CNNRegressor and TapNetRegressor should be private, but that would require deprecation, and is beyond the scope of this [DOC] PR.

@TonyBagnall TonyBagnall reopened this Nov 10, 2022
@MatthewMiddlehurst MatthewMiddlehurst added documentation Documentation & tutorials module:regression regression module: time series regression labels Nov 10, 2022
Copy link
Contributor

@MatthewMiddlehurst MatthewMiddlehurst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

API changes are done in the style of #3742. Should probably wait for that first, but I approve of the changes.

Copy link
Contributor

@MatthewMiddlehurst MatthewMiddlehurst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some small bits.

docs/source/api_reference/regression.rst Outdated Show resolved Hide resolved
docs/source/api_reference/regression.rst Outdated Show resolved Hide resolved
Copy link
Contributor

@MatthewMiddlehurst MatthewMiddlehurst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made a push fixing the module import, both base classes now show on the page.

@TonyBagnall TonyBagnall merged commit d439703 into main Nov 23, 2022
@TonyBagnall TonyBagnall deleted the regression-api branch November 23, 2022 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation & tutorials module:regression regression module: time series regression
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants