ProgLearn
ProgLearn copied to clipboard
NeuroData's package for exploring and using progressive learning algorithms
#### Reference issue None #### Type of change Feature request #### What does this implement/fix? Adds additional parameters to Uncertainty Forest to better match the generalized random forest implementations in...
#### Reference issue Closes #461. #### Type of change Adding KNNClassificationDeciders. #### What does this implement/fix? Adding experiments for KNNClassificationDecider and the associated deciders for these experiments #### Additional information...
**Is your feature request related to a problem? Please describe.** An extension to issue #5, transferring the KNNDecider idea to the classification setting. **Describe the solution you'd like** Create a...
My issue is about: seeing differences in the behavior of `add_task` and `add_transformer` methods implemented in the `progressive_learner` class. Calling `add_task` and `add_transformer` for different tasks lead to drastically different...
**Is your feature request related to a problem? Please describe.** This issue stems from #428, where we are trying to explore techniques for progressive learner in dealing with adversarial tasks....
**Is your feature request related to a problem? Please describe.** This issue is a sub-issue of #428 where we are trying to write a paper describing techniques for overcoming difficulties...
The end goal is to create an sklearn compliant SPORF in proglearn that is modular enough to add different kinds of oblique trees in the future (i.e. MORF). This issue...
The end goal is to create an sklearn compliant SPORF in proglearn that is modular enough to add different kinds of oblique trees in the future (i.e. MORF). This issue...
**Is your feature request related to a problem? Please describe.** Those PRs/issues (#79, #3, #389, #394) are trying to improve the performance of progressive learning in adversarial settings for different...
**Is your feature request related to a problem? Please describe.** See issues #23, #64, and #65. A base implementation of MORF would be useful and is necessary for additional MORF...