Uh oh!
There was an error while loading. Please reload this page.
Adding extensions for Hal learners. More namespace re-ogr. - #1370
Conversation
| /// <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, |
There was a problem hiding this comment.
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, |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Transforms [](start = 23, length = 10)
you might want to refresh this since #1333 is in #Resolved
| ] | ||
| }, | ||
| { | ||
| "Name": "Trainers.StochasticDualCoordinateAscentClassifier", |
There was a problem hiding this comment.
StochasticDualCoordinateAscentClassifier [](start = 24, length = 40)
why is this gone? #Resolved
| /// </summary> | ||
| /// <param name="ctx">The <see cref="RegressionContext"/>.</param> | ||
| /// <param name="label">The label column.</param> | ||
| /// <param name="features">The features colum.</param> |
There was a problem hiding this comment.
colum [](start = 48, length = 5)
Column is misspelled - there are a number of places where this is copied. #Resolved
…s to the same namespace. Addressing the other PR issues.
| pipeline.Add(new ColumnConcatenator(outputColumn: "Features", | ||
| "NumericalFeatures", "CategoryFeatures")); | ||
| pipeline.Add(new StochasticDualCoordinateAscentRegressor()); | ||
| // pipeline.Add(new StochasticDualCoordinateAscentRegressor()); |
There was a problem hiding this comment.
// pi [](start = 10, length = 6)
revert #Resolved
Addresses part of #1318: more namespace re-org and catalog extensions.