Skip to content

Easy and comprehensive assessment of predictive power, with support for neuroimaging features

License

Notifications You must be signed in to change notification settings

raamana/neuropredict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 21, 2024
ba662ec · Mar 21, 2024
Jun 4, 2020
Jun 2, 2020
Nov 10, 2023
Nov 25, 2019
Sep 30, 2017
Oct 1, 2017
Jun 2, 2020
Jul 12, 2019
Nov 6, 2017
Oct 19, 2017
Jun 7, 2020
Mar 21, 2024
Mar 6, 2017
Sep 30, 2017
Oct 10, 2017
Apr 11, 2023
Mar 29, 2023
Mar 29, 2023
Mar 23, 2023

Repository files navigation

docs/logo_neuropredict.png

Documentation: https://raamana.github.io/neuropredict/

News

Older news

  • neuropredict can handle missing data now (that are encoded with numpy.NaN). This is done respecting the cross-validation splits without any data leakage.

Overview

On a high level,

roleofneuropredict

On a more detailed level,

roleofneuropredict

Long term goals

neuropredict, the tool, is part of a broader initiative described below to develop easy, comprehensive and standardized predictive analysis:

longtermgoals

Citation

If neuropredict helped you in your research in one way or another, please consider citing one or more of the following, which were essential building blocks of neuropredict:

Change Log - version 0.6

  • Major feature: Ability to predict continuous variables (regression)
  • Major feature: Ability to handle confounds (regress them out, augmenting etc)
  • Redesigned the internal structure for easier extensibility
  • New CVResults class for easier management of a wealth of outputs generated in the Classification and Regression workflows
  • API access is refreshed and easier

Change Log - version 0.5.2

  • Imputation of missing values
  • Additional classifiers such as XGBoost, Decision Trees
  • Better internal code structure
  • Lot more tests
  • More precise tests, as we vary number of classes wildly in test suites
  • several bug fixes and enhancements
  • More cmd line options such as --print_options from a previous run