Skip to content

The VIEWS Stepshifter is a package that contains modeling procedure, evaluation and forecasting using Darts

License

Notifications You must be signed in to change notification settings

views-platform/views-stepshifter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

views-stepshifter

A views stepshifter model is trained on views data that is shifted relative to the dependent variable.

Installation

  1. Intall libomp for Mac user because some packages (e.g. lightgbm) requires extra library.
brew install libomp

The following setup is often required when working with C/C++ libraries or Python packages when working with libomp.

echo 'export LDFLAGS="-L/opt/homebrew/opt/libomp/lib"' >> ~/.zshrc                           
echo 'export CPPFLAGS="-I/opt/homebrew/opt/libomp/include"' >> ~/.zshrc
source ~/.zshrc
echo 'export DYLD_LIBRARY_PATH="/opt/homebrew/opt/libomp/lib:$DYLD_LIBRARY_PATH"' >> ~/.zshrc
source ~/.zshrc
  1. Install views_stepshifter
pip install views_stepshifter

About

The VIEWS Stepshifter is a package that contains modeling procedure, evaluation and forecasting using Darts

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages