Skip to content

Commit 62b68c6

Browse files
committed
MAINT remove todo
1 parent c936c31 commit 62b68c6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

openml/flows/flow.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def __init__(self, model, id=None, uploader=None,
3737
self.tag = tag
3838
self.model = model
3939
self.source = "FIXME DEFINE PYTHON FLOW"
40-
# TODO add scikit-learn here!
4140
self.name = (model.__module__ + "." +
4241
model.__class__.__name__)
4342
self.external_version = 'sklearn_' + sklearn.__version__

0 commit comments

Comments
 (0)