Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
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.
mloq
is tested on Ubuntu 18.04+, and supports Python 3.6+.
pip install mloq
git clone https://github.com/FragileTech/ml-ops-quickstart.git
cd ml-ops-quickstart
pip install -e .
Options:
--file
-f
: Name of the configuration file. If file
it's a directory it will load the mloq.yml
file present in it.
--overwrite
-o
: Rewrite files that already exist in the target project.
--interactive
-i
: Missing configuration data can be defined interactively from the CLI.
Arguments:
OUTPUT_DIRECTORY
: 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
overwrite all existing files with no interactivity:
mloq setup -f . -o example
ML Ops Quickstart is released under the MIT license.
Contributions are very welcome! Please check the contributing guidelines before opening a pull request.
FAQs
Package for initializing ML projects following ML Ops best practices.
We found that mloq demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.