Skip to content

Commit 79008c1

Browse files
authored
Update Readme.rst
fix syntax
1 parent 08acf95 commit 79008c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Comparison to related technologies
4949
#. **Jupyter** - is the de facto experimental environment for most data scientists. However, it is desirable to write experimental code.
5050

5151
#. **Data Engineering tools such as** `AirFlow <https://airflow.apache.org/>`_ or
52-
`Luigi <https://github.com/spotify/luigi>`_-These are very popular ML pipeline build tools. Airflow can be connected to a kubernetes cluster or collect tasks through a simple PythonOperator. The downside is that their functionality is generally limited on this, that is, they do not provide ML modules out of the box. Moreover, all developments will still have to be wrapped in a scheduler and this is not always a trivial task. However, we like them and we use Airflow and Luigi as possible context for executors.
52+
`Luigi <https://github.com/spotify/luigi>`_ - These are very popular ML pipeline build tools. Airflow can be connected to a kubernetes cluster or collect tasks through a simple PythonOperator. The downside is that their functionality is generally limited on this, that is, they do not provide ML modules out of the box. Moreover, all developments will still have to be wrapped in a scheduler and this is not always a trivial task. However, we like them and we use Airflow and Luigi as possible context for executors.
5353

5454
#. **Azure ML / Amazon SageMaker / Google Cloud** - Cloud platforms really allow you to assemble an entire system from ready-made modules and put it into operation relatively quickly. Of the minuses: high cost, binding to a specific cloud, as well as small customization for specific business needs. For a large business, this is the most logical option - to build an ML infrastructure in the cloud. We also maintain cloud options as posible ways for the deployment step.
5555

0 commit comments

Comments
 (0)