microprediction / timemachines

Predict time-series with one line of code.
https://www.microprediction.com/blog/popular-timeseries-packages
MIT License
398 stars 51 forks source link

Nproph2 #10

Closed free-soellingeraj closed 2 years ago

free-soellingeraj commented 3 years ago
  1. copied prophet to a new folder called skaters/nproph
  2. refactored all the names proph > nproph (capitalizations, etc…)
  3. changed the filenames proph > nproph
  4. implemented test file tests/nproph/test_nproph.py copied from tests/proph/test_proph.py
  5. change skaters/nproph/nprophparams.py (adding defaults from output of ?NeuralProphet )
  6. change m.add_regressor(...) to m.add_lagged_regressor
  7. m.fit and m.create_future_dataframe take the same parameters but in a different pattern than with Prophet : both require df as input and m.fit takes freq (not create_future_dataframe)
  8. Commented out the stuff that adds the a_cols to future because it was already in future
  9. Commented out the stuff running the skater recursively for all exogenous y
microprediction commented 2 years ago

nprophet is in