Omar Salman
Omar Salman
#### Reference Issues/PRs Closes #25906 Follow up of #24498 #### What does this implement/fix? Explain your changes. - Adds routing of additional parameters including sample weight to LogisticRegressionCV - The...
#### Reference Issues/PRs Fixes #15474 #### What does this implement/fix? Explain your changes. - Adds support for float32 in BallTree and KDTree using Tempita. - The BinaryTree is also modified...
#### Reference Issues/PRs Towards: #22893 #### What does this implement/fix? Explain your changes. - Adds metadata routing to RidgeCV and RidgeClassifierCV #### Any other comments? CC: @adrinjalali @glemaitre
#### Reference Issues/PRs Fixes: #20943 #### What does this implement/fix? Explain your changes. - Adds d2_log_loss_score #### Any other comments?
# What does this PR do? This adds a warning message to notify about the renaming of `gamma` and `beta` parameters during initialisation and also during loading. Fixes #29554 ##...
# What does this PR do? Checks if there is any key that matches a method name in PreTrainedTokenizerBase and raises an error if so to prevent errors that occur...
#### Reference Issues/PRs Towards #26024 #### What does this implement/fix? Explain your changes. - Adds array api support for f1_score and the functions related to it. #### Any other comments?...
#### Reference Issues/PRs Towards #22893 Fixes #7308 #### What does this implement/fix? Explain your changes. - Adds the routing of params to the fit methods of RFE and RFECV ####...
#### Reference Issues/PRs Towards #26024 #### What does this implement/fix? Explain your changes. - Adds array api support for linear, polynomial and sigmoid kernels in `sklearn.pairwise` #### Any other comments?...
#### Reference Issues/PRs Towards: #29605 #### What does this implement/fix? Explain your changes. - This adds the ReliefF feature selection method. #### Any other comments? CC: @adrinjalali @ogrisel This is...