-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDescription.props
81 lines (60 loc) · 3.21 KB
/
Description.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# Template Description file for a Weka package
#
# Package name (required)
PackageName=OpenmlWeka
# Version (required)
Version=0.9.7
#Date (year-month-day)
Date=2019-03-11
# Title (required)
Title=Openml Weka
# Category (recommended)
Category=Classification, Experimenter
# Author (required)
Author=Jan N. van Rijn <j.n.van.rijn@liacs.leidenuniv.nl>
# Maintainer (required)
Maintainer=Jan N. van Rijn <j.n.van.rijn@liacs.leidenuniv.nl>
# License (required)
License=BSD-3-Clause
# Description (required)
Description=Allows sharing Weka experiments on OpenML. Stores for every experiment the classifier, the (serialized) models, the predictions and evaluation measures. Works well in combination with the openml apiconnector (available on Maven Central, artifact id org.openml.apiconnector). If you found this package useful, please cite: J. N. van Rijn, Massively Collaborative Machine Learning, Leiden University, 2016.
# Package URL for obtaining the package archive (required)
/~https://github.com/openml/openml-weka/releases/download/openmlweka-0.9.7/OpenmlWeka.zip
# URL for further information
URL=/~https://github.com/openml/openml-weka
# Enhances various other packages ?
#Enhances=packageName1,packageName2,...
# Related to other packages?
#Related=packageName1,packageName2,...
# Dependencies (format: packageName (equality/inequality version_number)
Depends=weka (>= 3.9.0),multisearch (>= 2018.9.2)
# Message to display in installation. Can be used to provide
# special instructions (e.g. manual stuff needed to complete
# the installation process). (optional).
MessageToDisplayOnInstallation=Requires a (free) openml account, please visit http://www.openml.org/
# Prevent package from being loaded by Weka if the named
# files/directories are not present (relative to the package's
# root directory). Useful for packages that require the user
# to manually install some third-party library(s). (optional)
#DoNotLoadIfFileNotPresent=lib/someLibrary.jar,otherStuff/important,...
# Log message to be displayed if package can't be loaded due to
# missing files/directories. (optional)
#DoNotLoadIfFileNotPresentMessage=funkyPackage can't be loaded because some \
# funky libraries are missing. Please download funkyLibrary.jar from \
# http://www.funky.com and install in $WEKA_HOME/packages/funkyPackage/lib
# Prevent package from being loaded by Weka if the named
# classes can't be instantiated. Useful for packages that rely
# on stuff that has to be installed manually (an example is
# Java3D, which installs itself into the system JRE/JDK. (optional)
#DoNotLoadIfClassNotPresent=com.some.class.from.some.Where,org.some.other.Class,...
# Log message to be displayed if package can't be loaded due to
# missing classes. (optional).
#DoNotLoadIfClassNotPresentMessage=funkyPackage can't be loaded because \
# com.funky.FunkyClass can't be instantiated. Have you downloaded and run \
# the funky software installer for your platform?
# Prevent package from being loaded by Weka if one or more (comma-separated)
# environment variables or java properties are not set. (optional).
#DoNotLoadIfEnvVarNotSet=
# Log message to be displayed if package can't be loaded due to unset
# environment variables or java properties.
#DoNotLoadIfEnvVarNotSetMessage=