Metadata-Version: 2.1
Name: online-svr
Version: 0.1.1
Summary: Uma biblioteca para realizar previsões em SVR com aprendizado online
Home-page: https://github.com/ademirNeto/online-svr
Author: Ademir Neto
Author-email: ademir.bsn@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scikit-learn
Requires-Dist: statsmodels
Requires-Dist: scipy

# Online SVR

A library for conducting experiments with time series using **SVR**. It includes support for data preprocessing, lag creation, and executing tests by prediction time series bt a traditional and online paradigma.

## Key Features

- **SVR Predict**: Offline predictions using Support Vector Regression.
- **SVR Online**: Incremental learning with dynamic model updates.

## Installation

To install the library, run:

```bash
pip install online-svr
