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

DatasetLoading sample methods #501

Open
TonyBagnall opened this issue Mar 23, 2021 · 7 comments
Open

DatasetLoading sample methods #501

TonyBagnall opened this issue Mar 23, 2021 · 7 comments

Comments

@TonyBagnall
Copy link
Member

the DatasetLoading methods sampleX seem to fail
image

@TonyBagnall
Copy link
Member Author

they also call a depreciated method for multivariate
image

@james-large
Copy link
Member

Seems fine for me, code snippet?

image

And afaik that's the most up to date mv resampling function for weka instances. Iirc, the one being used is correct and the one without _old was funky/broken in some way. There's the tsinstances resampler of course but that'll wait for the wholesale overhaul

@TonyBagnall
Copy link
Member Author

    Instances[] gp = DatasetLoading.sampleGunPoint(0);

file path problem maybe, too long?
image

@james-large
Copy link
Member

True maybe, 256 char limit iirc on windows. Shouldn't be any permission problems with that location, right?

@TonyBagnall
Copy link
Member Author

hmm, not the string lengths, this works. Seems to be looking for GunPoint.arff not GunPoint_TRAIN.arff?
image

@james-large
Copy link
Member

It goes through the cases describe in the jdoc attached to sampledataset, including _TRAIN/TEST, think you're gonna have to just go through with the debugger and see exactly what it's trying to load etc, can't do it this end since I don't get the error

@TonyBagnall
Copy link
Member Author

its not high priority, I was just trying to do something easy for ML coursework, its probably one drive, its fecking with me today

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants