Robert Fox

Results 2 issues of Robert Fox

**What is your question?** Try to be accurate and concise. **If you're having trouble with your code or grammar** Provide a small script that encapsulates your issue. Explain what you're...

enhancement
question

`exp.data_prepare(target='target', task_type='Classification', test_ratio=0.2, random_state=0)` gave me this error: ``` --------------------------------------------------------------------------- TypeError Traceback (most recent call last) [](https://localhost:8080/#) in () ----> 1 exp.data_prepare(target='target', task_type='Classification', test_ratio=0.2, random_state=0) 10 frames /usr/local/lib/python3.10/dist-packages/piml/api.cpython-310-x86_64-linux-gnu.so in piml.api.Experiment.data_prepare()...