-
-
Notifications
You must be signed in to change notification settings - Fork 145
Open
Labels
enhancementNew feature or requestNew feature or requestframeworkFor issues with frameworks in the current benchmarkFor issues with frameworks in the current benchmark
Milestone
Description
The goal is to provide an abstraction and default implementation(s) for most common scenarios.
This would also allow frameworks to support several versions easily.
Finally, and more structured framework runner will simplify the integration effort and standardize support for extra features like the _save_artifacts param.
1st suggestion (incomplete, and will change):
class FrameworkRunner:
def __init__(self, config, dataset): pass
def prepare_data(self): pass
def fit(self, …): pass
def predict(self, …): pass
def get_result(self): pass
def save_artifacts(self): passReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestframeworkFor issues with frameworks in the current benchmarkFor issues with frameworks in the current benchmark