Package for initializing ML projects following ML Ops best practices.
Project description
ML Ops Quickstart
ML Ops Quickstart is a tool for initializing Machine Learning projects following ML Ops best practices.
Setting up new repositories is a time-consuming task that involves creating different files and
configuring tools such as linters, docker containers and continuous integration pipelines.
The goal of mloq is to simplify that process, so you can start writing code as fast as possible.
mloq generates customized templates for Python projects with focus on Maching Learning. An example of
the generated templates can be found in mloq-template.
1. Installation
mloq is tested on Ubuntu 18.04+, and supports Python 3.6+.
Install from pypi
pip install mloq
Install from source
git clone https://github.com/FragileTech/ml-ops-quickstart.git
cd ml-ops-quickstart
pip install -e .
2. Usage
2.1 Command line interface
Options:
-
--file-f: Name of the configuration file. Iffileit's a directory it will load themloq.ymlfile present in it. -
--override-o: Rewrite files that already exist in the target project. -
--interactive-i: Missing configuration data can be defined interactively from the CLI.
Usage examples
Arguments:
OUTPUT: Path to the target project.
To set up a new repository from scratch interactively in the curren working directory:
mloq setup -i .
To load a mloq.yml configuration file from the current repository, and initialize the directory example, and
override all existing files with no interactivity:
mloq setup -f . -o example
5. License
ML Ops Quickstart is released under the MIT license.
6. Contributing
Contributions are very welcome! Please check the contributing guidelines before opening a pull request.
7. Roadmap
- Improve documentation and test coverage.
- Configure sphinx to build the docs automatically.
- Expose all api as a CLI interface
- Add new customization options.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mloq-0.0.39.tar.gz.
File metadata
- Download URL: mloq-0.0.39.tar.gz
- Upload date:
- Size: 23.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.1 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af09f1ad1994f8839fb219c13d40441369d81f2cf11dff852cd8a63bf5121b43
|
|
| MD5 |
1b2090301fd9b690940f4785608fd01e
|
|
| BLAKE2b-256 |
8b58e212da0c665aa157ff1fc37e33ff27a81789843fb1cdaeaac16f789e684d
|
File details
Details for the file mloq-0.0.39-py3-none-any.whl.
File metadata
- Download URL: mloq-0.0.39-py3-none-any.whl
- Upload date:
- Size: 51.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.1 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b443460c4e8e10cf0104b09326131bac5a6ed7eac2738e2f3a99f1bf129c62d
|
|
| MD5 |
03bfdeff12f063b4a0056503ff5ccf63
|
|
| BLAKE2b-256 |
2176d207f80f115dcf7549d24e59b484e0a00d17f31daba0460eec1f7d8ed616
|