Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

Predictive Clinical Neuroscience Toolkit

Predictive Clinical Neuroscience software toolkit (formerly nispat).

A Python package for normative modelling, spatial statistics and pattern recognition.

IMPORTANT

Deprecation warning

This is PCNtoolkit version 1.X.X, released originally in June 2025. Any scripts, models, and results created with version 0.X.X are not compatible with this and future versions of the toolkit.

To use the models created with versions 0.35 and earlier, please install the appropriate version using pip install pcntoolkit==0.35, or replace 0.35 with your desired version. The old version of the toolbox is also still available on GitHub.

Installation

pip install pcntoolkit

Documentation

See the documentation for more details.

Documentation for the earlier version of the toolbox is available here

Example usage

from pcntoolkit import {load_fcon, BLR, NormativeModel} fcon1000 = load_fcon() train, test = fcon1000.train_test_split() # Create a BLR model with heteroskedastic noise model = NormativeModel(BLR(heteroskedastic=True), inscaler='standardize', outscaler='standardize') model.fit_predict(train, test)

关于 About

Toolbox for normative modelling of neuroimaging and clinical data

语言 Languages

Python100.0%
Makefile0.0%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
274
Total Commits
峰值: 38次/周
Less
More

核心贡献者 Contributors