You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openml-generic-python/README
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,8 @@ def classify(self, instance):
19
19
20
20
### Usage
21
21
22
-
When the user imports a model to the Feedzai platform using this provider, the import assumes a folder called ```script``` containing the Python code.
22
+
When the user imports a model with path '/random-forest-v1' to the Feedzai platform using this provider, then this provider assumes a 'classifier.py' file within it:
0 commit comments