luke14free / pm-prophet

GAM timeseries modeling with auto-changepoint detection. Inspired by Facebook Prophet and implemented in PyMC3
325 stars 42 forks source link

changed one instance of .ix to .iloc #18

Closed jpreszler closed 4 years ago

jpreszler commented 4 years ago

This is to remove the deprecation warning about .ix that pandas gives.

luke14free commented 4 years ago

LGTM, thanks @jpreszler