Please visit desiforecast on Read the Docs
This package contains notebooks and script that apply machine learning to the DESI telemetry data to prediction in facilitate temperature predictions.
This package can be installed (and uninstalled) using the following command(s):
python setup.py develop --prefix=$INSTALL_DIR. python setup.py develop --prefix=$INSTALL_DIR --uninstall.
Fixed versions of the code can be installed as follows:
python setup.py install --prefix=$INSTALL_DIR.
Installing using pip:
pip install git+https://github.com/desihub/desiforecast.git@1.1.0
Data visualization can be found in the folder doc/nb
. Below is a list the the currently available notebooks:
time_plots.ipynb correlation_plots.ipynb
Python scripts can be found in the folder py/desiforecast
. Below is a list of the currently available scripts:
query_database.py neural_network.py
desiforecast is free software licensed under a 3-clause BSD-style license. For details see
the LICENSE.rst
file.