Skip to content

Reorder MatrixFactorizationTrainer parameters #2561

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 4 commits into from
Feb 21, 2019

Conversation

najeeb-kazmi
Copy link
Member

Fixes #1826

Changed order of parameters to make labelColumn the first parameter. Since the following two parameters after reordering were required, I had to remove the default label name from the labelColumn param.

Copy link
Contributor

@Ivanidzo4ka Ivanidzo4ka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@codecov
Copy link

codecov bot commented Feb 15, 2019

Codecov Report

Merging #2561 into master will decrease coverage by <.01%.
The diff coverage is 0%.

@@            Coverage Diff             @@
##           master    #2561      +/-   ##
==========================================
- Coverage   71.57%   71.57%   -0.01%     
==========================================
  Files         800      800              
  Lines      141789   141789              
  Branches    16107    16107              
==========================================
- Hits       101488   101486       -2     
- Misses      35851    35853       +2     
  Partials     4450     4450
Flag Coverage Δ
#Debug 71.57% <0%> (-0.01%) ⬇️
#production 67.87% <0%> (-0.01%) ⬇️
#test 85.74% <ø> (ø) ⬆️
Impacted Files Coverage Δ
...osoft.ML.Recommender/MatrixFactorizationTrainer.cs 70.39% <0%> (ø) ⬆️
src/Microsoft.ML.Recommender/RecommenderCatalog.cs 70.83% <0%> (ø) ⬆️
src/Microsoft.ML.Maml/MAML.cs 24.75% <0%> (-1.46%) ⬇️
...ML.Transforms/Text/StopWordsRemovingTransformer.cs 85.62% <0%> (+0.16%) ⬆️

Copy link
Member

@wschin wschin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@najeeb-kazmi najeeb-kazmi merged commit eb60021 into dotnet:master Feb 21, 2019
@najeeb-kazmi najeeb-kazmi deleted the 1826 branch January 30, 2020 01:17
@ghost ghost locked as resolved and limited conversation to collaborators Mar 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants