freebsd-ports/science/py-skrebate/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

7 lines
489 B
Text

This package includes a scikit-learn-compatible Python implementation of ReBATE,
a suite of Relief-based feature selection algorithms for Machine Learning. These
Relief-Based algorithms (RBAs) are designed for feature weighting/selection as
part of a machine learning pipeline (supervised learning). Presently this
includes the following core RBAs: ReliefF, SURF, SURF*, MultiSURF*, and
MultiSURF. Additionally, an implementation of the iterative TuRF mechanism and
VLSRelief is included.