Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/machinelearning
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c9635e3
Choose a base ref
...
head repository: dotnet/machinelearning
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8b920e8
Choose a head ref
  • 9 commits
  • 24 files changed
  • 4 contributors

Commits on Apr 19, 2019

  1. Normalizer multicolumn example (#3435)

    sfilipi authored and Shahab Moradi committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    ea5c095 View commit details
    Browse the repository at this point in the history
  2. Increase Native build warning level to W3 and fix build warnings (#3370)

    * Reverted to Warning level 3 for unmanaged builds
    * fixed three W3 security-critical warnings that were deemed security critical, but false positives
    * Added safety checks for array initializers in 32-bit platform for LDA Native.  Prior code did not check allocation arrays correctly on 32-bit platforms.
    * Fixed signed/unsigned warnings
    * fixed warnings on Alias_multinomial_rng_int.gpp
    * Removed error handling as the exception is not x-platform.
    * update all space and formatting to <spaces>
    * update SSE.cpp comments to reflect correct limits of a variable
    -- checked for one more overflow condition
    -- ensure all exceptions are thrown
    * Added one more allocation check
    - standardized to numeric_limits of int32_t
    * fixed a clang-only warning
    * fix size comments
    glebuk authored Apr 19, 2019
    Configuration menu
    Copy the full SHA
    1e166fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d5bf08 View commit details
    Browse the repository at this point in the history
  4. XML documentation for FastForest binary classification. (#3399)

    * XML documentation for FastForest binary classification.
    
    * PR feedback.
    
    * ws.
    
    * PR feedback.
    
    * PR feedback.
    
    * PR feedback.
    
    * PR feedback.
    codemzs authored Apr 19, 2019
    Configuration menu
    Copy the full SHA
    09b72da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9fce27 View commit details
    Browse the repository at this point in the history
  6. XML documentation for FastForest regression trainer. (#3411)

    * XML documentation for FastForest regression trainer.
    
    * PR feedback.
    
    * Pr feedback.
    codemzs authored Apr 19, 2019
    Configuration menu
    Copy the full SHA
    df3efa5 View commit details
    Browse the repository at this point in the history
  7. XML documentation for FastTree binary classification. (#3398)

    * XML documentation for FastTree binary classification.
    
    * PR feedback.
    
    * PR feedback.
    codemzs authored Apr 19, 2019
    Configuration menu
    Copy the full SHA
    f51ecdb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3ab8206 View commit details
    Browse the repository at this point in the history
  9. PR feedback.

    codemzs committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    8b920e8 View commit details
    Browse the repository at this point in the history
Loading