modelfoxdotdev / modelfox

ModelFox makes it easy to train, deploy, and monitor machine learning models.
Other
1.46k stars 63 forks source link

predict CLI should support --threshold #62

Closed comunidadio closed 2 years ago

comunidadio commented 2 years ago

Threshold option is available from libraries (or predict server) but not available from the CLI - ideally it should be available too.

nitsky commented 2 years ago

Great idea, we'll implement this shortly.

deciduously commented 2 years ago

Good suggestion @comunidadio - latest commit adds this flag.