Skip to content

Releases: eminSerin/NBS-Predict

NBS-Predict v1.0.0-beta.13

05 Sep 18:22
600557e
Compare
Choose a tag to compare

What's Changed

  • Fix random seed error in newer versions of MATLAB.

Full Changelog: v1.0.0-beta.12_hotfix...v1.0.0-beta.13

NBS-Predict v1.0.0-beta.12_hotfix

21 Apr 17:02
b804e13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-beta.12...v1.0.0-beta.12_hotfix

NBS-Predict v1.0.0-beta.12

03 Apr 13:30
47f9478
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-beta.11...v1.0.0-beta.12

NBS-Predict v1.0.0-beta.11

21 Aug 18:48
3ac1541
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-beta.10-hotfix...v1.0.0-beta.11

NBS-Predict v1.0.0-beta.10_hotfix

27 Jun 15:07
9f5ff60
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-beta.10...v1.0.0-beta.10-hotfix

NBS-Predict v1.0.0-beta.10

19 Jun 19:09
158ae17
Compare
Choose a tag to compare
  • Simplified and refreshed GUI
  • Users can now visualize positive and negative networks and combined networks in regression analyses.
  • KFold used during evaluating subnetwork is set to the one the user defines if it is higher than the defined one.
  • Fix minor issues in the legacy GUI
  • The toolbox will run the legacy GUI if the MATLAB version is old.
  • Solve compatibility issues in the GLM function.
  • Redesign the Analysis Window with AppDesigner.
  • Several bug fixes.

NBS-Predict v1.0.0-beta.9

17 Mar 11:03
46dc954
Compare
Choose a tag to compare
  • Drop Decision Tree Regressor and Classifier to avoid possible incompatibilities with confound regression.
  • Minor tweaks in parallel processing.

NBS-Predict v1.0.0-beta.8

25 Feb 10:58
502688f
Compare
Choose a tag to compare
  • NBS-Predict is now in v1.0.0-beta.8
  • Fix minor bug in feature selection (when confounds are provided in the
    design matrix, but not specified in the contrast vector.).

NBS-Predict v1.0.0-beta.7

23 Feb 11:22
25797b9
Compare
Choose a tag to compare
  • NBS-Predict is now in v1.0.0-beta.7
  • Trained model is now automatically extracted.
  • Add function (NBSPredict_predict) to predict novel data using the trained model.
  • Refactor several functions to make them compatible with the novel data prediction function.
  • The symmetry of the connectivity matrices is now automatically checked.
  • Fix minor GUI issue in the results viewer window.
  • Fix edge weight issue when MAD, MSE, or RMSE is chosen.
  • Users can also provide a directory for holdout data.
  • Refactor load functions to be compatible for loading a single dataset file (NodesxNodesxSubjects).

NBS-Predict v1.0.0-beta.6

10 Jan 10:51
a6185ba
Compare
Choose a tag to compare
  • NBS-Predict is now in v1.0.0-beta.6
  • User can specify the number of CPU cores to use.
  • Fix minor bug in Elastic Net function.
  • Add a progress bar for loading connectivity matrices on the command window.
  • Minor change in loadData function to fasten .csv loading.
  • Add balanced accuracy metric to measure accuracy in imbalanced datasets.
  • Add permutation testing to compare model performance against null distribution.