Skip to content

Commit d9d1216

Browse files
yamachushauheen
authored andcommitted
[Docs] Fixed typo: ROADMAP.md (dotnet#55)
* Remove unnecessary char * Fixed typo
1 parent af95f66 commit d9d1216

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ROADMAP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ In the meanwhile, we are looking for contributions. An easy place to start is t
4646
* Generative Additive Models
4747
* [SymSGD](https://arxiv.org/pdf/1705.08030.pdf) -a fast linear SGD learner
4848
* Factorization Machines
49-
* [ProtoNN and Bonsaii](https://www.microsoft.com/en-us/research/project/resource-efficient-ml-for-the-edge-and-endpoint-iot-devices/) for compact and effecient models
49+
* [ProtoNN and Bonsaii](https://www.microsoft.com/en-us/research/project/resource-efficient-ml-for-the-edge-and-endpoint-iot-devices/) for compact and efficient models
5050
* Integration with other ML packages
5151
* Accord.NET
5252
* etc.
@@ -56,7 +56,7 @@ In the meanwhile, we are looking for contributions. An easy place to start is t
5656
* Hybrid training of pipelines containing both DNN and non-DNN predictors
5757
* Additional ML tasks (*)
5858
* _Recommendation_ - Is a problem that can be phrased a: "For a given user, predict the ratings this user would give to the items that they have not explicitly rated yet"
59-
* _Anomaly Detection_, also known as _outlier detection_. It is a task to identify items, events or observations which do not conform to an expected pattern in the dataset. Typical examples are: detecting credit card fraud, medical problems or errors in text. Anomalies are also referred to as outliers,  novelties, noise, deviations and exceptions
59+
* _Anomaly Detection_, also known as _outlier detection_. It is a task to identify items, events or observations which do not conform to an expected pattern in the dataset. Typical examples are: detecting credit card fraud, medical problems or errors in text. Anomalies are also referred to as outliers, novelties, noise, deviations and exceptions
6060
* _Sequence Classification_ - learns from a series of examples in a sequence, and each item is assigned a distinct label, akin to a multiclass classification task
6161
* Additional Data source support
6262
* Data from SQL Databases, such as SQL Server

0 commit comments

Comments
 (0)