Skip to content

Commit b8017d2

Browse files
authored
Update readme
new bold stuff
1 parent 92eaf86 commit b8017d2

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

Readme.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
• `Chat (Community & Support) <https://t.me/pipertool>`_
66
• `Tutorials <http://pipertool.org>`_
77

8-
# TODO: add useful installation links, code coverage and test from CICD
98

109
**Piper** is an **open-source** platform for data science and machine
1110
learning prototyping. Concentrate only on your goals. Key features:
@@ -47,16 +46,16 @@ pip (PyPI)
4746
Comparison to related technologies
4847
==================================
4948

50-
#. Jupyter - is the de facto experimental environment for most data scientists. However, it is desirable to write experimental code.
49+
#. **Jupyter** - is the de facto experimental environment for most data scientists. However, it is desirable to write experimental code.
5150

52-
#. Data Engineering tools such as `AirFlow <https://airflow.apache.org/>`_,
53-
`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/>`_,
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.
5453

55-
#. 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.
54+
#. **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.
5655

57-
#. DataRobot/Baseten - They offer an interesting, but small set of ready-made modules. However, in Baseten, all integration is implied in the kubernetes cluster. This is not always convenient and necessary for Proof-of-Concept. Piper also provides an open-source framework in which you can build a truly customized pipeline from many modules. Basically, such companies either do not provide an open-source framework, or provide a very truncated set of modules for experiments, which limits the freedom, functionality, and applicability of these platforms. This is partly similar to the hub of models and datasets in huggingface.
56+
#. **DataRobot/Baseten** - They offer an interesting, but small set of ready-made modules. However, in Baseten, all integration is implied in the kubernetes cluster. This is not always convenient and necessary for Proof-of-Concept. Piper also provides an open-source framework in which you can build a truly customized pipeline from many modules. Basically, such companies either do not provide an open-source framework, or provide a very truncated set of modules for experiments, which limits the freedom, functionality, and applicability of these platforms. This is partly similar to the hub of models and datasets in huggingface.
5857

59-
#. Mlflow / DVC, etc. - There are also many excellent projects on the market for tracking experiments, serving and storing machine learning models. But they are increasingly utilitarian and do not directly help in the task of accelerating the construction of a machine learning MVP project. We plan to add integrations to Piper with the most popular frameworks for the needs of DS and ML specialists.
58+
#. **Mlflow / DVC** - There are also many excellent projects on the market for tracking experiments, serving and storing machine learning models. But they are increasingly utilitarian and do not directly help in the task of accelerating the construction of a machine learning MVP project. We plan to add integrations to Piper with the most popular frameworks for the needs of DS and ML specialists.
6059

6160

6261
Contributing

0 commit comments

Comments
 (0)