Skip to content

Commit

Permalink
rm Extractor2
Browse files Browse the repository at this point in the history
  • Loading branch information
ourownstory committed Sep 3, 2024
1 parent e2ccab4 commit 344bc5c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions neuralprophet/time_net.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,16 +307,6 @@ def __init__(
else:
self.config_regressors.regressors = None

# Features Extractor
self.features_extractor = FeatureExtractor(
n_lags=self.n_lags,
n_forecasts=self.n_forecasts,
max_lags=self.config_model.max_lags,
config_seasonality=self.config_seasonality,
lagged_regressor_config=self.config_lagged_regressors,
feature_indices=self.config_model.features_map,
)

@property
def ar_weights(self) -> torch.Tensor:
"""sets property auto-regression weights for regularization. Update if AR is modelled differently"""
Expand Down

0 comments on commit 344bc5c

Please sign in to comment.