You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/release-notes/0.11/release-0.11.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -20,14 +20,14 @@ Install-Package Microsoft.ML
20
20
21
21
Below are a few of the highlights from this release. There are many other improvements in the API.
22
22
23
-
* Creation of components through MLContext: advanced options and other feedback. ([#1798](https://github.com/dotnet/machinelearning/issues/1798))
23
+
* Creation of components through MLContext: advanced options and other feedback. ([#1798](https://github.coalsom/dotnet/machinelearning/issues/1798))
24
24
* Several issues closed on internalizing public surface. ([19 issues](https://github.com/dotnet/machinelearning/issues?q=is%3Aissue+lockdown+is%3Aclosed))
25
25
* Stop using MEF as part of the public API. ([#2422](https://github.com/dotnet/machinelearning/issues/2422))
26
26
* Several `NameSpace` changes. ([#2326](https://github.com/dotnet/machinelearning/issues/2326))
27
27
*`ONNX` is now `ONNXConverter`. ([#2625](https://github.com/dotnet/machinelearning/pull/2625))
28
28
*`ONNXTransform` is now `ONNXTransformer`. ([#2544](https://github.com/dotnet/machinelearning/pull/2544))
29
29
*`FastTree` has it's own package now. ([#2752](https://github.com/dotnet/machinelearning/issues/2752))
30
-
*`Ensemble`also has moved to a new package. ([#2717](https://github.com/dotnet/machinelearning/issues/2717))
30
+
*`Ensemble` has been moved out of `Microsoft.ML` package. ([#2717](https://github.com/dotnet/machinelearning/issues/2717))
31
31
* Add support for string types in TensorFlowTransformer. ([#2545](https://github.com/dotnet/machinelearning/issues/2545))
32
32
* Make FastTree/LightGBM learned model suitable for public consumption. ([#1960](https://github.com/dotnet/machinelearning/issues/1960))
33
33
@@ -37,4 +37,4 @@ Below are a few of the highlights from this release. There are many other improv
37
37
Shoutout to [PaulTFreedman](https://github.com/PaulTFreedman),
38
38
[kant2002](https://github.com/kant2002),
39
39
[jwood803](https://github.com/jwood803), [mareklinka](https://github.com/mareklinka), [elbruno](https://github.com/elbruno) and the [ML.NET](https://aka.ms/mlnet) team for their
0 commit comments