-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Added in release notes for 1.5.5 #5639
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
Merged
michaelgsharp
merged 5 commits into
dotnet:master
from
michaelgsharp:1.5.5-release-notes
Mar 3, 2021
Merged
Changes from 2 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
c0df93e
added in release notes
michaelgsharp 3db7eed
Update release-1.5.5.md
michaelgsharp 44894cf
Update docs/release-notes/1.5.5/release-1.5.5.md
michaelgsharp 37ea460
Update docs/release-notes/1.5.5/release-1.5.5.md
michaelgsharp 41d2c75
Update release-1.5.5.md
michaelgsharp File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,39 @@ | ||
| # [ML.NET](http://dot.net/ml) 1.5.5 | ||
|
|
||
| ## **New Features** | ||
| - **New API allowing confidence parameter to be a double**.([#5623](https://github.com/dotnet/machinelearning/pull/5623)) | ||
| . A new API has been added to accept double type for the confidence level. This helps when you need to have high precision then an int will allow for. (**Thank you @esso23**) | ||
| - **Support to export ValueMapping estimator to ONNX was added** ([#5577](https://github.com/dotnet/machinelearning/pull/5577)) | ||
| - **New API to treat TensorFlow output as batched/not-batched** ([#5634](https://github.com/dotnet/machinelearning/pull/5634)) A new API has been added so you can specify if the output from TensorFlow is batched or not. | ||
|
|
||
|
|
||
| ## **Enhancements** | ||
| - Make ColumnInference serializable ([#5611](https://github.com/dotnet/machinelearning/pull/5611)) | ||
|
|
||
|
|
||
| ## **Bug Fixes** | ||
| - **AutoML.NET specific fixes**. | ||
| - Fixed am AutoML aggregate timeout exception ([#5631](https://github.com/dotnet/machinelearning/pull/5631)) | ||
|
michaelgsharp marked this conversation as resolved.
Outdated
|
||
| - Offer suggestions for possibly mistyped label column names in AutoML ([#5624](https://github.com/dotnet/machinelearning/pull/5624)) (**Thank you @Crabzmatic**) | ||
| - Update some ToString conversions ([#5627](https://github.com/dotnet/machinelearning/pull/5627)) (**Thanks @4201104140**) | ||
| - Fixed an issue in SRCnnEntireAnomalyDetector ([#5579](https://github.com/dotnet/machinelearning/pull/5579)) | ||
| - Fixed nuget.config multi-feed issue ([#5614](https://github.com/dotnet/machinelearning/pull/5614)) | ||
| - Remove references to Microsoft.ML.Scoring ([#5602](https://github.com/dotnet/machinelearning/pull/5602)) | ||
| - Fixed Averaged Perceptron default value ([#5586](https://github.com/dotnet/machinelearning/pull/5586)) | ||
|
|
||
|
|
||
| ## **Build / Test updates** | ||
| - Fixing official build by adding homebrew bug workaround ([#5596](https://github.com/dotnet/machinelearning/pull/5596)) | ||
| - Nuget.config url fix for roslyn compilers ([#5584](https://github.com/dotnet/machinelearning/pull/5584)) | ||
| - Add SymSgdNative reference to AutoML.Tests.csproj ([#5559](https://github.com/dotnet/machinelearning/pull/5559)) | ||
|
|
||
|
|
||
| ## **Documentation Updates** | ||
| - Updated documentation for the correct version of CUDA for TensorFlow. ([#5635](https://github.com/dotnet/machinelearning/pull/5635)) | ||
| - Updates cocumentation for an issue with brew and installing libomp. ([#5635](https://github.com/dotnet/machinelearning/pull/5635)) | ||
|
michaelgsharp marked this conversation as resolved.
Outdated
|
||
| - Updated an ONNX url to the correct url. ([#5635](https://github.com/dotnet/machinelearning/pull/5635)) | ||
| - Added in note in the documentation that the PredictionEngine is not thread safe. ([#5583](https://github.com/dotnet/machinelearning/pull/5583)) | ||
|
michaelgsharp marked this conversation as resolved.
Outdated
|
||
|
|
||
|
|
||
| ## **Breaking Changes** | ||
| - None | ||
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.
Uh oh!
There was an error while loading. Please reload this page.