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
* moving FastTree derving classes to TrainerEstimatorBase
* fixing the RankingScorer
* Adding one test, defining the output columns.
Changing the behavior for the creation of the weight column, based on whether it is explicit, or implicit.
* Post merge fixes
* arguments applied via the delegate
adding test
* Updated the test to use TestEstimatorCore, and fixed the null pointer on the MakeGroupId
* using the new constructors in the codebase.
Making use of dataset definitions
adding Iris.data and the adult.tiny files to TestDatasets
adding regression and ranking tests
* adding the metadata
* tweaking the test
* resolving merge conflicts, and disabling the ranker test to check on the other tests.
* Fixing the signature on the RankerPredictor
Fixing the other two tests
* Fixing regressions and tests
* switching dataset
* post merge fixes
Copy file name to clipboardExpand all lines: src/Microsoft.ML.Api/TypedCursor.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -622,7 +622,7 @@ public ICursor GetRootCursor()
622
622
/// </summary>
623
623
publicstaticclassCursoringUtils
624
624
{
625
-
privateconststringNeedEnvObsoleteMessage="This method is obsolete. Please use the overload that takes an additional 'env' argument. An environment can be created via new TlcEnvironment().";
625
+
privateconststringNeedEnvObsoleteMessage="This method is obsolete. Please use the overload that takes an additional 'env' argument. An environment can be created via new LocalEnvironment().";
626
626
627
627
/// <summary>
628
628
/// Generate a strongly-typed cursorable wrapper of the <see cref="IDataView"/>.
0 commit comments