Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 29, 2024
1 parent e6653e7 commit 65bf7e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ def load_labels(self) -> pd.DataFrame:
df[SUBSET] = train_val_test_split(df.index, 0.3, 0.3)
return df


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

0 comments on commit 65bf7e6

Please sign in to comment.