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
662 stars 58 forks source link

Lin 673 lineapy.get for MLflow #829

Closed mingjerli closed 1 year ago

mingjerli commented 1 year ago

Description

Fixes # (issue)

LIN-669, LIN-673, LIN-675, LIN-676, LIN-690

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

yoonspark commented 1 year ago

To add new docstrings into RTD's API reference page, please run:

cd docs && rm -rf build source/build source/_build source/autogen && SPHINX_APIDOC_OPTIONS=members sphinx-apidoc -d 2 -f -o ./source/autogen ../lineapy/ && make html

This will update docs in lineapy/docs/source/autogen/, which should be committed.