m3dev / gokart

Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning Pipeline.
https://gokart.readthedocs.io/en/latest/
MIT License
305 stars 57 forks source link

Delete warning #288

Closed kitagry closed 2 years ago

kitagry commented 2 years ago

I got the following warning message, and I fixed it.

/usr/local/lib/python3.9/site-packages/gokart/task.py:267: FutureWarning: Passing a set as an indexer is deprecated and will raise in a future version. Use a list instead.
data = data[required_columns]