Skip to content

Commit 11e9d11

Browse files
DOC: Add compose ecosystem docs (#35405)
1 parent 522f855 commit 11e9d11

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

doc/source/ecosystem.rst

+7
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ ML pipeline.
8080

8181
Featuretools is a Python library for automated feature engineering built on top of pandas. It excels at transforming temporal and relational datasets into feature matrices for machine learning using reusable feature engineering "primitives". Users can contribute their own primitives in Python and share them with the rest of the community.
8282

83+
`Compose <https://github.com/FeatureLabs/compose>`__
84+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
85+
86+
Compose is a machine learning tool for labeling data and prediction engineering. It allows you to structure the labeling process by parameterizing prediction problems and transforming time-driven relational data into target values with cutoff times that can be used for supervised learning.
87+
8388
.. _ecosystem.visualization:
8489

8590
Visualization
@@ -445,6 +450,7 @@ Library Accessor Classes Description
445450
`pdvega`_ ``vgplot`` ``Series``, ``DataFrame`` Provides plotting functions from the Altair_ library.
446451
`pandas_path`_ ``path`` ``Index``, ``Series`` Provides `pathlib.Path`_ functions for Series.
447452
`pint-pandas`_ ``pint`` ``Series``, ``DataFrame`` Provides units support for numeric Series and DataFrames.
453+
`composeml`_ ``slice`` ``DataFrame`` Provides a generator for enhanced data slicing.
448454
=============== ========== ========================= ===============================================================
449455

450456
.. _cyberpandas: https://cyberpandas.readthedocs.io/en/latest
@@ -453,3 +459,4 @@ Library Accessor Classes Description
453459
.. _pandas_path: https://github.com/drivendataorg/pandas-path/
454460
.. _pathlib.Path: https://docs.python.org/3/library/pathlib.html
455461
.. _pint-pandas: https://github.com/hgrecco/pint-pandas
462+
.. _composeml: https://github.com/FeatureLabs/compose

web/pandas/community/ecosystem.md

+8
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ datasets into feature matrices for machine learning using reusable
4242
feature engineering "primitives". Users can contribute their own
4343
primitives in Python and share them with the rest of the community.
4444

45+
### [Compose](https://github.com/FeatureLabs/compose)
46+
47+
Compose is a machine learning tool for labeling data and prediction engineering.
48+
It allows you to structure the labeling process by parameterizing
49+
prediction problems and transforming time-driven relational data into
50+
target values with cutoff times that can be used for supervised learning.
51+
4552
## Visualization
4653

4754
### [Altair](https://altair-viz.github.io/)
@@ -372,3 +379,4 @@ authors to coordinate on the namespace.
372379
| [pdvega](https://altair-viz.github.io/pdvega/) | `vgplot` | `Series`, `DataFrame` |
373380
| [pandas_path](https://github.com/drivendataorg/pandas-path/) | `path` | `Index`, `Series` |
374381
| [pint-pandas](https://github.com/hgrecco/pint-pandas) | `pint` | `Series`, `DataFrame` |
382+
| [composeml](https://github.com/FeatureLabs/compose) | `slice` | `DataFrame` |

0 commit comments

Comments
 (0)