modelfox icon indicating copy to clipboard operation
modelfox copied to clipboard

ModelFox makes it easy to train, deploy, and monitor machine learning models.

Results 40 modelfox issues
Sort by recently updated
recently updated
newest added

Trying to install the Debian Sid (unstable) package: ``` $ aptitude install modelfox The following NEW packages will be installed: modelfox [0.8.0] 0 packages upgraded, 1 newly installed, 0 to...

When column to predict has more than 100 variants for multiclass classification, there is following error during training: ``` ✅ Inferring train table columns. 6s ✅ Loading train table. 6s...

The overview page contains a description but it's easy to miss and should be on the metrics page as well.

Predicting from the CLI is painfully slow since it runs only on a single thread, so here's a quick fix. Caveat: this essentially preloads the whole CSV into memory. It...

Currently, the python library only takes json as input to make predictions. It would be convenient to also allow pandas data frames as input.

This PR adds the filename to the CLI outputs when an error is encountered opening the input file(s). ![error_msg](https://user-images.githubusercontent.com/1651814/157474291-ffc34bb7-eadd-4002-bfb8-88776421a156.png) fixes #113

When calling `logPrediction` using the nodejs library, I passed the option parameter in with `computeFeatureContributions: true`, however I forgot to add `threshold` too. When I ran the code I got...

Currrently , the CLI outputs "No such file or directory" but should be more verbose and explain which file could not be found. ``` No such file or directory (os...

bug
good first issue

Tangram currently does not have support for booleans but when passing a json object with boolean values, we really should be coercing them to their `enum` values instead of erroring....

enhancement