Metadata-Version: 2.1
Name: openstf
Version: 1.5.3
Summary: Open short term forcasting
Home-page: https://github.com/alliander-opensource/short-term-forecasting
Author: Alliander N.V
Author-email: korte.termijn.prognoses@alliander.com
License: MPL-2.0
Description: <!--
        SPDX-FileCopyrightText: 2017-2021 Alliander N.V. <korte.termijn.prognoses@alliander.com>
        
        SPDX-License-Identifier: MPL-2.0
        -->
        
        [![Main Build](https://github.com/alliander-opensource/short-term-forecasting/actions/workflows/python-build.yaml/badge.svg?branch=main)](https://github.com/alliander-opensource/short-term-forecasting/actions/workflows/python-build.yaml)
        [![Develop Build](https://github.com/alliander-opensource/short-term-forecasting/actions/workflows/python-build.yaml/badge.svg?branch=develop)](https://github.com/alliander-opensource/short-term-forecasting/actions/workflows/python-build.yaml)
        [![REUSE Compliance Check](https://github.com/alliander-opensource/short-term-forecasting/actions/workflows/reuse-compliance.yaml/badge.svg?branch=main)](https://github.com/alliander-opensource/short-term-forecasting/actions/workflows/reuse-compliance.yaml)
        
        # Short Term Forcasting
        
        Short term forcasting is a Python package which is used to make short term forecasts for the energy sector. This repository contains all components for the machine learning pipeline required to make a forecast. In order to use the package you need to provide your own data storage and retrieval interface.
        
        # Installation
        
        ## Clone this repository:
        
        ```shell
        git clone git@github.com:alliander-opensource/short-term-forecasting.git
        ```
        
        ## Install dependencies
        
        ```shell
        pip install -r requirements.txt
        ```
        
        ## Install the openstf package
        
        ```shell
        pip install -e openstf
        ```
        
        ## Install own implementation of ktpbase
        
        The code in this repository expects a data storage and retrieval interface to be available through the `ktpbase` package. For more information about the implemented interface see TODO.
        
        # Usage
        
        To run a task use:
        
        ```shell
        python -m openstf task <task_name>
        ```
        
        ## License
        This project is licensed under the Mozilla Public License, version 2.0 - see LICENSE for details.
        
        ## Licenses third-party libraries
        This project includes third-party libraries, which are licensed under their own respective Open-Source licenses. SPDX-License-Identifier headers are used to show which license is applicable. The concerning license files can be found in the LICENSES directory.
        
        ## Contributing
        
        Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
        
        ## Contact
        
        N.V. Alliander - Team Korte Termijn Prognoses <korte.termijn.prognoses@alliander.com>
        
Keywords: energy,forecasting,machinelearning
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7.0
Description-Content-Type: text/markdown
