Moving the DatabaseLoader support into Microsoft.ML.Data#4342
Merged
tannergooding merged 2 commits intodotnet:masterfrom Oct 16, 2019
tannergooding:DatabaseLoader
Merged
Moving the DatabaseLoader support into Microsoft.ML.Data#4342tannergooding merged 2 commits intodotnet:masterfrom tannergooding:DatabaseLoader
tannergooding merged 2 commits intodotnet:masterfrom
tannergooding:DatabaseLoader
Conversation
Member
Author
|
CC. @eerhardt, @CESARDELATORRE |
Codecov Report
@@ Coverage Diff @@
## master #4342 +/- ##
==========================================
- Coverage 74.56% 74.55% -0.02%
==========================================
Files 879 879
Lines 154524 154524
Branches 16883 16883
==========================================
- Hits 115218 115198 -20
- Misses 34554 34579 +25
+ Partials 4752 4747 -5
|
Member
|
I believe we can remove this file now: It was only added for the DatabaseLoader change. Also, I believe we can revert remove this line as well: Basically, we can undo the extra workarounds in #4035. It looks like there are 2 workarounds that can be undone from #4091. (Adding 2 |
eerhardt
approved these changes
Oct 16, 2019
Member
eerhardt
left a comment
There was a problem hiding this comment.
This looks good. We should undo the extraneous changes we made along the way now that this code is in the core package. Once those are reverted, this should be merged.
frank-dong-ms-zz
pushed a commit
to frank-dong-ms-zz/machinelearning
that referenced
this pull request
Nov 4, 2019
* Moving the DatabaseLoader support into Microsoft.ML.Data * Removing internals visible that were added for DatabaseLoader
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This resolves #4323