Skip to content

Commit

Permalink
Merge branch 'master' of github.com:AZCompTox/AZOrange
Browse files Browse the repository at this point in the history
  • Loading branch information
engpedrorafael committed Mar 6, 2012
2 parents 0588782 + e406ab4 commit 023a197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azorange/AZLearnersParamsConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"""
CvBoostLearner = {
'max_depth':["types.IntType", "values", "[int(round(x)) or 1 for x in miscUtilities.Range(1,20)]",[],AZOrangeConfig.CVBOOSTDEFAULTDICT["max_depth"],True,True,"Integer from 1 to 20.\nMinimum is 1"],\
'weak_count':["types.IntType", "values", "miscUtilities.Range(1,1000)",[],AZOrangeConfig.CVBOOSTDEFAULTDICT["weak_count"],True,True,"Integer from 1 to 1000"],\
'weak_count':["types.IntType", "values", "miscUtilities.Range(1,1000)",[],AZOrangeConfig.CVBOOSTDEFAULTDICT["weak_count"],False,True,"Integer from 1 to 1000"],\
'weight_trim_rate':["types.FloatType", "interval", "[0 , 1]",[],AZOrangeConfig.CVBOOSTDEFAULTDICT["weight_trim_rate"],False,True,"Continious between"],\
'boost_type':["types.StringType", "values", "['DISCRETE' , 'REAL' , 'LOGIT' , 'GENTLE']",['DISCRETE','REAL','LOGIT','GENTLE'],AZOrangeConfig.CVBOOSTDEFAULTDICT["boost_type"],False,False,"DISCRETE\nREAL\nLOGIT\nGENTLE"],\
'split_criteria':["types.StringType", "values", "['DEFAULT' , 'GINI' , 'MISCLASS' , 'SQERR']",['DEFAULT' , 'GINI' , 'MISCLASS' , 'SQERR'],AZOrangeConfig.CVBOOSTDEFAULTDICT["split_criteria"],False,False,"DEFAULT\nGINI\nMISCLASS\nSQERR"],\
Expand Down

0 comments on commit 023a197

Please sign in to comment.