Skip to content

Commit beea0a4

Browse files
committed
Merge branch 'structured-additive-model' of https://github.com/simon-hirsch/rolch into structured-additive-model
2 parents 17d9eff + 7451c52 commit beea0a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ondil/terms/time_series.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def predict_out_of_sample(
265265
time series features and fitted coefficients.
266266
"""
267267
X_mat = self.make_design_matrix_out_of_sample(X=X, distribution=distribution)
268-
# X_mat = self.remove_problematic_columns(X_mat)
268+
X_mat = self.remove_problematic_columns(X_mat)
269269
return X_mat @ self._state.coef_
270270

271271
def update(

0 commit comments

Comments
 (0)