-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
add SentenceSimilarity sweepable estimator in AutoML #6445
add SentenceSimilarity sweepable estimator in AutoML #6445
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #6445 +/- ##
==========================================
- Coverage 68.57% 68.57% -0.01%
==========================================
Files 1171 1171
Lines 247197 247197
Branches 25799 25799
==========================================
- Hits 169515 169512 -3
- Misses 70959 70960 +1
- Partials 6723 6725 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@@ -71,7 +71,8 @@ | |||
"DnnFeaturizerImage", | |||
"Naive", | |||
"ForecastBySsa", | |||
"TextClassifcation" | |||
"TextClassifcation", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are you still use incorrect spelling because of this ?
"functionName": "TextClassifcation", |
@LittleLittleCloud if you can fix the conflict we can get this merged in. |
We are excited to review your PR.
So we can do the best job, please check:
Fixes #nnnn
in your description to cause GitHub to automatically close the issue(s) when your PR is merged.dotnet/machinelearning-modelbuilder#2338 (comment)