RokoToken

Results 3 comments of RokoToken

Modified Titanic CSV Dataset survived,sex,class,deck,embark_town,alone TRUE,male,Third,unknown,Southampton,n TRUE,female,First,C,Cherbourg,n TRUE,female,Second,unknown,Southampton,y MLNet CLI Command: mlnet auto-train --task multiclass-classification --dataset "titanic.csv" --label-column-name "class" Nimbus Code: from nimbusml import Pipeline, FileDataStream dataset = FileDataStream.read_csv('titanic.csv') pipeline...

@justinormont @ganik mlnet version = 0.15.28007.4 @BuiltBy: dlab14-DDVSOWINAGE054 [MLModel.zip](https://github.com/microsoft/NimbusML/files/4131578/MLModel.zip)

Is there a workaround for this? Should I use an older version of MLNet CLI? Is there a way to modify the output column through the Nimbus pipeline? Something like:...