Skip to content

API reference - Fix placeholder links #3359

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 4 commits into from
Apr 17, 2019

Conversation

shmoradims
Copy link

Fixes #2356 with actual links.

Copy link
Contributor

@natke natke left a comment

Choose a reason for hiding this comment

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

LGTM!

@codecov
Copy link

codecov bot commented Apr 16, 2019

Codecov Report

Merging #3359 into master will decrease coverage by <.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #3359      +/-   ##
==========================================
- Coverage   72.69%   72.69%   -0.01%     
==========================================
  Files         807      807              
  Lines      145172   145172              
  Branches    16225    16225              
==========================================
- Hits       105540   105539       -1     
- Misses      35218    35220       +2     
+ Partials     4414     4413       -1
Flag Coverage Δ
#Debug 72.69% <ø> (-0.01%) ⬇️
#production 68.23% <ø> (-0.01%) ⬇️
#test 88.97% <ø> (ø) ⬆️
Impacted Files Coverage Δ
...dardTrainers/Standard/Online/AveragedPerceptron.cs 89.7% <ø> (ø) ⬆️
...StandardTrainers/Standard/Online/AveragedLinear.cs 59.5% <ø> (ø) ⬆️
...oft.ML.StandardTrainers/Standard/SdcaMulticlass.cs 91.12% <ø> (ø) ⬆️
...dTrainers/Standard/Online/OnlineGradientDescent.cs 92.3% <ø> (ø) ⬆️
...oft.ML.StandardTrainers/Standard/SdcaRegression.cs 95.83% <ø> (ø) ⬆️
src/Microsoft.ML.StaticPipe/SgdStatic.cs 100% <ø> (ø) ⬆️
...oft.ML.StandardTrainers/StandardTrainersCatalog.cs 92.34% <ø> (ø) ⬆️
...crosoft.ML.StandardTrainers/Standard/SdcaBinary.cs 72.95% <ø> (ø) ⬆️
src/Microsoft.ML.Maml/MAML.cs 24.75% <0%> (-1.46%) ⬇️
...ML.Transforms/Text/StopWordsRemovingTransformer.cs 86.26% <0%> (+0.15%) ⬆️
... and 1 more

Copy link
Contributor

@Ivanidzo4ka Ivanidzo4ka left a comment

Choose a reason for hiding this comment

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

:shipit:

@@ -21,7 +21,7 @@ namespace Microsoft.ML.Trainers
public abstract class AveragedLinearOptions : OnlineLinearOptions
{
/// <summary>
/// <a href="tmpurl_lr">Learning rate</a>.
/// Learning rate.
Copy link
Member

Choose a reason for hiding this comment

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

Should there be the uri here for what tempurl_lr referenced?

Copy link
Member

@singlis singlis left a comment

Choose a reason for hiding this comment

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

:shipit:

@singlis
Copy link
Member

singlis commented Apr 17, 2019

@shmoradims I have one comment to review, but it does look good. I am a little confused on why we are replacing the tempurl with the actual link when it looks like in 2356 the point is to use the tempurl.

@@ -61,7 +61,7 @@ public abstract class AveragedLinearOptions : OnlineLinearOptions
public bool LazyUpdate = true;

/// <summary>
/// The L2 weight for <a href='tmpurl_regularization'>regularization</a>.
/// The L2 weight for <a href='https://en.wikipedia.org/wiki/Regularization_(mathematics)'>regularization</a>.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
/// The L2 weight for <a href='https://en.wikipedia.org/wiki/Regularization_(mathematics)'>regularization</a>.
/// The coefficient of L2-norm for <a href='https://en.wikipedia.org/wiki/Regularization_(mathematics)'>regularization on the weight vector</a>.

@shmoradims shmoradims merged commit 797e87d into dotnet:master Apr 17, 2019
@ghost ghost locked as resolved and limited conversation to collaborators Mar 22, 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.

Curate resource links for API reference
5 participants