Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alipsgh authored Nov 1, 2019
1 parent faa0368 commit b40ffec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ Although you can use an installer from https://www.python.org/downloads/ to inst

`conda install -c conda-forge pympler`

Once you have all the packages installed, you may run the framework. Three sample codes are prepared to show how you can use the framework. These files are:
Once you have all the packages installed, you may run the framework.

Three sample codes are prepared to show how you can use the framework. Those files are:
* **_github_prequential_test.py_** - This file lets you evaluate an adaptive algorithm, i.e. a pair of a learner and a drift detector, prequentially. In this example, Naive Bayes is the learner and Fast Hoeffding Drift Detection Method (FHDDM) is the detector. You find lists of incremental learners in `tornado/classifier/` and drift detectors in `tornado/drift_detection/`. The outputs in the created project directory are similar to:

<p align="center">
Expand Down

0 comments on commit b40ffec

Please sign in to comment.