Skip to content

RobustScalingNormalizer entrypoint added #5310

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 20, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
added entrypoint test for ToString
  • Loading branch information
michaelgsharp committed Jul 17, 2020
commit d1b8bdaed9df69e915abb4f9e9e7df25be8745f8
5 changes: 5 additions & 0 deletions test/Microsoft.ML.Core.Tests/UnitTests/TestEntryPoints.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2985,6 +2985,11 @@ public void EntryPointConvert()
'Name': 'Label2',
'Source': 'LB'
},
{
'Name': 'Label3',
'Source': 'LB',
'Type': 'TX'
},
{
'Name': 'Feat',
'Source': 'FT',
Expand Down