Stefanie Molin

Results 32 issues of Stefanie Molin

#### Reference Issues/PRs Towards #23462 #### What does this implement/fix? Explain your changes. Add parameter validation to SequentialFeatureSelector. #### Any other comments?

module:feature_selection
No Changelog Needed
Validation

#### Reference Issues/PRs Towards https://github.com/scikit-learn/scikit-learn/issues/23462 #### What does this implement/fix? Explain your changes. Add parameter validation to RFE and RFECV. #### Any other comments?

module:feature_selection
No Changelog Needed
Validation

#### Reference Issues/PRs Towards https://github.com/scikit-learn/scikit-learn/issues/23462 #### What does this implement/fix? Explain your changes. Added parameter validation for `SelectFdr`, `SelectFpr`, `SelectFwe`, `SelectKBest`, `SelectPercentile`, and `GenericUnivariateSelect`. #### Any other comments?

module:feature_selection
No Changelog Needed
Validation

## PR Summary Currently, if you need to label each bar in a plot say for an animation, you have to loop over the bars in the bar container that...

New feature
status: needs clarification

This PR fixes #456 which requested a pre-commit hook for `black`. I have made the following changes: 1. Added `.pre-commit-config.yaml` to configure pre-commit hooks. ### Setup and Examples Since we...

#### ALL software version info (this library, plus any other relevant software, e.g. bokeh, python, notebook, OS, browser, etc) - Python 3.8 - jupyterlab 3.1.1 - geoviews 1.9.1 - holoviews...

## PR Summary Addresses https://github.com/matplotlib/matplotlib/issues/23603 - Added `Axis.get_tick_params()` method, which will return `Axis._major_tick_kw` or `Axis._minor_tick_kw` depending on the value of `which` - Added `Axes.get_tick_params()` method, which will return the result...

status: needs comment/discussion

Addresses https://github.com/mwaskom/seaborn/issues/3041 Adds nbstripout pre-commit hook to clear out the following from Jupyter Notebooks being committed: - output - kernelspec name and display name - Python version As stated in...

infrastructure

# Hey, I just made a Pull Request! ## Description I noticed there was an extraneous `k` at the end of the `find_project_root()` docstring. ## Motivation and Context Fix a...

# ADD FEED ------------------------------------------------------------------------------- Hi, I want to add my feed to the Python Planet. ## I checked the following required validations: (mark all 5 with [x]) 1. [x] My...