-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Need to get access to external data sets #3
Comments
ericstj
pushed a commit
to ericstj/machinelearning
that referenced
this issue
Aug 24, 2018
merge with latest master
shmoradims
pushed a commit
to shmoradims/machinelearning
that referenced
this issue
Oct 22, 2018
shmoradims
pushed a commit
that referenced
this issue
Oct 25, 2018
* 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
PranovD
referenced
this issue
in PranovD/machinelearning
May 17, 2019
These changes allow for ML.NET to be built from source by VS2019 (#3…
sayanshaw24
pushed a commit
to sayanshaw24/machinelearning
that referenced
this issue
Aug 14, 2019
Tftransferlearning
ghost
locked as resolved and limited conversation to collaborators
Mar 31, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There are some data sets we can't commit into the repository. We should download these data sets as part of the initial build, and then cache them in the
bin
directory (or similarlygitignored
folder). That way we can use them in our tests.The text was updated successfully, but these errors were encountered: