yu9824
yu9824
Checklist - [x] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [x] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [x] Source is...
## Anacondaでのアーキテクチャー指定に関するご質問およびconda-forgeチャンネル経由のインストールについて 非常に有用なPythonパッケージの開発ありがとうございます。 anacondaを用いたインストール方法をすでに提供いただいている (#18) かと思うのですが、 アーキテクチャをMac OSのみに指定しておられると思います。 - https://anaconda.org/uehara1414/japanize-matplotlib こちら特別な理由等ございますでしょうか。 `pip install`したパッケージはWindows, linuxで問題なく動作しますので疑問に思い、ご質問差し上げました。 もし上記に特別な理由等ございませんでしたら、私のほうでアーキテクチャ依存を外した上で`conda-forge`チャンネル経由で当該パッケージをインストールできるようにさせていただきたいのですが、ご承認いただけませんでしょうか。 ライセンス上不要かと存じますが、念の為ご連絡差し上げました。 お忙しいところ大変恐縮ですが、お返事いただけますと幸いです。 何卒よろしくお願いいたします。
### Expected behavior Should accept `Mapping` as `param_distributions` in `OptunaSearchCV`. A typing of `param_distributions` is `Mapping`; https://github.com/optuna/optuna-integration/blob/8050e122d332923a633def9d434d7adcf58bb14c/optuna_integration/sklearn/sklearn.py#L727 However, if we assign `Mapping` other than `dict` (e.g. `MappingProxyType`), it throws an...
### Expected behavior `cross_val_predict` should accept `OptunaSearchCV` as estimator but fails when scikit-learn >= 1.4.0 due to `validate_params`. https://github.com/scikit-learn/scikit-learn/blob/46b5f541138458803e39f9ce5810878849e4ecf7/sklearn/model_selection/_validation.py#L1035-L1059 ### Environment - Optuna version:3.5.0 - Optuna Integration version:3.5.0 - Python...