-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add ML.NET Roadmap #30
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
Conversation
Resolves ISSUE: #27 - Adds readmap.md - Updates solution to include MD files. - fixes missing link in readme.md
ROADMAP.md
Outdated
|
||
### Featurization Improvements | ||
* Text (*) | ||
* Natural language text preprocessing such as tokenization, part-of-speech tagging, and sentence breaking |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something is wonky with the bullets here, it isn't rendering right. Tabs/spaces? #Resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the issue with the bullets? Can you be more specific?
I have two levels of indentations. They look ok for me on Github.
In reply to: 186246779 [](ancestors = 186246779)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mention more and new scenarios
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Anomaly detection is mentioned in both short and long term sections. Do we need it in both?
* Natural language text preprocessing such as tokenization, part-of-speech tagging, and sentence breaking | ||
* Pre-trained text models that can be used for extracting of semantic or sentiment features from text | ||
* Image (*) | ||
* Image preprocessing such as loading, resizing, and normalization if images |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Type-o: if => of
ROADMAP.md
Outdated
* Hybrid training of pipelines containing both DNN and non-DNN predictors | ||
* Additional ML tasks (*) | ||
* _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" | ||
* _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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Anomaly detection is mentioned in the short term section as well. Is this a duplicate?
Resolves issue #27
Changes