> For the complete documentation index, see [llms.txt](https://portfolio.litovchenko.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://portfolio.litovchenko.net/projects/mlops-pipeline-under-constuction.md).

# MLOps pipeline (under constuction)

Deploy using MLflow

<pre class="language-shell"><code class="lang-shell">## Run from local machine:

mlflow run [path to project] [-e entry_point] [-P parameter=value]

<strong>## Run directly from github:
</strong>
mlflow run git@github.com:/[username]/[repo] [-e entry_point] [-P parameter=value]

# You can also run on Kubernetes (using Docker), and of course, run on Databricks. See the documentation
</code></pre>
