Skip to content

Add release notes for ML.NET 0.1 #37

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

Merged
merged 3 commits into from
May 7, 2018
Merged

Add release notes for ML.NET 0.1 #37

merged 3 commits into from
May 7, 2018

Conversation

GalOshri
Copy link
Contributor

@GalOshri GalOshri commented May 6, 2018

This adds the release notes for ML.NET 0.1.

This fixes #36 .

@dnfclas
Copy link

dnfclas commented May 6, 2018

CLA assistant check
All CLA requirements met.

This initial release contains core ML.NET components for enabling machine learning pipelines:

* ML Data Structures (e.g. `IDataView`, `LearningPipeline`)
* TextLoader (loading data from a text file into a `LearningPipeline`)
Copy link
Contributor

@glebuk glebuk May 7, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

text [](start = 34, length = 4)

from a delimited text file #Resolved

* Binary classification: `FastTreeBinaryClassifier`, `StochasticDualCoordinateAscentBinaryClassifier`, `AveragedPerceptronBinaryClassifier`, `BinaryLogisticRegressor`, `FastForestBinaryClassifier`, `LinearSvmBinaryClassifier`, and `GeneralizedAdditiveModelBinaryClassifier`
* Multiclass classification: `StochasticDualCoordinateAscentClassifier`, `LogisticRegressor`, and`NaiveBayesClassifier`
* Regression: `FastTreeRegressor`, `FastTreeTweedieRegressor`, `StochasticDualCoordinateAscentRegressor`, `OrdinaryLeastSquaresRegressor`, `OnlineGradientDescentRegressor`, `PoissonRegressor`, and `GeneralizedAdditiveModelRegressor`
* Evaluators (to check the model works well):
Copy link
Contributor

@glebuk glebuk May 7, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to check the model works well [](start = 14, length = 29)

To check how well does the model perform #Resolved

Install-Package Microsoft.ML
```

### Release Notes
Copy link
Contributor

@glebuk glebuk May 7, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Release Notes [](start = 3, length = 14)

Please add pointers to samples, documentation and known issues. #Pending


You can install ML.NET NuGet from the CLI using:
```
dotnet add package Microsoft.ML
Copy link
Contributor

@glebuk glebuk May 7, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

e Microsoft.ML [](start = 17, length = 14)

mention prerequisites and supported platforms #Resolved

Copy link
Member

@markusweimer markusweimer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, I left some nits.

This initial release contains core ML.NET components for enabling machine learning pipelines:

* ML Data Structures (e.g. `IDataView`, `LearningPipeline`)
* TextLoader (loading data from a text file into a `LearningPipeline`)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TextLoader

@@ -0,0 +1,39 @@
# ML.NET 0.1 Release Notes

ML.NET 0.1 is the first preview release of ML.NET. Thank you for trying it out and we look forward to your feedback!
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe add statements about what we want people to try? E.g. try to use one of our samples to solve a problem you have, and then tell us how it went?

Copy link
Contributor

@glebuk glebuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@danmoseley
Copy link
Member

I attempted to address the minor feedback and pushed an update. Does this look OK?

I did not address Please add pointers to samples, documentation and known issues. but this seems enough to commit as a start?

BTW @GalOshri your PR was against your fork's master. That is almost certainly not what you intended 😺 Generally once you fork, the master of your fork is not used.

@glebuk
Copy link
Contributor

glebuk commented May 7, 2018

LGTM


In reply to: 386952126 [](ancestors = 386952126)

@shauheen shauheen merged commit 0ba22f1 into dotnet:master May 7, 2018
@ghost ghost locked as resolved and limited conversation to collaborators Mar 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add release notes for ML.NET 0.1
6 participants