Uh oh!
There was an error while loading. Please reload this page.
Creation of components through MLContext, internalization, and renaming - #2510
Conversation
| /// <param name="inputSchemaDefinition">Additional parameters for schema mapping between <typeparamref name="TSrc"/> and input data.</param> | ||
| /// <param name="outputSchemaDefinition">Additional parameters for schema mapping between <typeparamref name="TDst"/> and output data.</param> | ||
| public CustomMappingEstimator(IHostEnvironment env, Action<TSrc, TDst> mapAction, string contractName, | ||
| internal CustomMappingEstimator(IHostEnvironment env, Action<TSrc, TDst> mapAction, string contractName, |
There was a problem hiding this comment.
CustomMappingEstimator [](start = 17, length = 22)
We don't have any samples/ tests with it at all? #Resolved
There was a problem hiding this comment.
abgoswam
commented
Feb 12, 2019
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
artidoro
commented
Feb 12, 2019
artidoro
commented
Feb 12, 2019
artidoro
commented
Feb 12, 2019
35e93ef to
80bde05CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ff4cd97 to
205958cCompareCodecov Report
@@ Coverage Diff @@## master #2510 +/- ##
==========================================
+ Coverage 71.25% 71.25% +<.01%
==========================================
Files 797 797 Lines 141271 141280 +9 Branches 16115 16115 ==========================================
+ Hits 100663 100671 +8 - Misses 36148 36149 +1
Partials 4460 4460
|
| namespace Microsoft.ML.Samples.Dynamic | ||
| { | ||
| public class RandomTrainerSample |
There was a problem hiding this comment.
RandomTrainerSample [](start = 17, length = 19)
Zeeshan A, Shahab and me have PRs where we create BinaryClassification folder.
Any chance you can move this two to that folder?
Fixes#1798, #1758
DnnImageFeaturizerEstimator,PriorTrainer, andRandomTrainer. This required to add catalog extensions for these three trainers. Internalizing these constructor closes issue Creation of components through MLContext: advanced options and other feedback #1798.ArgumentstoOptionswhich closes issue Arguments class should be made internal when possible #1758.ITransformersandIEstimators.Optionsclass in TensorflowTransform to the estimator.