Giter VIP home page Giter VIP logo

neo-ls-svm's People

Contributors

lsorber avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

neo-ls-svm's Issues

Neo LSSVM as polars extension

Hi,

thanks for an awesome package. I wonder what it would take to add this model into polars api. Similar to polars-ols.

Feature: time series forecasting

Ideas:

  1. Fit a NeoLSSVM on y(t+1), then fit a new NeoLSSVM on y(t+2) | ŷ(t+1), and so on. This is more expensive than training a single t+1 model, but has the advantage that there's a direct estimate for the confidence interval of ŷ(t+k) with conformal prediction of the k'th model. Another advantage is that this method does not need 'future values of past covariates' as darts does.
  2. Automatically determine the forecast horizon k by stopping when the confidence intervals are no longer meaningful.
  3. Initially, only support past covariates and no future covariates. Later, add automatic future covariates based on the dataset's time series index using Time Axes Encoders. And after that maybe allow users to supply their own future covariates.
  4. To keep things simple initially, don't allow supplying a new target to forecast a fitted model on (i.e. predict does not accept X or y). Instead, users can fit a new model if there's new data.

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.