neural networks (PyTorch) • As with Prophet, focused on “understability”, “explainability” • breaks the prediction into reasonable components • trend, seasonalities, holidays/events • easy for a human to review • Simple to use
time-series data to predict and/or analise • Engineering Management metrics like Pull Requests, Lead Times, “activity” levels for individuals and teams • Great tools in Python, but no tools in Elixir • So…
for seasons TBD Done Preprocessor • Piecewise Linear Trend • Multiplicative Seasonality • Custom seasons (monthly, for instance) • Auto regressor • Lagged and future regressors • Adding holidays/events • Global Linear Trend • Additive Seasonality Components • Make it easier to generate component output • Make it easier to use Nx.serving • Use the same testing data as NeuralProphet General