wellness-classifier-model / cv_results_DecisionTree.json
sathishaiuse's picture
Upload cv_results_DecisionTree.json with huggingface_hub
fe14b72 verified
raw
history blame
2.32 kB
{
"mean_fit_time": [
0.03186241785685221,
0.02963844935099284,
0.02125382423400879,
0.022081931432088215,
0.026897271474202473,
0.026374657948811848
],
"std_fit_time": [
0.0004916611700836282,
0.00013129690923314048,
0.0011077979645833748,
0.0007990995133948594,
0.0003457597896766495,
0.0011738219612806144
],
"mean_score_time": [
0.011273543039957682,
0.010044097900390625,
0.009798367818196615,
0.010054508845011393,
0.010241429011027018,
0.007070302963256836
],
"std_score_time": [
0.0018809859123156032,
0.00010478182362289711,
0.0001682154546024403,
0.00032430631550232485,
0.0003475816000819854,
0.0014392006481896587
],
"param_clf__max_depth": [
null,
null,
5,
5,
10,
10
],
"param_clf__min_samples_split": [
2,
5,
2,
5,
2,
5
],
"params": [
{
"clf__max_depth": null,
"clf__min_samples_split": 2
},
{
"clf__max_depth": null,
"clf__min_samples_split": 5
},
{
"clf__max_depth": 5,
"clf__min_samples_split": 2
},
{
"clf__max_depth": 5,
"clf__min_samples_split": 5
},
{
"clf__max_depth": 10,
"clf__min_samples_split": 2
},
{
"clf__max_depth": 10,
"clf__min_samples_split": 5
}
],
"split0_test_score": [
0.6138107416879794,
0.5888594164456235,
0.43150684931506855,
0.43150684931506855,
0.6166219839142092,
0.5885558583106267
],
"split1_test_score": [
0.6421568627450981,
0.6157635467980296,
0.4869565217391304,
0.4869565217391304,
0.6195652173913044,
0.6054054054054056
],
"split2_test_score": [
0.634032634032634,
0.6120481927710844,
0.3974358974358974,
0.3974358974358974,
0.6057441253263707,
0.5900783289817232
],
"mean_test_score": [
0.6300000794885704,
0.6055570520049124,
0.43863308949669877,
0.43863308949669877,
0.6139771088772948,
0.5946798642325852
],
"std_test_score": [
0.011918382632425189,
0.011904039617975884,
0.03689239323812664,
0.03689239323812664,
0.005944306488145529,
0.007609529303160448
],
"rank_test_score": [
1,
3,
5,
5,
2,
4
]
}