Configure jupytext.
parent
12f2c927fa
commit
525496418f
|
@ -0,0 +1,2 @@
|
|||
# Always pair ipynb notebooks to py:percent files
|
||||
formats = ["ipynb", "py:percent"]
|
|
@ -120,6 +120,7 @@ sum(data_y.isna())
|
|||
|
||||
# %% [markdown]
|
||||
# ### Baseline: Dummy Regression (mean)
|
||||
# %%
|
||||
dummy_regr = DummyRegressor(strategy="mean")
|
||||
|
||||
# %% jupyter={"source_hidden": true}
|
||||
|
|
Loading…
Reference in New Issue