-
Notifications
You must be signed in to change notification settings - Fork 129
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
[ENH] KILL WITH FIRE #2037
[ENH] KILL WITH FIRE #2037
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM x10
f928076
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PRESS IT
c0a0647
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥 🔥 🔥
Reference Issues/PRs
closes #37 #42 #99 #136 #240 #265 #291 #337 #341 #1388 #1491 #1629 #1446 #1156 #1734 #217 #2015
probably #599 too
What does this implement/fix? Explain your changes.
This is the big refactor/deprecation prior to 1.0.0, aka the project internally referred to as KILL WITH FIRE.
Removes forecasting module and datatypes module and all accompanying tests/references etc. Removes operator overloading, so called vectorisation and all output conversion from BaseTransformer
To Note
BaseTransformer is linked into the interval trees, needs untangling to remove BaseTransformer completely, although we might want to keep it for tags
The registry will need some refactoring after, I'm just removing tests for now, could be the whole thing may be reworked. I think we should revisit tags