Skip to content
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

Merged
merged 6 commits into from
May 23, 2018
Merged

Update Fork... #1

merged 6 commits into from
May 23, 2018

Commits on May 22, 2018

  1. 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.
    codemzs authored May 22, 2018
    Configuration menu
    Copy the full SHA
    86f5ee6 View commit details
    Browse the repository at this point in the history
  2. 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.
    TomFinley authored and justinormont committed May 22, 2018
    Configuration menu
    Copy the full SHA
    3012428 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. 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
    mandyshieh authored and shauheen committed May 23, 2018
    Configuration menu
    Copy the full SHA
    7a5b303 View commit details
    Browse the repository at this point in the history
  2. 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.
    george-microsoft authored May 23, 2018
    Configuration menu
    Copy the full SHA
    2207a27 View commit details
    Browse the repository at this point in the history
  3. 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.
    yaeldMS authored May 23, 2018
    Configuration menu
    Copy the full SHA
    73d894b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76393f4 View commit details
    Browse the repository at this point in the history