From 7a66de9fd3d290f2389bd67dc7a1953e76f33565 Mon Sep 17 00:00:00 2001 From: TibetanSandFox Date: Fri, 13 Dec 2019 20:13:16 +0100 Subject: [PATCH] Small fixes. --- doc/about.rst | 2 +- doc/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/about.rst b/doc/about.rst index ea75ed6b..6278fed4 100644 --- a/doc/about.rst +++ b/doc/about.rst @@ -2,7 +2,7 @@ About us ######## -The ``stream-learn`` package was created for the needs of the `Department of Computer Systems and Networks `_, *Wrocław University of Science and Technology*, as part of research projects regarding the processing of imbalanced data streams and its code is used for experimental evaluation since 2017. +The ``stream-learn`` package was created for the needs of the `Department of Systems and Computer Networks `_, *Wrocław University of Science and Technology*, as part of research projects regarding the processing of imbalanced data streams and its code is used for experimental evaluation since 2017. The authors and maintainers of its current version are the employees of the unit, namely `P. Ksieniewicz `_ and `P. Zyblewski `_. diff --git a/doc/index.rst b/doc/index.rst index ed2574e0..a7aa4f56 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -46,7 +46,7 @@ The ``stream-learn`` module is a set of tools necessary for processing data stre - `evaluators `_ - containing classes for running experiments on stream data in accordance with the Test-Then-Train and Prequential methodology. - `classifiers `_ - containing sample stream classifiers, - `ensembles `_ - containing standard team models of stream data classification, -- utils - containing typical classification quality metrics in data streams. +- `utils `_ - containing typical classification quality metrics in data streams. You can read more about each module in the User Guide.