Skip to content
/ forml Public
forked from formlio/forml

Lifecycle management framework for Data science projects

License

Notifications You must be signed in to change notification settings

yaroska/forml

 
 

Repository files navigation

ForML

GitHub Build Coverage Status Code Style: black Lines of Code

Documentation Status License Gitter

Python Versions PyPI Version PyPI Downloads

Stars Forks Issues Pull Requests Contributors Last Commit

ForML is a development framework for researching and implementing data science projects as well as an MLOps platform capable of managing their entire life cycles.

Use ForML to formally describe a data science problem as a composition of high-level operators. ForML expands your project into a task dependency graph specific to the given life-cycle phase and executes it using any of its supported technologies while taking care of all of its operational requirements.

Solutions built on ForML are naturally easy to reuse, extend, reproduce, or share and collaborate on.

Not Just Another DAG

Despite DAG (directed acyclic graph) being at the heart of ForML operations, it stands out among the many other task dependency processing systems due to its:

  1. Specialization in machine learning problems wired right into the flow topology.
  2. Concept of high-level operator composition helping to wrap complex ML techniques into simple reusable units.
  3. Abstraction of runtime dependencies allowing to implement fully portable projects that can be operated interchangeably using different technologies.

History

ForML started as a response addressing the notoriously painful process of transitioning any data science research into production. The framework was initially developed by a group of data scientists and ML engineers seeking to minimize the effort traditionally required to productionize any typical ML solution. Becoming increasingly useful to its original authors, ForML has been soon released as a community-driven project.

Resources

About

Lifecycle management framework for Data science projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 80.4%
  • Jupyter Notebook 19.0%
  • Jinja 0.6%