Skip to content

Commit

Permalink
[ML] Update trianing % to be 50%
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 committed Nov 11, 2020
1 parent eedd25a commit b370025
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function ({ getService }: FtrProviderContext) {
job: {
id: `bm_fi_binary_${timestamp}`,
description:
"Classification job based on 'ft_bank_marketing' dataset with dependentVariable 'y' and trainingPercent '15'",
"Classification job based on 'ft_bank_marketing' dataset with dependentVariable 'y' and trainingPercent '50'",
source: {
index: ['ft_bank_marketing'],
query: {
Expand All @@ -46,7 +46,7 @@ export default function ({ getService }: FtrProviderContext) {
classification: {
prediction_field_name: 'test',
dependent_variable: 'y',
training_percent: 15,
training_percent: 50,
num_top_feature_importance_values: 5,
},
},
Expand Down Expand Up @@ -75,7 +75,7 @@ export default function ({ getService }: FtrProviderContext) {
job: {
id: `bm_fi_multi_${timestamp}`,
description:
"Classification job based on 'ft_bank_marketing' dataset with dependentVariable 'y' and trainingPercent '15'",
"Classification job based on 'ft_bank_marketing' dataset with dependentVariable 'y' and trainingPercent '50'",
source: {
index: ['ft_bank_marketing'],
query: {
Expand All @@ -92,7 +92,7 @@ export default function ({ getService }: FtrProviderContext) {
classification: {
prediction_field_name: 'test',
dependent_variable: 'y',
training_percent: 15,
training_percent: 50,
num_top_feature_importance_values: 5,
num_top_classes: 5,
},
Expand Down Expand Up @@ -152,7 +152,7 @@ export default function ({ getService }: FtrProviderContext) {
prediction_field_name: 'test',
dependent_variable: 'stab',
num_top_feature_importance_values: 5,
training_percent: 15,
training_percent: 50,
},
},
analyzed_fields: {
Expand Down

0 comments on commit b370025

Please sign in to comment.