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 CPython 3.7+ Windows x86-64

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

Uploaded CPython 3.7+ musllinux: musl 1.2+ x86-64

modelfox-0.8.0-cp37-abi3-musllinux_1_2_aarch64.whl (11.2 MB view hashes)

Uploaded CPython 3.7+ musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.7+ manylinux: glibc 2.28+ x86-64

modelfox-0.8.0-cp37-abi3-manylinux_2_28_aarch64.whl (11.2 MB view hashes)

Uploaded CPython 3.7+ manylinux: glibc 2.28+ ARM64

modelfox-0.8.0-cp37-abi3-macosx_11_0_x86_64.whl (11.5 MB view hashes)

Uploaded CPython 3.7+ macOS 11.0+ x86-64

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

Uploaded CPython 3.7+ macOS 11.0+ ARM64

Supported by

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