git: a15ff33a6825 - main - science/py-skrebate: Add py-skrebate 0.62
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Apr 25 20:37:13 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a15ff33a682545cfdd76f7c545d7da95b462d271
commit a15ff33a682545cfdd76f7c545d7da95b462d271
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-04-25 20:11:26 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-04-25 20:35:07 +0000
science/py-skrebate: Add py-skrebate 0.62
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.
WWW: https://github.com/EpistasisLab/scikit-rebate
---
science/Makefile | 1 +
science/py-skrebate/Makefile | 24 ++++++++++++++++++++++++
science/py-skrebate/distinfo | 3 +++
science/py-skrebate/pkg-descr | 9 +++++++++
4 files changed, 37 insertions(+)
diff --git a/science/Makefile b/science/Makefile
index 24c2e04d14c0..03a8a852d714 100644
--- a/science/Makefile
+++ b/science/Makefile
@@ -292,6 +292,7 @@
SUBDIR += py-scoria
SUBDIR += py-segregation
SUBDIR += py-segyio
+ SUBDIR += py-skrebate
SUBDIR += py-spaghetti
SUBDIR += py-spglib
SUBDIR += py-tensorflow
diff --git a/science/py-skrebate/Makefile b/science/py-skrebate/Makefile
new file mode 100644
index 000000000000..40a43c5924ec
--- /dev/null
+++ b/science/py-skrebate/Makefile
@@ -0,0 +1,24 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+
+PORTNAME= skrebate
+PORTVERSION= 0.62
+CATEGORIES= science python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Relief-based feature selection algorithms
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0:science/py-scikit-learn@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}scipy>=0:science/py-scipy@${PY_FLAVOR}
+
+USES= python:3.6+
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/science/py-skrebate/distinfo b/science/py-skrebate/distinfo
new file mode 100644
index 000000000000..44f2074cd6b6
--- /dev/null
+++ b/science/py-skrebate/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1619198369
+SHA256 (skrebate-0.62.tar.gz) = b20dad4dc52f650e1f7960151314840f34251222cae0a78ac23d9f6d377ca558
+SIZE (skrebate-0.62.tar.gz) = 19835
diff --git a/science/py-skrebate/pkg-descr b/science/py-skrebate/pkg-descr
new file mode 100644
index 000000000000..2006c2996184
--- /dev/null
+++ b/science/py-skrebate/pkg-descr
@@ -0,0 +1,9 @@
+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.
+
+WWW: https://github.com/EpistasisLab/scikit-rebate
More information about the dev-commits-ports-all
mailing list