Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting regression data returns _check_X() argument error #430

Closed
orishko-py opened this issue Mar 18, 2022 · 2 comments
Closed

getting regression data returns _check_X() argument error #430

orishko-py opened this issue Mar 18, 2022 · 2 comments
Labels
bug Something isn't working question Further information is requested

Comments

@orishko-py
Copy link

With regards to issue closed 2 weeks ago: #415

from tsai.all import *
X_train, y_train, X_test, y_test = get_regression_data('AppliancesEnergy')

returns _check_X() got an unexpected keyword argument 'coerce_to_numpy'
tsai version 0.3.0 @oguiza
my_setup() output is:

os : Linux-5.4.144+-x86_64-with-Ubuntu-18.04-bionic
python : 3.7.12
tsai : 0.3.0
fastai : 2.5.3
fastcore : 1.3.29
torch : 1.10.0+cu111
n_cpus : 2
device : cpu

@oguiza
Copy link
Contributor

oguiza commented Mar 18, 2022

Hi @orishko-py,
That's a bug in version 0.3.0. I've already fixed it in the GitHub version (which will eventually become 0.3.1 in pip).
Since this is not available today in pip, you may be able to install tsai using:

pip install git+https://github.com/timeseriesAI/tsai.git

@oguiza oguiza added bug Something isn't working question Further information is requested labels Mar 18, 2022
@oguiza
Copy link
Contributor

oguiza commented Apr 20, 2022

I’ll close this issue since tsai 0.3.1 has been released.

@oguiza oguiza closed this as completed Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants