-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Fork... #1
Commits on May 22, 2018
-
Code generate TextLoader API and enhance it with convenience API. (#142)
*Code generate support for IDataLoader *Make TextLoader API code generated so that it's at functional parity with the text loader in the ML.Net infrastructure. *Move TextLoader API under Microsoft.ML.Data namespace *Add convenience TextLoader API. *Add error checking for invalid loader arguments such as ordinal, column names. *Update baselines. *Update samples with new loader API and backward compatibility with old loader API.
Configuration menu - View commit details
-
Copy full SHA for 86f5ee6 - Browse repository at this point
Copy the full SHA 86f5ee6View commit details -
Migration of first
IDataView
docs (#173)Migration of some existing internal documentation, rephrased in some places to be more appropriate in context (hopefully successfully). Related to #160, though this PR would be just part of addressing the issue of moving over internal docs.
Configuration menu - View commit details
-
Copy full SHA for 3012428 - Browse repository at this point
Copy the full SHA 3012428View commit details
Commits on May 23, 2018
-
Added Block Size Checks for ParquetLoader (#120)
* added ceiling to mathutils and have parquetloader default to sequential reading instead of throwing * factor out sequence creation and add check for overflow in MathUtils
Configuration menu - View commit details
-
Copy full SHA for 7a5b303 - Browse repository at this point
Copy the full SHA 7a5b303View commit details -
Adding support for training metrics in PipelineSweeperMacro + new gra…
…ph 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.
Configuration menu - View commit details
-
Copy full SHA for 2207a27 - Browse repository at this point
Copy the full SHA 2207a27View commit details -
CV macro with stratification column doesn't work (#213)
* Reduce number of hash bits in stratification column and add a unit test. * Address PR comments.
Configuration menu - View commit details
-
Copy full SHA for 73d894b - Browse repository at this point
Copy the full SHA 73d894bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76393f4 - Browse repository at this point
Copy the full SHA 76393f4View commit details