The-Japan-DataScientist-Society / 100knocks-preprocess

データサイエンス100本ノック(構造化データ加工編)
Other
2.35k stars 393 forks source link

step_downsample() was deprecated #100

Closed massongit closed 3 years ago

massongit commented 3 years ago

https://github.com/The-Japan-DataScientist-Society/100knocks-preprocess/runs/3803417716?check_suite_focus=true

Error: `step_downsample()` was deprecated in recipes 0.1.13 and is now defunct.
Please use `themis::step_downsample()` instead.

step_downsample() の代わりに themis::step_downsample() を使用する必要があるとのこと。

massongit commented 3 years ago

https://github.com/The-Japan-DataScientist-Society/100knocks-preprocess/pull/101 で対応していただいたのでclose。