Program_img2Logistic_weka_nominal
This programs is part of the WEKA classifier library. The code used to generate this program is from the java class 'weka/classifiers/functions/Logistic.java' from WEKA's libraries. The following description was taken from this classes JavaDoc information:

---------------------
Class for building and using a multinomial logistic regression model with a ridge estimator. There are some modifications, however, compared to the paper of leCessie and van Houwelingen(1992): If there are k classes for n instances with m attributes, the parameter matrix B to be calculated will be an m*(k-1) matrix. The probability for class j with the exception of the last class is Pj(Xi) = exp(XiBj)/((sum[j=1..(k-1)]exp(Xi*Bj))+1) The last class has probability 1-(sum[j=1..(k-1)]Pj(Xi)) = 1/((sum[j=1..(k-1)]exp(Xi*Bj))+1) The (negative) multinomial log-likelihood is thus: L = -sum[i=1..n]{ sum[j=1..(k-1)](Yij * ln(Pj(Xi))) +(1 - (sum[j=1..(k-1)]Yij)) * ln(1 - sum[j=1..(k-1)]Pj(Xi)) } + ridge * (B^2) In order to find the matrix B for which L is minimised, a Quasi-Newton Method is used to search for the optimized values of the m*(k-1) variables. Note that before we use the optimization procedure, we 'squeeze' the matrix B into a m*(k-1) vector. For details of the optimization procedure, please check weka.core.Optimization class. Although original Logistic Regression does not deal with instance weights, we modify the algorithm a little bit to handle the instance weights. For more information see: le Cessie, S., van Houwelingen, J.C. (1992). Ridge Estimators in Logistic Regression. Applied Statistics. 41(1):191-201. Note: Missing values are replaced using a ReplaceMissingValuesFilter, and nominal attributes are transformed into numeric attributes using a NominalToBinaryFilter.
---------------------

NOTE: This algorithm has no parameter tuning, it is using the default WEKA parameters

NOTE: WEKA's Classifiers read a data in the .arff format. For Multiclass datasets, the SVMlight format converted to .arff multiclass format so they can be read by WEKA programs
MulticlassClassification
internal
18M
checked
open
Login required!

Run this program on a dataset Arrow_right


Existing runs on Logistic_weka_nominal 1-25 of 172 < > Action_refresh_blue
ID Program Dataset Tuned hyper. User Updated << Status Total time Memory Error
Run #15617 Logistic_weka_nominal 201109_slices_obs no jbensley 148d2h ago done 5m2s 431M 0.018
Run #15522 Logistic_weka_nominal dominionstats - large no rrenaud 194d22h ago failed 34m42s 766M
Run #15509 Logistic_weka_nominal dominionstats - tiny no rrenaud 195d13h ago done 17s 427M 0.420
Run #14511 Logistic_weka_nominal HTTPOS Google Search Suggestions no internal 208d12h ago failed 2h7m 421M
Run #14515 Logistic_weka_nominal Light Curves v1 DataSet no internal 208d21h ago done 2h54m 421M 0.403
Run #14493 Logistic_weka_nominal synthetic-10-7500-20-0.10 no internal 208d22h ago done 2h15m 421M 0.020
Run #14494 Logistic_weka_nominal synthetic-10-7500-20-0.50 no internal 208d22h ago done 2h9m 421M 0.015
Run #14488 Logistic_weka_nominal crys_all no internal 209d0h ago done 37m48s 421M 0.599
Run #14499 Logistic_weka_nominal synthetic-1000-7500-3-1.00 no internal 209d0h ago done 27m38s 434M 0.202
Run #14496 Logistic_weka_nominal synthetic-10-7500-20-1.00 no internal 209d0h ago done 27m39s 421M 0.019
Run #14514 Logistic_weka_nominal chromium-bugs-wordclass no internal 209d0h ago failed 18m11s 712M
Run #14500 Logistic_weka_nominal synthetic-1000-7500-3-0.75 no internal 209d0h ago done 22m22s 496M 0.222
Run #14498 Logistic_weka_nominal synthetic-1000-7500-3-0.50 no internal 209d0h ago done 22m45s 434M 0.216
Run #14513 Logistic_weka_nominal chromium-bugs-plain no internal 209d0h ago failed 16m4s 491M
Run #14497 Logistic_weka_nominal synthetic-1000-7500-3-0.10 no internal 209d0h ago done 22m23s 434M 0.226
Run #14510 Logistic_weka_nominal NHS Male Adult Network Trace no internal 209d0h ago failed 14m31s 429M
Run #14501 Logistic_weka_nominal synthetic-1000-7500-20-0.10 no internal 209d0h ago failed 16m20s 434M
Run #14503 Logistic_weka_nominal synthetic-1000-7500-20-0.75 no internal 209d0h ago failed 12m45s 497M
Run #14504 Logistic_weka_nominal synthetic-1000-7500-20-1.00 no internal 209d0h ago failed 11m42s 422M
Run #14502 Logistic_weka_nominal synthetic-1000-7500-20-0.50 no internal 209d0h ago failed 11m47s 434M
Run #14508 Logistic_weka_nominal Bing Data no internal 209d0h ago failed 8m50s 421M
Run #14507 Logistic_weka_nominal minerals_1 no internal 209d0h ago done 4m39s 421M 0.682
Run #14512 Logistic_weka_nominal pgbovine-simple-dataset no internal 209d0h ago done 1s 413M 0.500
Run #14483 Logistic_weka_nominal utterance-classification-asr no internal 209d0h ago failed 9m9s 418M
Run #14509 Logistic_weka_nominal Google Health Network Data no internal 209d0h ago failed 2s 414M




Program contents Arrow_right