Skip to main content

ModelFox for Python

Project description

ModelFox for Python

The ModelFox Python library makes it easy to make predictions with your ModelFox machine learning model from Python.

Usage

$ pip install modelfox
import modelfox

model = modelfox.Model.from_path('./heart_disease.modelfox')

input = {
  'age': 63,
  'gender': 'male',
  # ...
}

output = model.predict(input)

For more information, read the docs.

Platform Support

ModelFox for Python is currently supported on Linux, macOS, and Windows with ARM64 and AMD64 CPUs. Are you interested in another platform? Open an issue or send us an email at help@modelfox.dev.

Examples

The source for this package contains a number of examples in the examples directory. Each example has a README.md explaining how to run it.

Notes

  • ModelFox for Python requires pip 20.3 or later, which includes support for PEP 600. This is necessary to correctly install modelfox's native extension. If you are using an earlier python version, you may see the error "Could not find a version that satisfies the requirement modelfox" when you attempt to pip install modelfox. To resolve this, you should upgrade pip to version 20.3 or later.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release. See tutorial on generating distribution archives.

Built Distributions

modelfox-0.8.0-cp37-abi3-win_amd64.whl (11.3 MB view hashes)

Uploaded cp37

Supported by

AWS AWS Cloud computing Datadog Datadog Monitoring Fastly Fastly CDN Google Google Object Storage and Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page