From 7fce0fea617f1d5efbd5db8af835f8be3fc32c6b Mon Sep 17 00:00:00 2001 From: taeerhebend <150763533+taeerhebend@users.noreply.github.com> Date: Wed, 29 Nov 2023 10:48:34 -0600 Subject: [PATCH] Update release-3.0.0.md --- docs/release-notes/3.0/release-3.0.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/release-notes/3.0/release-3.0.0.md b/docs/release-notes/3.0/release-3.0.0.md index 594f5d409d..6ee9e04da2 100644 --- a/docs/release-notes/3.0/release-3.0.0.md +++ b/docs/release-notes/3.0/release-3.0.0.md @@ -1,7 +1,7 @@ # [ML.NET](http://dot.net/ml) 3.0.0 ## **New Features** -- **Add the ability to use Object Detection using TorchSharp** ([#6605](https://github.com/dotnet/machinelearning/pull/6605)) - We have added a new deep learning model back by TorchSharp that lets you fine tune your own Object Detection model! +- **Add the ability to use Object Detection using TorchSharp** ([#6605](https://github.com/dotnet/machinelearning/pull/6605)) - We have added a new deep learning model backed by TorchSharp that lets you fine tune your own Object Detection model! - **Add SamplingKeyColumnName to AutoMLExperiment API** ([#6649](https://github.com/dotnet/machinelearning/pull/6649)) - You can now set the SamplingKeyColumnName when you are using AutoML. Thanks @torronen! - **Add Object Detection to AutoML Sweeper** ([#6633](https://github.com/dotnet/machinelearning/pull/6633)) - Added Object Detection to the AutoML Sweeper so now they can be used together. - **Add String Vector support to DataFrame** ([#6628](https://github.com/dotnet/machinelearning/pull/6628)) - Adds support for String Vectors in DataFrame. This also allows for Better IDataView <-> DataFrame conversions. @@ -132,4 +132,4 @@ - **Fix docs for DataViewRowCursor** ([#6855](https://github.com/dotnet/machinelearning/pull/6855)) - Thanks @Akash190104 ## **Breaking changes** -- None \ No newline at end of file +- None