Code Monkey home page Code Monkey logo

modeldb-basic's Introduction

modeldb-basic

Build Status

Version

Python versions

A basic python client for working with ModelDB machine learning management system.

Visit the original project at : https://github.com/mitdbg/modeldb

This project goal is to try isolate a basic client to operate within model database, where main features will be:

  • Sync projects/models from file (json, yaml)
  • Sync projects/models by using basic mechanism (without sklearn dependencies)
  • Python 2.7 and 3.{5,6} compatibility.

Quick start

Install

Remotely

The most widely known way to install a python package is by pip command. The python package is available at [pypi repository](https://pypi.org/project/modeldb-basic/) (legacy repo [here](https://pypi.python.org/pypi/modeldb-basic)).

Just type this pip command to install it from pypi package repository:

pip install modeldb-basic

Alternatively it's possible to install it by using any of these URLs:

  • pip install git+https://github.com/engapa/modeldb-basic[@<git_ref>]#egg=modeldb-basic
  • pip install <release_file>

Where [@<git_ref>] is an optional reference to a git reference (i.e: @master, @v0.1.6) and <release_file> is the URL of one release file at https://github.com/engapa/modeldb-basic/releases

Locally

Previously downloaded in your host, somebody may install the package by typing:

pip install .

or:

python setup.py install

modeldb-basic's People

Contributors

engapa avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.