Git Product home page Git Product logo

sunbird-ml-workbench's Introduction

ML-Workbench

What is it?

ML-Workbench is a way to create, collaborate and consume Machine Learning (ML) tools and processes. It creates a level of abstraction that enables its users to express a ML application as a Directed Acyclic Graph. Each vertex of the graph represents an operation on the incoming data, while the edges represent the data flow.

It is natural for ML solutions to go through revisions during the design phase or even through their lifetime, as they are unfinished by design. Also, the desired implementation of components that make up a ML application may not always be available in a single library or a language. This has created a high entry and customization barrier, making it difficult to create and maintain ML solutions.

We have designed ML-Workbench as a solution to the above issues at Ekstep. ML-Workbench will host common ML operations and processes that are widely recognised in the ML community, to help you quickly get to a baseline solution. These operations and processes may have multiple implementations to suit the needs of different types or scales of data. It will also provide different levels of engagement for people working on the solution design, operational implementation and scalability of the solution, to enable better collaboration and experimentation.

Who should use it?

If your solution has a long standing application, it is inevitable that the solution will require revisions and collaboration amongst multiple people. We recommend using ML-Workbench for individuals or organisation that are designing such long standing applications.

Guiding principles

  • Easy to initiate: ML workbench will provide a ready-made library and documentation, that can enable even novice users to readily write new applications from scratch.
  • Highly customizable: The library will ensure that solutions are highly customizable, as the user can play and experiment with input parameters of APIs. It should enable addition, deletion or modification of intermediate steps.
  • Extensible: ML Workbench library will allow users to add their own custom libraries that comply with the specified guidelines and conventions.
  • Automatically deployable: The ML workbench will support creation of models and configuration files that can be directly used for deployment in production environment without further human intervention.
  • Scalable: The ML workbench will enable creation of an end-to-end ML application that can work on large scale data, with high performance.
  • Repeatable: The ML workbench will enable creation of applications which are robust and consistent, i.e. given identical datasets as input for different runs of an application, they would produce identical results without failure.

Getting started

Requirements

Installation

Installation from binary

  1. The binary file is present at the following location bin/
  2. Install - pip install ML-Workbench/bin/daggit-0.5.0.tar.gz

Installation after build

  1. Clone the repository or download the zipped file from https://github.com/ekstep/ML-Workbench.git
  2. Change directory into ML-Workbench
  3. Run bash build.sh
  4. Install - pip install bin/daggit-0.5.0.tar.gz

DAG Execution

Inititalize a DAG

  1. Use Command daggit init <path_to_yaml_file>

Run a DAG

  1. Use Command - daggit run <Experiment_Name>

Seek help

  1. Use - daggit --help to know more about the command
  2. Help on daggit commands can be found using daggit <command> --help

License

MIT License

sunbird-ml-workbench's People

Contributors

mayankkum avatar smyaltamash avatar adarsa avatar santhoshvasabhaktula avatar aleenaraj avatar anjanapisharam avatar dhavala avatar venkateshwarans avatar rjshrjndrn avatar anandp504 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.