We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03b283 commit 80341a2Copy full SHA for 80341a2
pycona/predictor/feature_representation.py
@@ -112,11 +112,11 @@ def _init_features(self):
112
self._features['Var_name_same'] = 'Bool'
113
114
for i in range(self._max_ndims):
115
+ self._features[f"Dim{i}_same"] = 'Bool'
116
self._features[f"Dim{i}_max"] = 'Int'
117
self._features[f"Dim{i}_min"] = 'Int'
118
self._features[f"Dim{i}_avg"] = 'Real'
119
self._features[f"Dim{i}_diff"] = 'Real'
- self._features[f"Dim{i}_avg_diff"] = 'Real'
120
121
self._features[f"Relation"] = self._lang
122
self._features[f"Arity"] = 'Real'
0 commit comments