Hao Chun Chang
Hao Chun Chang
Hi, working on HistGradientBoostingClassifier #23479 By the way, I found that the final common test can be executed by: `pytest -vl sklearn/tests/test_common.py -k test_check_param_validation`
Hi, I changed the index.html resource to `` and the style is from "http://xxx/static/doc/css/style.css". Is this what you want?
I think we don't have to check `check_index=False` because `check_index=True` can prevent unnecessary `reset_index` calls.
## Files updated to use `sort_results=False` in `assert_eq` Update method: 1. Add all assert_eq(…) with `sort_results=False` 2. Add raise ValueError in `dask.dataframe.utils.assert_equal` to check if any unnecessary change happens: ```python...
Hi, I am interested in contributing this great library. I am wondering how can I help on this specific issue? From numpy, the implementation is located in: https://github.com/numpy/numpy/blob/50a74fb65fc752e77a2f9e9e2b7227629c2ba953/numpy/fft/_pocketfft.py#L211 https://github.com/numpy/numpy/blob/50a74fb65fc752e77a2f9e9e2b7227629c2ba953/numpy/fft/_pocketfft.py#L49, and...
Hi, after some investigation, I found that the behavior resulted from here: https://github.com/scikit-learn-contrib/imbalanced-learn/blob/6176807c9c5d68126a79771b6c0fce329f632d2f/imblearn/pipeline.py#L303-L311 In `pipeline.fit_transform`, since `StandardScaler` has `fit_transform` attribute, it will calls `fit_transform` with data transformed by `SMOTE` (`Xt`)....
Hi, I would like to contribute on this improvement. To reproduce the behavior, one can modify the following line in `docker-compose.yml` to: ```yaml KAFKA_ALLOW_EVERYONE_IF_NO_ACL_FOUND: 'false' ``` Then use the following...
Another question I would like to clarify: When ACL permissions are missing to list topics, usually means the current client has no explicit permission to list the topics, right? If...
> @haochunchang what's needed to get this to a review-ready state? I was hoping I can see a doc site preview in one of those checks.