Skip to content

Commit e913b6a

Browse files
gustavocidornelaswhoseoyster
authored andcommitted
Update path to requirements.txt for regression notebook
1 parent 3ddc08f commit e913b6a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

examples/tabular-regression/sklearn/diabetes-prediction/diabetes-prediction-sklearn.ipynb

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"%%bash\n",
3939
"\n",
4040
"if [ ! -e \"requirements.txt\" ]; then\n",
41-
" curl \"https://raw.githubusercontent.com/openlayer-ai/examples-gallery/main/tabular-classification/sklearn/iris-classifier/requirements.txt\" --output \"requirements.txt\"\n",
41+
" curl \"https://raw.githubusercontent.com/openlayer-ai/examples-gallery/main/tabular-regression/sklearn/diabetes-prediction/requirements.txt\" --output \"requirements.txt\"\n",
4242
"fi"
4343
]
4444
},
@@ -654,6 +654,13 @@
654654
"source": [
655655
"project.push()"
656656
]
657+
},
658+
{
659+
"cell_type": "code",
660+
"execution_count": null,
661+
"metadata": {},
662+
"outputs": [],
663+
"source": []
657664
}
658665
],
659666
"metadata": {
@@ -672,7 +679,7 @@
672679
"name": "python",
673680
"nbconvert_exporter": "python",
674681
"pygments_lexer": "ipython3",
675-
"version": "3.8.10"
682+
"version": "3.8.17"
676683
}
677684
},
678685
"nbformat": 4,

0 commit comments

Comments
 (0)