main
Commits on Sep 10, 2020
-
Create CODE_OF_CONDUCT.md (#38)
* Create CODE_OF_CONDUCT.md * Update CONTRIBUTING.md Reference the code of conduct.
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
CI updates for Windows & macOS (#37)
* Add Windows & macOS CIs * Rename the linux CI file to maven-ubuntu.yml * Create pull_request_template.md
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
-
Fixing some exception handling issues in the Classification TrainTest…
… programs, and fixing an incorrect toString in ConfigurableTrainTest.
Craigacp committedSep 10, 2020 -
Fixing a bug in LabelEvaluation.toHTML which printed an incorrect acc…
…uracy.
Craigacp committedSep 10, 2020 -
Removing unnecessary print statement from SequenceDatasetTest.
Craigacp committedSep 10, 2020
Commits on Sep 4, 2020
-
Disable timestamps on javadoc build so that diff isn't confused (#35)
jhalexand committedSep 4, 2020 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Sep 3, 2020
-
Add K-Means++ initialization (#34)
samanthacampo committedSep 3, 2020 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Sep 1, 2020
-
Put Alex's website into the contributors file.
Commits on Aug 31, 2020
-
Fixed table markdown in PackageOverview.md (#31)
The regression table was missing the last vertical pipe.
jhalexand committedAug 31, 2020 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Add a loader for IDX format data (i.e. MNIST) (#29)
* Initial commit of IDX loader (i.e. MNIST format). * Adding tests for IDXDataSource, and adding a save method to IDXData. * Adding a link to the format definition webpage.
Craigacp committedAug 31, 2020 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
CSVLoader errors on double newlines at the end of files (#30)
* Fixing an issue where an extraneous blank line would cause the csv loader to error. * Switching over to log warnings for extraneous newlines and have it continue reading the csv. * Fixing the line numbers in the CSVIterator.
Craigacp committedAug 31, 2020 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Aug 18, 2020
Commits on Aug 17, 2020
Commits on Aug 13, 2020
-
Another fix for removeFeatures that properly deals with examples that…
… contain duplicate features (which could occur if the method is called before the example has been validated).
Craigacp committedAug 13, 2020 -
Bug fix in ArrayExample.removeFeatures()
Craigacp committedAug 13, 2020 -
Craigacp committed
Aug 13, 2020 -
Bumping test data generation scripts to 4.0.0.
Craigacp committedAug 13, 2020 -
Regenerating tutorials with 4.0.0
Craigacp committedAug 13, 2020 -
Adding source and javadoc jars
Craigacp committedAug 13, 2020 -
Adding svgs for the images in docs.
Craigacp committedAug 13, 2020 -
Bumping onnxruntime, junit and opencsv to latest.
Craigacp committedAug 13, 2020 -
Javadoc fixes for BinaryFeaturesExample.
Craigacp committedAug 13, 2020 -
Adding the artifacts and packages to the PackageOverview docs.
Craigacp committedAug 13, 2020 -
Same domain perf fix for Clustering.
Craigacp committedAug 13, 2020 -
Same domain perf fix for MultiLabel.
Craigacp committedAug 13, 2020 -
Same domain perf fix for Regression.
Craigacp committedAug 13, 2020 -
Adding that Jeff implemented the website.
Craigacp committedAug 13, 2020 -
Fixing an issue in LabelConfusionMatrix.toString()
Craigacp committedAug 13, 2020 -
Performance fix for ImmutableLabelinfo so it doesn't constantly recre…
…ate the label domain.
Craigacp committedAug 13, 2020 -
Fixing the text on the github action.
Craigacp committedAug 13, 2020 -
Switching ColumnarIterator.iterator over to using a concrete class ra…
…ther than a Stream confection, and adding some more docs to the columnar package.
Craigacp committedAug 13, 2020 -
Craigacp committed
Aug 13, 2020

