Skip to content

Commit ca9b434

Browse files
nmldieguesNuno Diegues
authored andcommitted
Fix the README for generic python provider (#25)
This changes the explanation of the structure assumed for the generic Python model provider.
1 parent d2b39bc commit ca9b434

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

openml-generic-python/README

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ def classify(self, instance):
1919

2020
### Usage
2121

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:
2323

2424
.
2525
└── random-forest-v1
26-
└── script
27-
└── classifier.py
26+
└── classifier.py

0 commit comments

Comments
 (0)