Skip to content

nagra-insight/mlflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

MLflow: A Machine Learning Lifecycle Platform

This is the Nagra fork readme. README.rst is the official one.

The idea is to contribute to MLFlow as much as possible, but while PRs are reviewed, this repo is used to build the custom version of MLFlow used by Insight.

Branch policy

The "master" branch is origin/ni-master. origin/ni-master is the version that is released and deployed in Insight.

The branch origin/master should always be in sync with upstream/master (where upstream is the official MLFlow repo).

New pull requests to the official MLFlow repo must be created from feature branches created from origin/repo.

Features that are not yet merged into the official MLFlow repo can be merged into ni-master in order to be released internally.

Update from upstream repo

from: https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/syncing-a-fork

git fetch upstream
git checkout master
git merge upstream/master

(it should always "fast-forward")

Release

Release must always be done from branch ni-master.

git checkout ni-master
make release

About

Open source platform for the machine learning lifecycle

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 52.7%
  • JavaScript 41.0%
  • Java 3.0%
  • R 2.3%
  • Scala 0.4%
  • CSS 0.4%
  • Other 0.2%