.. image:: docs/logo_neuropredict.png :width: 150
.. image:: https://img.shields.io/badge/say-thanks-ff69b4.svg :target: https://saythanks.io/to/raamana
Documentation: https://raamana.github.io/neuropredict/
v0.6
, neuropredict now supports regression applications
i.e. predicting continuous targets (in addition to categorical
classes), as well as allow you to regress out covariates /
confounds within the nested-CV (following all the best practices).
Utilizing this feature requires the input datasets be specified in
the pyradigm
data structures: code @ https://github.com/raamana/pyradigm,
docs @ https://raamana.github.io/pyradigm/. Check the changelog below for more details.neuropredict
can handle missing data now (that are encoded with
numpy.NaN
). This is done respecting the cross-validation splits
without any data leakage.On a high level,
.. image:: docs/high_level_flow.png :alt: roleofneuropredict
On a more detailed level,
.. image:: docs/role.png :alt: roleofneuropredict
check ideas <CONTRIBUTING.md>
and the following
guidelines <http://contribution-guide-org.readthedocs.io>
.
Thanks.neuropredict, the tool, is part of a broader initiative described below to develop easy, comprehensive and standardized predictive analysis:
.. image:: docs/neuropredict_long_term_goals.jpg :alt: longtermgoals
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:
CVResults
class for easier management of a wealth of outputs generated in the Classification and Regression workflowsXGBoost
, Decision Trees--print_options
from a previous run.. |logo| image:: docs/logo_neuropredict.png .. |travis| image:: https://travis-ci.org/raamana/neuropredict.svg?branch=master :target: https://travis-ci.org/raamana/neuropredict.svg?branch=master .. |Code Health| image:: https://landscape.io/github/raamana/neuropredict/master/landscape.svg?style=flat :target: https://landscape.io/github/raamana/neuropredict/master .. |Codacy Badge| image:: https://api.codacy.com/project/badge/Grade/501e560b8a424562a1b8f7cd2f3cadfe :target: https://www.codacy.com/app/raamana/neuropredict?utm_source=github.com&utm_medium=referral&utm_content=raamana/neuropredict&utm_campaign=Badge_Grade .. |PyPI version| image:: https://badge.fury.io/py/neuropredict.svg :target: https://badge.fury.io/py/neuropredict .. |Python versions| image:: https://img.shields.io/badge/python-3.5%2C%203.6-blue.svg .. |saythanks| image:: https://img.shields.io/badge/say-thanks-ff69b4.svg :target: https://saythanks.io/to/raamana