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

Conversation

zeahmed
Copy link
Owner

@zeahmed zeahmed commented May 23, 2018

We are excited to review your PR.

So we can do the best job, please check:

  • There's a descriptive title that will make sense to other developers some time from now.
  • There's associated issues. All PR's should have issue(s) associated - unless a trivial self-evident change such as fixing a typo. You can use the format Fixes #nnnn in your description to cause GitHub to automatically close the issue(s) when your PR is merged.
  • Your change description explains what the change does, why you chose your approach, and anything else that reviewers should know.
  • You have included any necessary tests in the same PR.

codemzs and others added 6 commits May 21, 2018 19:32
*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.
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.
* 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
…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.
* Reduce number of hash bits in stratification column and add a unit test.

* Address PR comments.
@zeahmed zeahmed merged commit 21d2b48 into zeahmed:master May 23, 2018
zeahmed added a commit that referenced this pull request May 24, 2018
zeahmed pushed a commit that referenced this pull request Jan 3, 2019
* Added placeholder

* Cleaned up Infos (replaced with ColumnPairs)

* Added ColumnInfo

* Added all the Create() methods.

* Added Mapper

* Commented out the EntryPoint

* Added PcaEstimator2

* PcaWorkout test passes

* Added pigsty api

* Fixed EntryPoint

* Fixed the arguments

* Fixed tests and added pigsty test

* Deleted Wrapped PCA transform

* Float -> float

* Cleaned docstrings

* Removed some unnecessary checks

* Simplified unnecessary code

* Moved some fields to ColumnInfo for simplifications

* Simplified weight columns

* Address PR comments #1

* Addressed PR comments #2

* Moved the static test

* PR comments #3

* Moved schema related information out of ColumnInfo and into Mapper.ColumnSchemaInfo.

* PR comments

* PR comments

* Updated manifest for entrypoint PcaCalculator

* Fixed schema exceptions
zeahmed pushed a commit that referenced this pull request Jan 3, 2019
* Implement VBuffer master plan WIP #1

* Getting everything to build and tests passing

* Keep moving to the master plan of VBuffer.

* Remove the rest of the VBuffer.Count usages in ML.Data

* Remove the rest of the VBuffer.Count usages and make VBuffer.Count private.

* Fix two failing tests.

* Fix FastTreeBinaryClassificationCategoricalSplitTest by remembering the underlying arrays in the column buffer in Transposer.

Also enable a Transposer test, since it passes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants