Re: [scikit-learn] laoding multi-targets

2017-10-26 Thread Bruno Lustosa
Maybe u need use a np.loadtxt and to specify the columns. Try use ‘usecol’ into this task file1=np.loadtxt(path, usecol=(1,2)) file2=np.loadtxt(parh,usecol=(1,2)) I hope help u! Att, = Prof. Bruno Lustosa de Moura Instituto Federal do R. G. do Norte IFRN - Campus Natal

[scikit-learn] laoding multi-targets

2017-10-26 Thread Luigi Lomasto
Hi, I'm writing to ask a question. Can I load a dataset multilabels with load_files function? For example, I have a dataset like this: folder folder1 txt1 txt2 folder2