iuiu moflets
iuiu moflets
Proper solution is to define `get_feature_names_out` natively. @PaulWestenthanner is working on this (in case not, happy to do a PR) Meanwhile, as a temporary solution, you can do a wrapper...
for the PR 1. shall we deprecate `get_feature_names`? or put a `deprecation-warning` instead? 2. shall we move from `feature_names` to `feature_names_in_`? In case yes, can we declare `feature_names_in_` only in...
if the issue is not going to be solved soon, at least update the requirements in `setup.py` to ```py requirements = [ 'jinja2>=3.1.0', 'pygments>=2.2.0', 'flake8>=3.3.0,
assuming we're talking about `XGBRegressor` (`XGBClassifer` is equivalent) I see 3 options **Option 1 - new class** Define new class `XGBRegressorWithEarlyStop` as above. This will add the feature, without altering...
I use `DataQualityTab` with all tabs in a data source with >200 columns and >1e6 rows. Probably is due to the correlations plots. But I haven't deep checked.
haven't had time to work on this. Anyone else has done any work about it?
yep, as you mention above, good quick fix for the `get_feature_names_out` But, in the future, in another release, would be nice to have `feature_names_in ` too
Can [v0.4.3](https://github.com/lordmauve/flake8-html/releases/tag/v0.4.3) be installed from pypi?
last version is v0.4.2, is it not? https://pypi.org/project/flake8-html/
Yep, you're right, in description i used matplotlib, but my case was for plotly. Here an example to reproduce with plotly. Outcome is blue, but my primary color is green....