Skip to content

Commit

Permalink
Merge branch 'Add-data-North-Uganda-2017' of https://github.com/nasah…
Browse files Browse the repository at this point in the history
…arvest/crop-mask into Add-data-North-Uganda-2017

Empty
  • Loading branch information
yashgadhiya10 committed Sep 9, 2024
2 parents 8988975 + 518f5e9 commit d9471b6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
6 changes: 3 additions & 3 deletions data/datasets.dvc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
outs:
- md5: b073343b2883fe4537cbdb98bd447cc2.dir
size: 728780256
nfiles: 61
- md5: b45a782128aebf6786df801a75fbd46d.dir
size: 734199009
nfiles: 62
path: datasets
hash: md5
9 changes: 9 additions & 0 deletions data/report.txt
Original file line number Diff line number Diff line change
Expand Up @@ -512,3 +512,12 @@ eo_data_export_failed 227
✔ training amount: 293, positive class: 16.4%
✔ validation amount: 235, positive class: 18.3%
✔ testing amount: 245, positive class: 16.7%



Uganda_NorthCEO2017 (Timesteps: 24)
----------------------------------------------------------------------------
eo_data_complete 1000
✔ training amount: 387, positive class: 1.3%
✔ validation amount: 294, positive class: 1.0%
✔ testing amount: 319, positive class: 1.3%
3 changes: 2 additions & 1 deletion datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,8 @@ def load_labels(self) -> pd.DataFrame:
df[START], df[END] = date(2016, 1, 1), date(2017, 12, 31)
df[SUBSET] = train_val_test_split(df.index, 0.3, 0.3)
return df



class Uganda_NorthCEO2017(LabeledDataset):
def load_labels(self) -> pd.DataFrame:
raw_folder = raw_dir / "Uganda_North_2017"
Expand Down

0 comments on commit d9471b6

Please sign in to comment.