Skip to content

Commit

Permalink
datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
FANSAN6190 committed Jun 18, 2023
1 parent 55ed1d0 commit f007632
Show file tree
Hide file tree
Showing 291 changed files with 20,760 additions and 44,913 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
*.zip
*.h5
dataset/
New Masks Dataset/
Dataset_m/
Dataset_l/
Dataset_vl/
Dataset_ul/

6 changes: 3 additions & 3 deletions ML_projects/azml/azlp3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
}
],
"source": [
"train=pd.read_csv(\"dataset/train.csv\")\n",
"test=pd.read_csv(\"dataset/test.csv\")\n",
"train=pd.read_csv(\"dataset_m/train.csv\")\n",
"test=pd.read_csv(\"dataset_m/test.csv\")\n",
"print(train.shape)\n",
"print(test.shape)"
]
Expand Down Expand Up @@ -1081,7 +1081,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.9"
"version": "3.10.6"
}
},
"nbformat": 4,
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 5
}
20,641 changes: 20,641 additions & 0 deletions ML_projects/house_price_prediction/Dataset_vs/housing/housing.csv

Large diffs are not rendered by default.

Loading

0 comments on commit f007632

Please sign in to comment.