|
1 |
| -# [ML.NET](http://dot.net/ml) 1.5.1 |
| 1 | +# [ML.NET](http://dot.net/ml) 1.5.2 |
2 | 2 |
|
3 | 3 | ## **New Features**
|
4 |
| -- **New API and algorithms for time series data**. In this release ML.NET introduces new capabilities for working with time series data. |
| 4 | +- **New API and algorithms for time series data**. In this release ML.NET introduces new capabilities for working with time series data. |
5 | 5 | - Detecting seasonality in time series ([#5231](https://github.com/dotnet/machinelearning/pull/5231))
|
6 | 6 | - Removing seasonality from time series prior to anomaly detection ([#5202](https://github.com/dotnet/machinelearning/pull/5202))
|
7 | 7 | - Threshold for root cause analysis ([#5218](https://github.com/dotnet/machinelearning/pull/5218))
|
|
22 | 22 | - ReplaceMissingValues now supports `Mode` as a replacement method. ([#5205](https://github.com/dotnet/machinelearning/pull/5205))
|
23 | 23 | - Added in standard conversions to convert types to string ([#5106](https://github.com/dotnet/machinelearning/pull/5106))
|
24 | 24 | - Output topic summary to model file for LDATransformer ([#5260](https://github.com/dotnet/machinelearning/pull/5260))
|
25 |
| -- Use Channel Instead of BufferBlock ([#5123](https://github.com/dotnet/machinelearning/pull/5123)). (Thanks **@jwood803**) |
| 25 | +- Use Channel Instead of BufferBlock ([#5123](https://github.com/dotnet/machinelearning/pull/5123), [#5313](https://github.com/dotnet/machinelearning/pull/5313)). (Thanks [**@jwood803**](https://github.com/jwood803)) |
26 | 26 | - Support specifying command timeout while using the database loader ([#5288](https://github.com/dotnet/machinelearning/pull/5288))
|
27 | 27 | - Added cross entropy support to validation training, edited metric reporting ([#5255](https://github.com/dotnet/machinelearning/pull/5255))
|
28 | 28 | - Allow TextLoader to load empty float/double fields as NaN instead of 0 ([#5198](https://github.com/dotnet/machinelearning/pull/5198))
|
29 |
| - |
| 29 | + |
30 | 30 |
|
31 | 31 | ## **Bug Fixes**
|
32 | 32 | - Changed default value of RowGroupColumnName from null to GroupId ([#5290](https://github.com/dotnet/machinelearning/pull/5290))
|
|
48 | 48 | - Fixed OnnxTransformer output column mapping. ([#5192](https://github.com/dotnet/machinelearning/pull/5192))
|
49 | 49 | - Fixed version format of built packages ([#5197](https://github.com/dotnet/machinelearning/pull/5197))
|
50 | 50 | - Improvements to "Invalid TValue" error message ([#5189](https://github.com/dotnet/machinelearning/pull/5189))
|
| 51 | +- Added IDisposable to OnnxTransformer and fixed memory leaks ([#5348](https://github.com/dotnet/machinelearning/pull/5348)) |
| 52 | +- Fixes [#4392](https://github.com/dotnet/machinelearning/issues/4392). Added AddPredictionEnginePool overload for implementation factory ([#4393](https://github.com/dotnet/machinelearning/pull/4393)) |
| 53 | +- Updated codegen to make it work with mlnet 1.5 ([#5173](https://github.com/dotnet/machinelearning/pull/5173)) |
| 54 | +- Updated codegen to support object detection scenario. ([#5216](https://github.com/dotnet/machinelearning/pull/5216)) |
| 55 | +- Fix issue [#5350](https://github.com/dotnet/machinelearning/issues/5350), check file lock before reload model ([#5351](https://github.com/dotnet/machinelearning/pull/5351)) |
| 56 | +- Improve handling of infinity values in AutoML.NET when calculating average CV metrics ([#5345](https://github.com/dotnet/machinelearning/pull/5345)) |
| 57 | +- Throw when PCA generates invalid eigenvectors ([#5349](https://github.com/dotnet/machinelearning/pull/5349)) |
| 58 | +- RobustScalingNormalizer entrypoint added ([#5310](https://github.com/dotnet/machinelearning/pull/5310)) |
| 59 | +- Replace whitelist terminology to allow list ([#5328](https://github.com/dotnet/machinelearning/pull/5328)) (Thanks [**@LetticiaNicoli**](https://github.com/LetticiaNicoli)) |
| 60 | +- Fixes ([#5352](https://github.com/dotnet/machinelearning/issues/5352)) issues caused by equality with non-string values for root cause localization ([#5354](https://github.com/dotnet/machinelearning/pull/5354)) |
| 61 | +- Added catch in R^2 calculation for case with few samples ([#5319](https://github.com/dotnet/machinelearning/pull/5319)) |
| 62 | +- Added support for RankingMetrics with CrossValSummaryRunner ([#5386](https://github.com/dotnet/machinelearning/pull/5386)) |
| 63 | + |
51 | 64 |
|
52 | 65 | ## **Test updates**
|
53 | 66 | - Refactor of OnnxConversionTests.cs ([#5185](https://github.com/dotnet/machinelearning/pull/5185))
|
|
61 | 74 |
|
62 | 75 | ## **Breaking Changes**
|
63 | 76 | - None
|
64 |
| - |
65 |
| - |
|
0 commit comments