-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDescription.props
35 lines (24 loc) · 1.15 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
# Package name (required)
PackageName=Auto-WEKA
# Version (required)
Version=2.6
Changes=Bugfixes.
#Date
Date=2017-07-11
# Title (required)
Title=Automatically find the best model and parameters for a dataset.
Category=Classification, Regression, Attribute Selection
# Author (required)
Author=Lars Kotthoff, Simon Zhu, Eibe Frank, Oto Alves, Farooq Ahmed, Samantha Sanders, Chris Thornton, Frank Hutter, Holger Hoos, Kevin Leyton-Brown
# Maintainer (required)
Maintainer=Lars Kotthoff <[email protected]>
# License (required)
License=GPL 3.0
# Description (required)
Description=Automatically finds the best model with its best parameter settings for a given classification or regression task.<br/><br/>For more information see:<br/><br/>Chris Thornton, Frank Hutter, Holger Hoos, and Kevin Leyton-Brown (2013). Auto-WEKA: Combined Selection and Hyperparameter Optimization of Classification Algorithms. In Proc. of KDD 2013.
# Package URL for obtaining the package archive (required)
PackageURL=http://www.cs.ubc.ca/labs/beta/Projects/autoweka/autoweka-2.6.zip
# URL for further information
URL=https://github.com/automl/autoweka
# Dependencies
Depends=weka (>=3.7.13)