Omar Salman

Results 15 issues of 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...

module:linear_model

#### 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...

module:neighbors
No Changelog Needed
cython
Waiting for Second Reviewer

#### 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

module:linear_model

#### Reference Issues/PRs Fixes: #20943 #### What does this implement/fix? Explain your changes. - Adds d2_log_loss_score #### Any other comments?

module:metrics

# 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?...

module:metrics
module:preprocessing
module:utils
Waiting for Second Reviewer
Array API

#### 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 ####...

module:feature_selection

#### 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?...

Waiting for Reviewer
module:metrics
Quick Review
Waiting for Second Reviewer
Array API

#### 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...

module:feature_selection