Skip to main content

IBM Services Framework for ML Applications Python 3 framework for building robust, production-ready machine learning applications. Official ML accelerator within the larger RAD-ML methodology.

Project description

MLApp · pip version Build Status License

MLApp is a Python library for building scalable data science solutions that meet modern software engineering standards.

MLApp was built and hardened in an enterprise context, to solve scalability issues for mid-size to Fortune 50 companies. It is applicable to a variety of data science use cases including machine learning, deep learning, NLP and optimization.

  • Embedded MLOps: Standardizes the way models and their metadatas are registered, stored and deployed.
  • Project scaffolding: Generates an opinionated project file structure that enforces modern engineering standards and improves readability and documentation across solutions.
  • Boilerplates: Includes a library of pre-built model templates that can be easily customized to accelerate development of common use cases.
  • Utilities: Includes an extendable set of utilities that increase developer productivity - including functions for selecting features and optimizing hyperparameters.
  • Connectors: Allows developers to easily integrate their projects with common data and analytics services.
  • Deployment integration: Applications built using MLApp can easily be deployed on common open and proprietary platforms, including Kubernetes and Azure Machine Learning.

Getting started

Install MLApp via pip:

pip install mlapp

Navigate to an empty project folder and generate the project scaffold:

mlapp init

Install a working example using boilerplates:

mlapp boilerplates install basic_regression

Update the run.py file in your project directory to point to the Basic Regression asset that you just installed:

configs = [
    {
        'config_path': "assets/basic_regression/configs/basic_regression_train_config.py",
        'asset_name': "basic_regression",
        'config_name': "basic_regression_config"
    }
]

Execute the run.py script:

python run.py

Congrats! You've trained your first model in MLApp. Take a look at the output directory to see the results.

Next steps

A great place to start is the crash course.

You should also check out the full project documentation.

Contributing

We welcome contributions from the community. Please refer to CONTRIBUTING for more information.

Project details


Download files

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

Source Distribution

mlapp-0.1.6.1.tar.gz (200.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mlapp-0.1.6.1-py3-none-any.whl (269.7 kB view details)

Uploaded Python 3

File details

Details for the file mlapp-0.1.6.1.tar.gz.

File metadata

  • Download URL: mlapp-0.1.6.1.tar.gz
  • Upload date:
  • Size: 200.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.6

File hashes

Hashes for mlapp-0.1.6.1.tar.gz
Algorithm Hash digest
SHA256 04e2404acc52b39daca5e3b2d974b77017f3a51c488c67f1f1926183666e3b71
MD5 548daf9bbf411d92768b605019b050b0
BLAKE2b-256 4995617d67ecccc4c8d262bbc2294a6df32be3f4ea1d452e1fa2700686e1a1a8

See more details on using hashes here.

File details

Details for the file mlapp-0.1.6.1-py3-none-any.whl.

File metadata

  • Download URL: mlapp-0.1.6.1-py3-none-any.whl
  • Upload date:
  • Size: 269.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.6

File hashes

Hashes for mlapp-0.1.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ba26379a52cf2be48d316ba7b41aea38fc83c95a26240bb7fdf88ae7d2b6e9b8
MD5 a085d43753e83d58450feadaf7e02d63
BLAKE2b-256 5d61ccf8027e22e4d87e6155d39f1d76434c78faff21c2793432f8a667d82417

See more details on using hashes here.

Supported by

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