LineaLabs / lineapy

Move fast from data science prototype to pipeline. Capture, analyze, and transform messy notebooks into data pipelines with just two lines of code.
https://lineapy.org
Apache License 2.0
661 stars 58 forks source link

Update housing example tutorial #846

Closed andycui97 closed 1 year ago

andycui97 commented 1 year ago

Description

Update housing_example to use get_function to transform test data.

Type of change

How Has This Been Tested?

Run the notebook.

yoonspark commented 1 year ago

The update makes sense as the data preprocessing no longer involves components that have to be reused (e.g., vectorizer trained on a specific version of data). Once we resolve the issue with wonky code chopping in pipeline modularization, we can get the vectorizer back to the example to restore its realism. But, it is good for now.

yoonspark commented 1 year ago

Can you add url parametrization to to_pipeline as well? Context for the request here.

andycui97 commented 1 year ago

Can you add url parametrization to to_pipeline as well? Context for the request here.

Added