Skip to content

Commit 08acf95

Browse files
authored
Update Readme.rst
fix syntax
1 parent 9ff78b7 commit 08acf95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ Comparison to related technologies
4848

4949
#. **Jupyter** - is the de facto experimental environment for most data scientists. However, it is desirable to write experimental code.
5050

51-
#. **Data Engineering tools such as** `**AirFlow** <https://airflow.apache.org/>`_,
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.
51+
#. **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.
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)