dear all this is very much a user-level (not developer) question about sklearn: on the git repository of nilearn this example http://nilearn.github.io/auto_examples/plot_rest_clustering.html performs 3d clustering of a 4d file
if I got this right then the 'nisl' in that example should have been replaced by 'nilearn' as this was the new name for nisl, and after that everything was renamed again to 'nklearn'. is that correct? if it is, even taking these renamings into account does not make the code run successfully. the line from nisl import io,datasets (and also with the updated names from nilearn import io,datasets or from sklearn import io,datasets ) result in the error ImportError: cannot import name io does that mean that none of the versions after nisl provide access to fmri data any more? what would need replacing in the ## load nuy_rest data set ## part of the example? many thanks for your help! with best wishes Alle Meije Wink ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
