10: APPLY TableVectorizer

This step used:

This step was used by:

Where was this step created?

                
  File "/home/circleci/project/doc/conf.py", line 571, in <module>
    create_expression_report()
  File "/home/circleci/project/doc/expression_report.py", line 39, in create_expression_report
    vectorized_products = products.skb.apply(vectorizer, cols=s.all() - "basket_ID")

                
            

Estimator fitted in this step:

OnSubFrame(cols=(all() - cols('basket_ID')),
           transformer=TableVectorizer(high_cardinality=MinHashEncoder(n_components=np.int64(9))))
In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook.
On GitHub, the HTML representation is unable to render, please try loading this page with nbviewer.org.

Output of this step