Skip to content

Adding extensions for Hal learners. More namespace re-ogr. - #1370

Merged
sfilipi merged 9 commits into
dotnet:masterfrom
sfilipi:moreTrainerNamespaceMv
Oct 25, 2018
Merged

Adding extensions for Hal learners. More namespace re-ogr.#1370
sfilipi merged 9 commits into
dotnet:masterfrom
sfilipi:moreTrainerNamespaceMv

Conversation

@sfilipi

@sfilipi sfilipi commented Oct 24, 2018

Copy link
Copy Markdown
Member

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,

@Zruty0 Zruty0 Oct 25, 2018

Copy link
Copy Markdown
Contributor

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,

@Zruty0 Zruty0 Oct 25, 2018

Copy link
Copy Markdown
Contributor

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

@Zruty0 Zruty0 Oct 25, 2018

Copy link
Copy Markdown
Contributor

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",

@Zruty0 Zruty0 Oct 25, 2018

Copy link
Copy Markdown
Contributor

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

@Zruty0 Zruty0 left a comment

Copy link
Copy Markdown
Contributor

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>

@singlis singlis Oct 25, 2018

Copy link
Copy Markdown
Member

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

@singlis singlis left a comment

Copy link
Copy Markdown
Member

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());

@sfilipi sfilipi Oct 25, 2018

Copy link
Copy Markdown
Member Author

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