Skip to content

Commit

Permalink
udpate sklearn compat doc
Browse files Browse the repository at this point in the history
  • Loading branch information
remiadon committed May 20, 2020
1 parent 090f27f commit 3111194
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/sklearn_compat.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
. highlight:: shell

===============================
Compatibility with Scikit-Learn
===============================
Expand All @@ -20,16 +18,17 @@ of symbols in our learning processes.

Preprocessing
-------------
The Preprocessing module implements a set of Transformers/Encoders
The :ref:`preprocessing` module implements a set of Transformers/Encoders
to get you from raw data to a more advanced, structured kind of data :
the kind a data that is easily manageable and prone to give you the best performance.

Sometimes *scikit-learn* provides us the tools we exactly need, sometimes not.
**Scikit-mine addresses data ingestion by implementing its own preprocessing blocks,
in a fully scikit-learn compatible way**.

The *preprocessing* module is designed to take all of the burden off you, and manage ingestion
in a smooth way : use it !!
As an example, consider `this tutorial <tutorials/itemsets/SLIM.ipynb>`_
in which we use a **TransactionEncoder** to easily ingest raw data,
presented in the form of Python iterators.


Pipelines
Expand Down

0 comments on commit 3111194

Please sign in to comment.