This package is part of the bonski project.
bonski.predict use historical ski conditions evaluation and historical nivological observations to fit a classification model and afterwards use recent nivological observations to estimate current ski conditions evaluation.
You can install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("vadmbertr/bonski.predict")
bonski.predict relies on the Python library sktime
to perform the
classification using the
MINIROCKET method. Therefore,
upon loading we try to install sktime
if Python is available on the
host system.
Please note that without the dependency fitting and classification WILL NOT be possible. That’s why we encourage users to install Python and a package manager (could be done with Python + pip or with Conda).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.