Giter VIP home page Giter VIP logo

neural_prophet's People

Contributors

alfonsogarciadecorral avatar bhausleitner avatar christymctse avatar dependabot[bot] avatar eltociear avatar epistoteles avatar fubonchu avatar georgesen avatar gonzaguehenri avatar hansikaph avatar hxyue1 avatar jsarsfield avatar judussoari avatar kaleming avatar kapoor1992 avatar karl-richter avatar kevin-chen0 avatar leoniefreisinger avatar leoniewgnr avatar mateusgheorghe avatar nlaptev avatar noxan avatar ourownstory avatar riley16 avatar rorcde avatar saumyabhushan avatar sharkfin-top avatar simonwittner avatar thekoc avatar ziqin8 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

neural_prophet's Issues

feature: model saving and loading functions using torch

inspiration
https://github.com/cs230-stanford/cs230-code-examples/tree/master/pytorch

Can simply save/load NeuralProphet.model
https://pytorch.org/tutorials/beginner/saving_loading_models.html

Issue:
must also store hyperparameter settings and any settings for events, regressors, etc.
may need a change in how configurations are stored/initialized

How:
We should implement this using torch.save() and torch.load()
with the recommended way of storing pytorch models
https://stackoverflow.com/questions/42703500/best-way-to-save-a-trained-model-in-pytorch

m.plot_components plots seasonality for all available history

m.plot_components plots the seasonality for all of the available history.

This can make some plots - like the weekly seasonality - not so easy to understand. See attachment.

According to documentation, crop_last_n, which would help alleviate this issue, should be ignored for seasonality.

image

Non-date data: Support equidistant data without datestamps

Currently, the best approach is to simply map it to some random series of datestamps.
A helper function to do this might be useful, as dealing with datetimes can be messy.

However, proper support for such data should be implemented eventually. It is not complex, but somewhat complicated as there are many touch points with datetime stamps.
This will entail:

  • data checks and missing data imputation
  • trend and seasonality computation
  • plotting support

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.