Commit
·
2225e11
1
Parent(s):
a0bdc41
convert output in preprocess to df
Browse files
model.py
CHANGED
@@ -76,6 +76,8 @@ class UhiModel:
|
|
76 |
"300m_GHG_Proxy": m300_GHG_Proxy
|
77 |
}
|
78 |
|
|
|
|
|
79 |
return output
|
80 |
|
81 |
def scale(self, X):
|
|
|
76 |
"300m_GHG_Proxy": m300_GHG_Proxy
|
77 |
}
|
78 |
|
79 |
+
output = pd.DataFrame(output, index=[0])
|
80 |
+
|
81 |
return output
|
82 |
|
83 |
def scale(self, X):
|