Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC REVIEW] "lifecycle" > "life cycle" #612

Merged
merged 1 commit into from
Dec 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*The fastest way to develop and deploy your AI application today.*


**MLRun** is the first end-to-end open source MLOps solution to manage and automate your entire analytics and machine learning lifecycle, from data ingestion through model development and full pipeline deployment.
**MLRun** is the first end-to-end open source MLOps solution to manage and automate your entire analytics and machine learning life cycle, from data ingestion through model development and full pipeline deployment.

Benefits <!-- omit in toc -->
--------
Expand All @@ -27,7 +27,7 @@ Components <!-- omit in toc -->

MLRun includes the following components:

* **Project lifecycle management**: experiment management and tracking of jobs, functions and artifacts.
* **Project life-cycle management**: experiment management and tracking of jobs, functions and artifacts.
* **Scalable functions**: turn code to scalable microservices in a single command.
* **Managed Pipelines**: deploy, run and monitor your machine learning execution plan.

Expand Down Expand Up @@ -140,7 +140,7 @@ MLRun has many code examples and tutorial Jupyter notebooks with embedded docume
- Serverless model serving with Nuclio &mdash; [**examples/xgb_serving.ipynb**](examples/xgb_serving.ipynb)
- Dask &mdash; [**examples/mlrun_dask.ipynb**](examples/mlrun_dask.ipynb)
- Spark &mdash; [**examples/mlrun_sparkk8s.ipynb**](examples/mlrun_sparkk8s.ipynb)
- MLRun project and Git lifecycle &mdash;
- MLRun project and Git life cycle &mdash;
- Load a project from a remote Git location and run pipelines &mdash; [**examples/load-project.ipynb**](examples/load-project.ipynb)
- Create a new project, functions, and pipelines, and upload to Git &mdash; [**examples/new-project.ipynb**](examples/new-project.ipynb)
- Import and export functions using different modes &mdash; [**examples/mlrun_export_import.ipynb**](examples/mlrun_export_import.ipynb)
Expand Down
2 changes: 1 addition & 1 deletion docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ MLRun has many code examples and tutorial Jupyter notebooks with embedded docume
- Serverless model serving with Nuclio &mdash; [**xgb_serving.ipynb**](https://github.com/mlrun/mlrun/tree/master/examples/xgb_serving.ipynb)
- Dask &mdash; [**mlrun_dask.ipynb**](https://github.com/mlrun/mlrun/tree/master/examples/mlrun_dask.ipynb)
- Spark &mdash; [**mlrun_sparkk8s.ipynb**](https://github.com/mlrun/mlrun/tree/master/examples/mlrun_sparkk8s.ipynb)
- MLRun project and Git lifecycle &mdash;
- MLRun project and Git life cycle &mdash;
- Load a project from a remote Git location and run pipelines &mdash; [**load-project.ipynb**](https://github.com/mlrun/mlrun/tree/master/examples/load-project.ipynb)
- Create a new project, functions, and pipelines, and upload to Git &mdash; [**new-project.ipynb**](https://github.com/mlrun/mlrun/tree/master/examples/new-project.ipynb)
- Import and export functions using files or Git &mdash; [**mlrun_export_import.ipynb**](https://github.com/mlrun/mlrun/tree/master/examples/mlrun_export_import.ipynb)
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ MLRun Package Documentation
Introduction
************

**MLRun** is the first end-to-end open source MLOps solution to manage and automate your entire analytics and machine learning lifecycle, from data ingestion through model development and full pipeline deployment.
**MLRun** is the first end-to-end open source MLOps solution to manage and automate your entire analytics and machine learning life cycle, from data ingestion through model development and full pipeline deployment.

Benefits
--------
Expand All @@ -28,7 +28,7 @@ Components

MLRun includes the following components:

* **Project lifecycle management**: experiment management and tracking of jobs, functions and artifacts.
* **Project life-cycle management**: experiment management and tracking of jobs, functions and artifacts.
* **Scalable functions**: turn code to scalable microservices in a single command.
* **Managed Pipelines**: deploy, run and monitor your machine learning execution plan.

Expand Down
4 changes: 2 additions & 2 deletions mlrun/serving/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Mlrun serving can take MLRun models or standard model files and produce managed

Simple model serving classes can be written in Python or be taken from a set of pre-developed
ML/DL classes, the code can handle complex data, feature preparation, binary data (images/video).
The serving engine supports the full lifecycle including auto generation of micro-services, APIs,
load-balancing, logging, model monitoring, configuration management, etc.
The serving engine supports the full life cycle, including auto generation of micro-services, APIs,
load-balancing, logging, model monitoring, and configuration management.

The underline Nuclio serverless engine is built on top of a high-performance parallel processing engine
which maximize the utilization of CPUs and GPUs, support 13 protocols
Expand Down