You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding support for training metrics in PipelineSweeperMacro + new graph variable outputs (#152)
* Adding support for training metrics in PipelineSweeperMacro and needed support files. Also includes new output information in PipelineSweeperMacro output graph to make consumption of returned pipelines easier.
* Changed where XML comment was placed.
* Added more tests (uncommented and fixed) for auto inference. Changed magic number in AutoMlUtils to be mix double value, per review comment.
* Added another test, TestPipelineSweeperMacroNoTransforms.
* Updated tests to include warning disabling (following Zeeshan S's example) to get build working.
* Changes to checks in AutoMlUtils (more correct usage of them).
* Fixing issue with ExceptParam using value and not name of parameters.
* Fixing errors on use of ExceptParam.
0 commit comments