Configure jupytext.

ml_pipeline
junos 2022-12-07 16:22:41 +01:00
parent 12f2c927fa
commit 525496418f
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,2 @@
# Always pair ipynb notebooks to py:percent files
formats = ["ipynb", "py:percent"]

View File

@ -120,6 +120,7 @@ sum(data_y.isna())
# %% [markdown]
# ### Baseline: Dummy Regression (mean)
# %%
dummy_regr = DummyRegressor(strategy="mean")
# %% jupyter={"source_hidden": true}