Skip to content

Conversation

@sfilipi
Copy link
Member

@sfilipi sfilipi commented Oct 24, 2018

Addresses part of #1318: more namespace re-org and catalog extensions.

@sfilipi sfilipi added the API Issues pertaining the friendly API label Oct 24, 2018
/// <param name="features">The features colum.</param>
/// <param name="weights">The weights column.</param>
/// <param name="advancedSettings">Algorithm advanced settings.</param>
public static OlsLinearRegressionTrainer OrdinaryLeastSquare(this RegressionContext.RegressionTrainers ctx,
Copy link
Contributor

@Zruty0 Zruty0 Oct 25, 2018

Choose a reason for hiding this comment

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

Square [](start = 62, length = 6)

least squares is the term #Resolved

/// <param name="label">The label column.</param>
/// <param name="features">The features colum.</param>
/// <param name="advancedSettings">Algorithm advanced settings.</param>
public static SymSgdClassificationTrainer SymbolicSgd(this RegressionContext.RegressionTrainers ctx,
Copy link
Contributor

@Zruty0 Zruty0 Oct 25, 2018

Choose a reason for hiding this comment

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

Sgd [](start = 58, length = 3)

expand abbreviation? #Resolved

[assembly: LoadableClass(typeof(void), typeof(PcaTransform), null, typeof(SignatureEntryPointModule), PcaTransform.LoaderSignature)]

namespace Microsoft.ML.Runtime.Data
namespace Microsoft.ML.Transforms.PCA
Copy link
Contributor

@Zruty0 Zruty0 Oct 25, 2018

Choose a reason for hiding this comment

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

Transforms [](start = 23, length = 10)

you might want to refresh this since #1333 is in #Resolved

]
},
{
"Name": "Trainers.StochasticDualCoordinateAscentClassifier",
Copy link
Contributor

@Zruty0 Zruty0 Oct 25, 2018

Choose a reason for hiding this comment

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

StochasticDualCoordinateAscentClassifier [](start = 24, length = 40)

why is this gone? #Resolved

Copy link
Contributor

@Zruty0 Zruty0 left a comment

Choose a reason for hiding this comment

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

:shipit:

/// </summary>
/// <param name="ctx">The <see cref="RegressionContext"/>.</param>
/// <param name="label">The label column.</param>
/// <param name="features">The features colum.</param>
Copy link
Member

@singlis singlis Oct 25, 2018

Choose a reason for hiding this comment

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

colum [](start = 48, length = 5)

Column is misspelled - there are a number of places where this is copied. #Resolved

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:

pipeline.Add(new ColumnConcatenator(outputColumn: "Features",
"NumericalFeatures", "CategoryFeatures"));
pipeline.Add(new StochasticDualCoordinateAscentRegressor());
// pipeline.Add(new StochasticDualCoordinateAscentRegressor());
Copy link
Member Author

@sfilipi sfilipi Oct 25, 2018

Choose a reason for hiding this comment

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

// pi [](start = 10, length = 6)

revert #Resolved

@sfilipi sfilipi merged commit b88aaba into dotnet:master Oct 25, 2018
@sfilipi sfilipi deleted the moreTrainerNamespaceMv branch October 25, 2018 21:12
@ghost ghost locked as resolved and limited conversation to collaborators Mar 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

API Issues pertaining the friendly API

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants