0.3.11
New Functionality
- Can now perform multi-region and/or searchlight based prediction using
Brain_Data.predict_multi Brain_Data.predictnow support multi-class classification- New interactive plotting based on
nilearnusingBrain_Data.iplot() - plotting functions have been renamed to remove camel case (e.g.
plotBrain->plot_brain) Brain_Data.plotnow integrates old plotting functions in method call using argumentview. Still defaults to axial slices but can optionally display,glass,mni(for ortho slices) orboth- new
distance_correlation,procrustes_distance,jackknife_permutationfunctions innltools.stats expand_mask,collapse_mask,create_spherecan now take custom masksBrain_Data.standarizegains new axis argument
Bug Fixes
- Fixed issue in boolean indexing with ROC forced choice computation
- Fixed edge case bug in
fdr holm_bonfbehaves likefdrnow and fixes incorrect pvalue bugcheck_numpy_square_matrixvalidates properly now- fixed issue in failed arma regression if
statsmodelswas not installed - fixed issue in failed interactive plotting if
ipywidgetswas not installed