Skip to content
/ mistk Public
forked from aficionado/mistk

Model Integration Software Development Kit

Notifications You must be signed in to change notification settings

bigmlcom/mistk

 
 

Repository files navigation

Model Integration Software ToolKit (MISTK) SDK

MISTK is an ecosystem for integrating, validating, and evaluating machine learning models and algorithms.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

It is expected to that the following software is installed on the system when building the MISTK toolkit:

Python 3.6
Pip
Docker

Installing

In order to develop algorithms to be integrated into MISTK, the MISTK Core Library (and its dependencies) must be available on PYTHONPATH.

You can download them down from the MISTK Github Repository Releases Page and install the wheel files pip with::

pip install mistk-*-py3-none-any.whl

Verify that mistk is now installed on PYTHON PATH by running::

>>> import mistk

See full MISTK Documentation for detailed installation instructions and to get started with the toolkit.

About

Model Integration Software Development Kit

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.8%
  • Makefile 2.9%
  • Other 0.3%