mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
devel/R-cran-mlbench: New port: Machine Learning Benchmark Problems
A collection of artificial and real-world machine learning benchmark problems, including, e.g., several data sets from the UCI repository. WWW: https://cran.r-project.org/web/packages/mlbench/
This commit is contained in:
parent
3e33ce8aa6
commit
7769baac3f
@ -78,6 +78,7 @@
|
||||
SUBDIR += R-cran-magrittr
|
||||
SUBDIR += R-cran-memoise
|
||||
SUBDIR += R-cran-microbenchmark
|
||||
SUBDIR += R-cran-mlbench
|
||||
SUBDIR += R-cran-mockery
|
||||
SUBDIR += R-cran-msm
|
||||
SUBDIR += R-cran-multicool
|
||||
|
14
devel/R-cran-mlbench/Makefile
Normal file
14
devel/R-cran-mlbench/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
PORTNAME= mlbench
|
||||
DISTVERSION= 2.1-3.1
|
||||
CATEGORIES= devel
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= eduardo@FreeBSD.org
|
||||
COMMENT= Machine Learning Benchmark Problems
|
||||
WWW= https://cran.r-project.org/web/packages/mlbench/
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= cran:auto-plist,compiles
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/R-cran-mlbench/distinfo
Normal file
3
devel/R-cran-mlbench/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1702140532
|
||||
SHA256 (mlbench_2.1-3.1.tar.gz) = 7afec6d58968ab526ea642e1df39bead2f479c14486b0a62032c999ba73d5cf0
|
||||
SIZE (mlbench_2.1-3.1.tar.gz) = 922128
|
2
devel/R-cran-mlbench/pkg-descr
Normal file
2
devel/R-cran-mlbench/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
A collection of artificial and real-world machine learning benchmark problems,
|
||||
including, e.g., several data sets from the UCI repository.
|
Loading…
Reference in New Issue
Block a user