-
Notifications
You must be signed in to change notification settings - Fork 42
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
Draft of SPORF #454
base: sporf
Are you sure you want to change the base?
Draft of SPORF #454
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.
I would suggest linking to some DoD and show what your codes improved. But as this is a development branch, merging would not require the full procedure.
from .morf_tree import Conv2DObliqueTreeClassifier | ||
|
||
|
||
class Conv2DObliqueForestClassifier(ForestClassifier): |
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.
short and sweet.
Reference issue
Type of change
Draft of SPORF. Contains cythonization, parameters equivalent to RerF, and various bug fixes from previous python-only iteration. Still needs work!
What does this implement/fix?
Additional information