advanced
commandmoduleThis package is not in the latest version of its module.
Details
Validgo.mod file
The Go module system was introduced in Go 1.11 and is the official dependency management solution for Go.
Redistributable license
Redistributable licenses place minimal restrictions on how software can be used, modified, and redistributed.
Tagged version
Modules with tagged versions give importers more predictable builds.
Stable version
When a project reaches major version v1 it is considered stable.
- Learn more about best practices
Repository
Links
README¶
Advanced
This example demonstrates logging predictions and true values to the ModelFox app. Before running the example, runmodelfox app
to start the app running locally, openhttp://localhost:8080
in your browser, and upload the fileheart_disease.modelfox
to it.
To run the example:
$ MODELFOX_URL=http://localhost:8080 go run main.go
Now if you refresh the production stats or production metrics tabs for the model you uploaded, you should see predictions and true values.
For more information,read the docs.
Documentation¶
There is no documentation for this package.