Flow
weka.MultiSearch

weka.MultiSearch

Visibility: public Uploaded 15-04-2018 by Olof Morra Weka_3.8.1 5 runs
0 likes downloaded by 0 people 0 issues 0 downvotes , 0 total downloads
Issue #Downvotes for this reason By


Loading wiki
Help us complete this description Edit
Weka implementation of MultiSearch

Parameters

-do-not-check-capabilitiesIf set, classifier capabilities are not checked before classifier is built (use with caution).
CDo not try to eliminate colinear attributes.
EDetermines the parameter used for evaluation: CC = Correlation coefficient MCC = Matthews correlation coefficient RMSE = Root mean squared error RRSE = Root relative squared error MAE = Mean absolute error RAE = Root absolute error COMB = Combined = (1-abs(CC)) + RRSE + RAE ACC = Accuracy KAP = Kappa PREC = Precision (per class) WPREC = Weighted precision REC = Recall (per class) WREC = Weighted recall AUC = Area under ROC (per class) WAUC = Weighted area under ROC PRC = Area under PRC (per class) WPRC = Weighted area under PRC FM = F-Measure (per class) WFM = Weighted F-Measure TPR = True positive rate (per class) TNR = True negative rate (per class) FPR = False positive rate (per class) FNR = False negative rate (per class) (default: CC)default: CC
RSet ridge parameter (default 1.0e-8).
SRandom number seed. (default 1)default: 1
WFull name of base classifier. (default: weka.classifiers.functions.LinearRegression)default: weka.classifiers.functions.LinearRegression
additional-statsOutput additional statistics.
algorithmA search algorithm.default: weka.classifiers.meta.multisearch.DefaultSearch -sample-size 100.0 -initial-folds 2 -subsequent-folds 10 -initial-test-set . -subsequent-test-set . -num-slots 1
batch-sizeThe desired batch size for batch prediction (default 100).
class-labelThe class label index to retrieve the metric for (if applicable).default: 1
log-fileThe log file to log the messages to. (default: none)default: /Users/olofmorra
minimalConserve memory, don't keep dataset header and means/stdevs. Model cannot be printed out if this option is enabled. (default: keep data)
num-decimal-placesThe number of decimal places for the output of numbers in the model (default 2).
output-debug-infoIf set, classifier is run in debug mode and may output additional info to the console
searchA property search setup.default: weka.core.setupgenerator.MathParameter -property ridge -min -10.0 -max 5.0 -step 1.0 -base 10.0 -expression pow(BASE,I)

0
Runs

List all runs
Parameter:
Rendering chart
Rendering table