iBrokeTheCode commited on
Commit
c045d56
·
1 Parent(s): 3e96ca9

fix: Update links to source code in notebook

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -191,7 +191,7 @@ def _(mo):
191
  @app.cell
192
  def _(mo):
193
  mo.md(
194
- r"""Want to see how these plots were created? You can find the source code for the visualizations in [plots.py](./src/plots.py)."""
195
  )
196
  return
197
 
@@ -315,7 +315,7 @@ def _(mo):
315
  - Impute values for all columns with missing data (using median as imputing value).
316
  - Feature scaling with Min-Max scaler
317
 
318
- Want to see how the dataset was processed? You can find the code for the preprocessing steps in [preprocessing.py](./src/preprocessing.py).
319
  """
320
  )
321
  return
 
191
  @app.cell
192
  def _(mo):
193
  mo.md(
194
+ r"""Want to see how these plots were created? You can find the source code for the visualizations in [plots.py](https://huggingface.co/spaces/iBrokeTheCode/Home_Credit_Default_Risk_Prediction/blob/main/src/plots.py)."""
195
  )
196
  return
197
 
 
315
  - Impute values for all columns with missing data (using median as imputing value).
316
  - Feature scaling with Min-Max scaler
317
 
318
+ Want to see how the dataset was processed? You can find the code for the preprocessing steps in [preprocessing.py]([./src/preprocessing.py](https://huggingface.co/spaces/iBrokeTheCode/Home_Credit_Default_Risk_Prediction/blob/main/src/preprocessing.py)).
319
  """
320
  )
321
  return