Waikato / moa

MOA is an open source framework for Big Data stream mining. It includes a collection of machine learning algorithms (classification, regression, clustering, outlier detection, concept drift detection and recommender systems) and tools for evaluation.
http://moa.cms.waikato.ac.nz/
GNU General Public License v3.0
613 stars 354 forks source link

Adding the learners/analysis package + feature importance analysis #217

Closed hmgomes closed 3 years ago

hmgomes commented 3 years ago

This PR includes the learners/analysis package. This package includes classes for feature importance analysis as described in [1].

New classes/interfaces:

Modified classes:

[1] Feature Scoring using Tree-Based Ensembles for Evolving Data Streams. 
H M Gomes, R Mello, B Pfahringer, A Bifet. IEEE Big Data, 2019.

hmgomes commented 3 years ago

Renamed the package from analysis to featureanalysis