Skip to content

Commit

Permalink
update model file links and readme for model_analysis and post_analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
shuo-zhou committed Sep 2, 2024
1 parent c549958 commit 7b6f89c
Show file tree
Hide file tree
Showing 52 changed files with 87,805 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*.pt
*.pyc
*.sh
*.svg
#*.svg
*.xml
configs/*.yaml
*.zip
Expand All @@ -27,7 +27,7 @@ __pycache__
**.ipynb_checkpoints/
nilearn_cache/
.pytest_cache
model_analysis/figures/
#model_analysis/figures/
model_analysis/first-order/
model_analysis/second-order/
semistats/estimator/_code.py
Expand Down
4 changes: 4 additions & 0 deletions model_analysis/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Statistical analysis on 1st and 2nd-order coefficients

Sample first-order (.pt) and second-order (.joblib) model files are available on Hugging Face Model Hub: [https://huggingface.co/shuo-zhou/brain_network_lateralization](https://huggingface.co/shuo-zhou/brain_network_lateralization), DOI: [10.57967/hf/2996](https://doi.org/10.57967/hf/2996).

Each `.mat` file contains the mean and standard deviation of coefficients for a group (1000) of model.

**Naming:** `L` denotes the $\lambda$, and `G` denotes the subjects' gender (0 for male and 1 for female) of the subset used for training.
Expand All @@ -16,3 +18,5 @@ The models were trained to classify two group of models.

- mean and standard deviation of models (logistic regression)to classify models trained respectively on males and females, both with $\lambda=2$
- "L2G0" was labelled as class 1 and "L2G1" was labelled as class 0

The output figures are available in the [figures](./figures) folder.
Loading

0 comments on commit 7b6f89c

Please sign in to comment.