Fix feature names

This commit is contained in:
Florent Guiotte 2020-05-31 01:30:26 +02:00
parent b2874a1d85
commit 496ad79f05
3 changed files with 0 additions and 3 deletions

View File

@ -54,6 +54,5 @@ def run(gt, rasters, coords, remove, attributes, adjacency='4', filtering='direc
X = np.concatenate(X)
y = np.concatenate(y)
groups = np.concatenate(groups)
Xn = rasters[0].keys()
return X, y, groups, Xn

View File

@ -58,6 +58,5 @@ def run(gt, rasters, coords, remove, attributes, adjacency='4',
X = np.concatenate(X)
y = np.concatenate(y)
groups = np.concatenate(groups)
Xn = rasters[0].keys()
return X, y, groups, Xn

View File

@ -54,6 +54,5 @@ def run(gt, rasters, coords, remove, attributes, adjacency='4', filtering='direc
X = np.concatenate(X)
y = np.concatenate(y)
groups = np.concatenate(groups)
Xn = rasters[0].keys()
return X, y, groups, Xn