The Wayback Machine - https://web.archive.org/web/20200918061355/https://github.com/oracle/tribuo/commits/main
Skip to content
Permalink
main

Commits on Sep 10, 2020

  1. Create CODE_OF_CONDUCT.md (#38)

    * Create CODE_OF_CONDUCT.md
    
    * Update CONTRIBUTING.md
    
    Reference the code of conduct.
    Craigacp committed Sep 10, 2020
  2. CI updates for Windows & macOS (#37)

    * Add Windows & macOS CIs
    
    * Rename the linux CI file to maven-ubuntu.yml
    
    * Create pull_request_template.md
    Craigacp committed Sep 10, 2020
  3. Fixing a test failure on Windows due to path issues.

    Craigacp committed Sep 10, 2020
  4. Fixing some exception handling issues in the Classification TrainTest…

    … programs, and fixing an incorrect toString in ConfigurableTrainTest.
    Craigacp committed Sep 10, 2020

Commits on Sep 4, 2020

Commits on Sep 3, 2020

Commits on Sep 1, 2020

  1. Update CONTRIBUTORS.md

    Put Alex's website into the contributors file.
    Craigacp authored and jhalexand committed Sep 1, 2020

Commits on Aug 31, 2020

  1. Fixed table markdown in PackageOverview.md (#31)

    The regression table was missing the last vertical pipe.
    jhalexand committed Aug 31, 2020
  2. 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 committed Aug 31, 2020
  3. 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 committed Aug 31, 2020

Commits on Aug 18, 2020

  1. Update CONTRIBUTORS.md

    Craigacp authored and jhalexand committed Aug 18, 2020

Commits on Aug 17, 2020

  1. Fixing the contributors file.

    Craigacp authored and jhalexand committed Aug 17, 2020
  2. Bumping version to 4.1-SNAPSHOT.

    Craigacp authored and jhalexand committed Aug 17, 2020

Commits on Aug 13, 2020

  1. 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 committed Aug 13, 2020
  2. Bumping to 4.0.0.

    Craigacp committed Aug 13, 2020
  3. Performance fix for ImmutableLabelinfo so it doesn't constantly recre…

    …ate the label domain.
    Craigacp committed Aug 13, 2020
  4. 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 committed Aug 13, 2020
  5. Small docs fixes.

    Craigacp committed Aug 13, 2020
Older
You can’t perform that action at this time.