This repository was archived by the owner on Aug 25, 2024. It is now read-only.
model: scikit: Add new scikit based models #272
Labels
enhancement
New feature or request
kind/ml
Issues partaining to machine learning
p2
Medium Priority
tM
Esitmated Time To Complete: Medium
Milestone
Uh oh!
There was an error while loading. Please reload this page.
@sakshamarora1 is working on adding more models to scikit models
Current issue is that any classes with
__init__
arguments that don’t have default values are not being added as properties to cls.CONFIG.Plan
https://github.com/scikit-learn/scikit-learn/blob/bf24c7e3d/sklearn/ensemble/_forest.py#L851-L1013
In the future we will make it so we can dynamically instantiate any scikit model.
This issue is a part of #29
The text was updated successfully, but these errors were encountered: