You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the uses of CreatePredictionEngine (dotnet#1637)
* One test reborns
* Remove two mores uses and clean copy-and-paste
* Clean the rest TF tests
* Clean the last CreatePredictionEngine
* Further clean up redundant ctor's of PredictionEngine and their relatives
* Use paths in TestDatasets
* Rollback baselines
* Fix
/// <param name="env">The host environment to use.</param>
157
-
/// <param name="modelStream">The stream to deserialize the pipeline (transforms and predictor) from.</param>
158
-
/// <param name="ignoreMissingColumns">Whether to ignore missing columns in the data view.</param>
159
-
/// <param name="inputSchemaDefinition">The optional input schema. If <c>null</c>, the schema is inferred from the <typeparamref name="TSrc"/> type.</param>
160
-
/// <param name="outputSchemaDefinition">The optional output schema. If <c>null</c>, the schema is inferred from the <typeparamref name="TDst"/> type.</param>
/// <param name="env">The host environment to use.</param>
177
-
/// <param name="dataPipe">The transformation pipe that may or may not include a scorer.</param>
178
-
/// <param name="ignoreMissingColumns">Whether to ignore missing columns in the data view.</param>
179
-
/// <param name="inputSchemaDefinition">The optional input schema. If <c>null</c>, the schema is inferred from the <typeparamref name="TSrc"/> type.</param>
180
-
/// <param name="outputSchemaDefinition">The optional output schema. If <c>null</c>, the schema is inferred from the <typeparamref name="TDst"/> type.</param>
@@ -198,7 +158,7 @@ public static PredictionEngine<TSrc, TDst> CreatePredictionEngine<TSrc, TDst>(th
198
158
/// <param name="ignoreMissingColumns">Whether to ignore missing columns in the data view.</param>
199
159
/// <param name="inputSchemaDefinition">The optional input schema. If <c>null</c>, the schema is inferred from the <typeparamref name="TSrc"/> type.</param>
200
160
/// <param name="outputSchemaDefinition">The optional output schema. If <c>null</c>, the schema is inferred from the <typeparamref name="TDst"/> type.</param>
0 commit comments