-
Notifications
You must be signed in to change notification settings - Fork 837
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
src/common/localization/es-cl.ts
Outdated
@@ -289,6 +289,10 @@ export const spanish: IAppStrings = { | |||
tagged: "Solo activos etiquetados", | |||
}, | |||
}, | |||
testTrainSplit: { | |||
title: "Prueba/tren Split", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
La división para entrenar y comprobar
src/common/localization/es-cl.ts
Outdated
@@ -289,6 +289,10 @@ export const spanish: IAppStrings = { | |||
tagged: "Solo activos etiquetados", | |||
}, | |||
}, | |||
testTrainSplit: { | |||
title: "Prueba/tren Split", | |||
description: "La división del tren de prueba que se utilizará para los datos exportados", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
La división de datos para utilizar entre el entrenamiento y la comprobación
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm but haven't found time to test the output yet
Yeah looks good - like Jacopo, I was wondering if anyone had tried using the output w/ CNTK or on the DSVM. |
@JacopoMangiavacchi @pjlittle - I didn't load up the data into any ML pipeline / tool, but compared the output from a project in v1 vs v2 and is the same. I'll complete the merge for now but will also attempt to load training data into some model. |
Adds CNTK export provider into v2 Resolves #754
Adds CNTK export provider into v2
Resolves #754