optuna / optuna-examples

Examples for https://github.com/optuna/optuna
MIT License
634 stars 172 forks source link

Add python 3.11 skimage's version matrix and remove warning for inputs data #177

Closed nzw0301 closed 1 year ago

nzw0301 commented 1 year ago

Motivation

A part of https://github.com/optuna/optuna-examples/issues/164. Since scikit-image 0.2, local_binary_pattern shows a warning message if the images are float values because it internally converts images from int to float.

Description of the changes