调整模型超参数错误 [英] Tune Model Hyperparameters Error

查看:85
本文介绍了调整模型超参数错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嘿大家,

我一直在努力调整我的两级逻辑回归模型,但我现在收到一个新错误:

I have been tring to hypertune my two-class logistic regression model but i am getting a new error now:

TLC库异常:抛出"Microsoft.Numerics.AFxLibraryException"类型的异常。  

过去一个月我一直在用这个模型训练我的实验,现在它刚开始给我这个错误。我用其他两级模型测试了相同的实验,它工作正常。但是当我插入逻辑回归时,它会让我错误地看到
这个错误。

I've been training my experiment with this model for the past month and now it has just started giving me this error. I have tested the same experiment with other two-class models and it works fine. But when I plug in the logistic regression, it thorws me this error.

日志:

Record Starts at UTC 11/03/2018 12:08:05:

Run the job:"/dll "Microsoft.Analytics.Modules.ParameterSweep.Dll, Version=6.0.0.0, Culture=neutral, PublicKeyToken=69c3241e6f0468ca;Microsoft.Analytics.Modules.ParameterSweep.Dll.ParameterSweep;Run" /Output0 "..\..\Sweep results\Sweep results.dataset" /Output1 "..\..\Trained best model\Trained best model.ilearner" /predictor "..\..\Untrained model\Untrained model.ilearner" /trainData "..\..\Training dataset\Training dataset.dataset"  /sweepingMode "Random sweep" /labelColumnIndexOrName "%7B%22isFilter%22%3Atrue%2C%22rules%22%3A%5B%7B%22ruleType%22%3A%22ColumnTypes%22%2C%22exclude%22%3Afalse%2C%22columnTypes%22%3A%5B%22All%22%5D%2C%22columnKinds%22%3A%5B%22Label%22%5D%7D%5D%2C%22ui%22%3A%7B%22withRules%22%3Atrue%7D%7D" /binaryClassificationMetric "F-score" /regressionMetric "Mean absolute error" /maxNumOfRuns "100" /randomSeed "42"  /ContextFile "..\..\_context\ContextFile.txt""
[Start] Program::Main
[Start]     DataLabModuleDescriptionParser::ParseModuleDescriptionString
[Stop]     DataLabModuleDescriptionParser::ParseModuleDescriptionString. Duration = 00:00:00.0027455
[Start]     DllModuleMethod::DllModuleMethod
[Stop]     DllModuleMethod::DllModuleMethod. Duration = 00:00:00.0000230
[Start]     DllModuleMethod::Execute
[Start]         DataLabModuleBinder::BindModuleMethod
[Verbose]             moduleMethodDescription Microsoft.Analytics.Modules.ParameterSweep.Dll, Version=6.0.0.0, Culture=neutral, PublicKeyToken=69c3241e6f0468ca;Microsoft.Analytics.Modules.ParameterSweep.Dll.ParameterSweep;Run
[Verbose]             assemblyFullName Microsoft.Analytics.Modules.ParameterSweep.Dll, Version=6.0.0.0, Culture=neutral, PublicKeyToken=69c3241e6f0468ca
[Start]             DataLabModuleBinder::LoadModuleAssembly
[Verbose]                 Loaded moduleAssembly Microsoft.Analytics.Modules.ParameterSweep.Dll, Version=6.0.0.0, Culture=neutral, PublicKeyToken=69c3241e6f0468ca
[Stop]             DataLabModuleBinder::LoadModuleAssembly. Duration = 00:00:00.0099210
[Verbose]             moduleTypeName Microsoft.Analytics.Modules.ParameterSweep.Dll.ParameterSweep
[Verbose]             moduleMethodName Run
[Information]             Module FriendlyName : Tune Model Hyperparameters
[Information]             Module Release Status : Release
[Stop]         DataLabModuleBinder::BindModuleMethod. Duration = 00:00:00.0114987
[Start]         ParameterArgumentBinder::InitializeParameterValues
[Verbose]             parameterInfos count = 11
[Verbose]             parameterInfos[0] name = predictor , type = Microsoft.Analytics.MachineLearning.ILearner
[Start]             CustomSerializationHandler::HandleArgumentString
[Start]                 DotNetSerializationHandler::HandleArgumentString
[Verbose]                     Enable type check at deserialization: True
[Stop]                 DotNetSerializationHandler::HandleArgumentString. Duration = 00:00:00.0514938
[Stop]             CustomSerializationHandler::HandleArgumentString. Duration = 00:00:00.0529015
[Verbose]             parameterInfos[1] name = trainData , type = Microsoft.Numerics.Data.Local.DataTable
[Start]             DataTableDatasetHandler::HandleArgumentString
[Stop]             DataTableDatasetHandler::HandleArgumentString. Duration = 00:00:00.3205559
[Verbose]             parameterInfos[2] name = validationData , type = Microsoft.Numerics.Data.Local.DataTable
[Verbose]             Set optional parameter validationData value to NULL
[Verbose]             parameterInfos[3] name = sweepingMode , type = Microsoft.Analytics.Modules.ParameterSweep.Dll.ParameterSweep+ParameterSweepSweepMethods
[Verbose]             Converted string 'Random sweep' to enum of type Microsoft.Analytics.Modules.ParameterSweep.Dll.ParameterSweep+ParameterSweepSweepMethods
[Verbose]             parameterInfos[4] name = maxNumOfRuns , type = System.Int32
[Verbose]             Converted string '100' to value of type System.Int32
[Verbose]             parameterInfos[5] name = randomSeed , type = System.Int32
[Verbose]             Converted string '42' to value of type System.Int32
[Verbose]             parameterInfos[6] name = maxNumOfRuns1 , type = System.Int32
[Verbose]             Set optional parameter maxNumOfRuns1 value to NULL
[Verbose]             parameterInfos[7] name = randomSeed1 , type = System.Int32
[Verbose]             Set optional parameter randomSeed1 value to NULL
[Verbose]             parameterInfos[8] name = labelColumnIndexOrName , type = Microsoft.Analytics.Modules.Common.Dll.ColumnSelection
[Verbose]             parameterInfos[9] name = binaryClassificationMetric , type = Microsoft.Analytics.Modules.ParameterSweep.Dll.ParameterSweep+ParameterSweepBinaryClassificationMetricType
[Verbose]             Converted string 'F-score' to enum of type Microsoft.Analytics.Modules.ParameterSweep.Dll.ParameterSweep+ParameterSweepBinaryClassificationMetricType
[Verbose]             parameterInfos[10] name = regressionMetric , type = Microsoft.Analytics.Modules.ParameterSweep.Dll.ParameterSweep+ParameterSweepRegressionMetricType
[Verbose]             Converted string 'Mean absolute error' to enum of type Microsoft.Analytics.Modules.ParameterSweep.Dll.ParameterSweep+ParameterSweepRegressionMetricType
[Stop]         ParameterArgumentBinder::InitializeParameterValues. Duration = 00:00:00.5446382
[Verbose]         Begin invoking method Run ... 
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0773375
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0076725
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0118875
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0130972
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0031184
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0021550
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0024569
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0029306
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0039178
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0032127
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0030018
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0024036
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0032213
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0020424
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0021494
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0020491
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0020556
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0022220
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0027026
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0028934
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0087779
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0019632
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0021578
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0020717
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0020929
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0022338
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0020778
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0032625
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0029838
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0029573
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0024303
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0020543
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0020965
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0021450
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0020218
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0020782
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0020781
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0026105
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0147783
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0029266
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0020961
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0020767
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0020264
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0022453
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0021361
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0022298
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0032398
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0032464
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0029463
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0020794
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0020281
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0020640
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0020498
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0021008
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0020904
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0038248
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0031077
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0030062
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0020572
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0021078
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0021035
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0021945
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0021536
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0020733
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0027973
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0027768
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0029070
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0026429
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0155443
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0022031
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0021245
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0020646
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0020650
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0021368
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0033084
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0030607
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0029783
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0021292
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0020746
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0021716
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0020738
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0021766
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0020350
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0027190
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0028069
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0030342
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0083336
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0022050
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0019933
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0020670
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0021071
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0021424
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0021520
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0031178
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0031496
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0029672
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0021322
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0021315
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0021926
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[ModuleOutput] Starting fold: 0
[ModuleOutput] 	 GetData: 00:00:00.0020458
[Information]         [Critical] skipping failed learner. Failure message:
[Information]         Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[Stop]     DllModuleMethod::Execute. Duration = 00:00:03.2182813
[Critical]     Error: Error 1000: TLC library exception: Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.
[Critical]     {"InputParameters":{"DataTable":[{"Rows":1375,"Columns":92,"estimatedSize":17973248,"ColumnTypes":{"System.Double":73,"System.Nullable`1[System.Double]":18,"System.Int32":1},"IsComplete":true,"Statistics":{"0":[0.021090909090909091,0.0,0.0,1.0,0.14373972626121975,2.0,0.0],"1":[0.041454545454545452,0.0,0.0,1.0,0.19941159972678985,2.0,0.0],"2":[0.73236363636363633,1.0,0.0,1.0,0.44288801619839946,2.0,0.0],"3":[0.0021818181818181819,0.0,0.0,1.0,0.046675928682569451,2.0,0.0],"4":[0.036363636363636362,0.0,0.0,1.0,0.18726138272435819,2.0,0.0],"5":[0.048,0.0,0.0,1.0,0.21384400305344409,2.0,0.0],"6":[0.11854545454545455,0.0,0.0,1.0,0.32337049889465652,2.0,0.0],"7":[0.071799373040753178,0.068965517241379309,0.0,0.34482758620689657,0.047849790283461105,11.0,0.0],"8":[0.011818181818181795,0.0,0.0,0.27777777777777779,0.035086109500696412,11.0,0.0],"9":[0.041108792846497669,0.032786885245901641,0.016393442622950821,0.22950819672131148,0.0316197327755533,14.0,0.0],"10":[0.0027356140139660691,0.0010227273362265364,4.8909091891212896E-05,0.27511365141296223,0.0095169498735460621,495.0,0.0],"11":[0.0016477029303792997,0.0006342692784577739,2.7096028020272781E-05,0.18560400405051528,0.0061058897702001057,927.0,0.0],"12":[0.0024390892862281859,0.0010227273362265364,0.0,0.27511365141296223,0.0090128603140881558,410.0,0.0],"13":[0.00041817589809188641,0.0,0.0,0.15338461424792396,0.0043920177215229341,114.0,0.0],"14":[0.0015610313682277303,0.00060171717171717172,0.0,0.18560606060606061,0.0060330320736541685,856.0,0.0],"15":[0.00024177834385588176,0.0,0.0,0.094103710007473709,0.0026568125200195562,192.0,0.0],"16":[0.18717880347278307,0.0,0.0,1.0,0.35761086682332854,146.0,0.0],"17":[0.76773028743630778,1.0,0.0,1.0,0.39253302837153226,144.0,0.0],"18":[0.14763663759101722,0.0,0.0,1.0,0.35160501298143043,18.0,0.0],"19":[0.014545180590800942,0.0,0.0,1.0,0.10972004383028286,18.0,0.0],"20":[0.43130282022557614,0.0,0.0,1.0,0.48526847001558249,72.0,0.0],"21":[0.0,0.0,0.0,0.0,0.0,1.0,0.0],"22":[0.08708605692987359,0.0,0.0,1.0,0.24808064321167023,156.0,0.0],"23":[0.86668634372211217,1.0,0.0,1.0,0.30821276144944593,123.0,0.0],"24":[0.029945843018395996,0.0,0.0,0.73679333965516292,0.12157157132472229,75.0,0.0],"25":[0.00988899750025713,0.0,0.0,1.0,0.09809832430017798,3.0,0.0],"26":[0.013160645418146839,0.0,0.0,1.0,0.0986562446343357,24.0,0.0],"27":["NaN","NaN","NaN","NaN","NaN",1375.0,0.0],"28":[0.0013385415774319746,0.0,0.0,1.0,0.029370550122723615,8.0,0.0],"29":[0.0037505806727814337,0.0,0.0,1.0,0.045356125046286604,29.0,0.0],"30":[0.019440505202445134,0.0,0.0,1.0,0.10388018778959254,49.0,0.0],"31":[0.020011929206534031,0.0,0.0,1.0,0.12533166098326012,30.0,0.0],"32":[0.0051422227765313853,0.0,0.0,1.0,0.057696251586586055,19.0,0.0],"33":[0.016081270944070518,0.0,0.0,1.0,0.10737111760997196,33.0,0.0],"34":[0.0047866252565257651,0.0,0.0,1.0,0.062579362654578918,8.0,0.0],"35":[0.28945454545454546,0.0,0.0,1.0,0.45367422128711654,2.0,0.0],"36":[0.71054545454545459,1.0,0.0,1.0,0.4536742212871207,2.0,0.0],"37":[0.312384027187765,0.18691588785046728,0.0,1.0,0.2643868696057734,192.0,0.0],"38":[0.032,0.0,0.0,1.0,0.17606403493026143,2.0,0.0],"39":[0.968,1.0,0.0,1.0,0.17606403493026423,2.0,0.0],"40":[0.95914340379367125,1.0,0.0,1.0,0.11433453861104466,48.0,0.0],"41":[0.040856596206328838,0.0,0.0,1.0,0.11433453861104163,48.0,0.0],"42":[0.055725099363846939,0.05,0.0,0.21,0.029087248025457341,212.0,0.0],"43":[0.014075050884795357,0.00625,0.0,0.16145833333333282,0.0243015704812521,160.0,0.0],"44":[0.032342616007186679,0.026315789473684209,0.008771929824561403,0.15087719298245614,0.021409647242386448,253.0,0.0],"45":[0.001860325971173796,0.00058521774151340381,3.8478272209962429E-05,0.14265567549835845,0.0059415952093814636,1178.0,0.0],"46":[0.0013881956047688347,0.00041773020220511241,2.3373482302164021E-05,0.11744240618435593,0.0044448466149925895,1247.0,0.0],"47":[0.0019715380479841966,0.00060889433655705438,0.0,0.16930241900772244,0.0065937987152382077,1142.0,0.0],"48":[0.00020752605157765819,4.309071274539105E-05,0.0,0.015078167852164677,0.00085932235878656451,575.0,0.0],"49":[0.0013153248998967926,0.0003965347059779749,0.0,0.1174357370686607,0.0043255709919723679,1233.0,0.0],"50":[0.0001435266424599255,2.8676359611611408E-05,0.0,0.010319911902645707,0.00059173069396993268,709.0,0.0],"51":[0.18546034335055628,0.0819213296712339,0.0,1.0,0.23508649530529158,764.0,0.0],"52":[0.76070774945040864,0.867385807511345,0.0,1.0,0.27614091191965895,766.0,0.0],"53":[0.27696216669808421,0.2,0.0,1.0,0.29451329808440607,160.0,0.0],"54":[0.029268636031303814,0.0,0.0,1.0,0.10422267856863969,118.0,0.0],"55":[0.25256509449263037,0.0,0.0,1.0,0.40792604666092414,114.0,0.0],"56":[0.74743490550736957,1.0,0.0,1.0,0.407926046660918,114.0,0.0],"57":[0.13345990898183124,0.0384615375430744,0.0,1.0,0.20825761300568155,682.0,0.0],"58":[0.85320047580359937,0.978452548584381,0.0,1.0,0.23079133298404539,550.0,0.0],"59":[0.0319708137561995,0.0,0.0,0.73679333965516292,0.083279566853660086,378.0,0.0],"60":[0.013114205648148816,0.0,0.0,1.0,0.10155563835431551,27.0,0.0],"61":[0.010059187682449153,0.0,0.0,0.5,0.03999349048109329,248.0,0.0],"62":["NaN","NaN","NaN","NaN","NaN",1375.0,0.0],"63":[0.0019612029921609289,0.0,0.0,0.5,0.018479474316712912,65.0,0.0],"64":[0.0051497203303266124,0.0,0.0,0.333333333333333,0.022780778915288187,187.0,0.0],"65":[0.019291467064189997,0.0,0.0,1.0,0.075364520055997392,178.0,0.0],"66":[0.14475168710808431,0.0,0.0,1.0,0.22269098683050667,129.0,0.0],"67":[0.025807408794558031,0.0,0.0,1.0,0.11616501439565464,110.0,0.0],"68":[0.0064577267014781434,0.0,0.0,0.4,0.03401491627706222,154.0,0.0],"69":[0.045918260524801406,0.0,0.0,1.0,0.11281495171530276,206.0,0.0],"70":[0.0053093388561783255,0.0,0.0,0.571428575652256,0.037144048288510909,49.0,0.0],"71":[0.32271865542704364,0.238095238095238,0.0,1.0,0.30951071353192022,715.0,0.0],"72":[0.0,0.0,0.0,0.0,0.0,1.0,0.0],"73":[0.14763636363636365,0.0,0.0,1.0,0.35486822100717724,2.0,0.0],"74":[0.11854545454545455,0.0,0.0,1.0,0.32337049889465652,2.0,0.0],"75":[0.20072727272727273,0.0,0.0,1.0,0.40069015490549548,2.0,0.0],"76":[0.0,0.0,0.0,0.0,0.0,1.0,0.0],"77":[0.2029090909090909,0.0,0.0,1.0,0.40231170036144337,2.0,0.0],"78":[0.18618181818181817,0.0,0.0,1.0,0.38939494600953478,2.0,0.0],"79":[0.144,0.0,0.0,1.0,0.35121747079322874,2.0,0.0],"80":[0.46763636363636363,0.0,0.0,1.0,0.49913303161314176,2.0,0.0],"81":[0.53236363636363637,1.0,0.0,1.0,0.49913303161313805,2.0,0.0],"82":[0.29672727272727273,0.0,0.0,1.0,0.45698148345498818,2.0,0.0],"83":[0.33890909090909088,0.0,0.0,1.0,0.47351112220341596,2.0,0.0],"84":[0.36436363636363639,0.0,0.0,1.0,0.48142635764202674,2.0,0.0],"85":[0.18618181818181817,0.0,0.0,1.0,0.38939494600953478,2.0,0.0],"86":[0.28145454545454546,0.0,0.0,1.0,0.44987228570099874,2.0,0.0],"87":[0.25236363636363635,0.0,0.0,1.0,0.43452681200435256,2.0,0.0],"88":[0.28,0.0,0.0,1.0,0.449162247846847,2.0,0.0],"89":[0.76544585295182843,0.82071713147410363,0.0,1.0,0.16099955197052165,392.0,0.0],"90":[1.0628697465174158E-05,2.373000002373E-06,5.000000005E-09,0.001836471001836471,5.8465549854159474E-05,755.0,0.0],"91":[0.76581818181818184,1.0,0.0,1.0,0.42364043567346293,2.0,0.0]}}],"Learner":[{"LearnerKind":"learner","LearnerSettings":{"name":"LogisticRegressionClassifier","isTrained":false,"settings":[["OptimizationTolerance","1E-07"],["L1Weight","0.001"],["L2Weight","0.001"],["MemorySize","5"],["Quiet","True"],["UseThreads","True"],["AllowUnknownLevels","False"],["RandomNumberSeed","42"]],"weights":[]}}],"Generic":{"sweepingMode":"RandomSweep","maxNumOfRuns":100,"randomSeed":42,"labelColumnIndexOrName":"{\"isFilter\":true,\"rules\":[{\"ruleType\":\"ColumnTypes\",\"exclude\":false,\"columnTypes\":[\"All\"],\"columnKinds\":[\"Label\"]}],\"ui\":{\"withRules\":true}}","binaryClassificationMetric":"FScore","regressionMetric":"MeanAbsoluteError"}},"OutputParameters":[],"ModuleType":"Microsoft.Analytics.Modules.ParameterSweep.Dll","ModuleVersion":" Version=6.0.0.0","AdditionalModuleInfo":"Microsoft.Analytics.Modules.ParameterSweep.Dll, Version=6.0.0.0, Culture=neutral, PublicKeyToken=69c3241e6f0468ca;Microsoft.Analytics.Modules.ParameterSweep.Dll.ParameterSweep;Run","Errors":"Microsoft.Analytics.Exceptions.ErrorMapping+ModuleException: Error 1000: TLC library exception: Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown. ---> Microsoft.Numerics.AFxLibraryException: Exception of type 'Microsoft.Numerics.AFxLibraryException' was thrown.\r\n   at Microsoft.Analytics.Modules.ParameterSweep.Dll.ParameterSweep.RunImpl(ILearner predictor, DataTable trainData, DataTable validationData, ParameterSweepSweepMethods sweepingMode, Int32 maxNumOfRuns, Int32 randomSeed, Int32 maxNumOfRuns1, Int32 randomSeed1, ColumnSelection labelColumnIndexOrName, ParameterSweepBinaryClassificationMetricType binaryClassificationMetric, ParameterSweepRegressionMetricType regressionMetric) in d:\\_Bld\\9145\\7669\\Sources\\Product\\Source\\Modules\\ParameterSweep.Dll\\ParameterSweep.cs:line 208\r\n   --- End of inner exception stack trace ---","Warnings":[],"Duration":"00:00:03.2114911"}
Module finished after a runtime of 00:00:03.5156676 with exit code -2
Module failed due to negative exit code of -2

Record Ends at UTC 11/03/2018 12:08:10.


推荐答案

Hi,

From the logs I am suspecting that you are providing incomplete input. Can you compare your input with the input you used before that gave you a successful scoring call?

From the logs I am suspecting that you are providing incomplete input. Can you compare your input with the input you used before that gave you a successful scoring call?

Regards,

Yutong


这篇关于调整模型超参数错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆