Update README.md
Browse files
README.md
CHANGED
|
@@ -14,4 +14,6 @@ The parameters for that function are in `parameters.toml`.
|
|
| 14 |
`synapse_hks_model.joblib` takes in the 32 HKS features generated by that pipeline, as well as a column of the distance from each point to the postsynaptic nucleus.
|
| 15 |
The model outputs predictions for {"spine", "shaft", "soma"} targets. This is the model used in the paper.
|
| 16 |
|
| 17 |
-
`simple_hks_model.joblib` uses only the HKS features and outputs {"spine", "not_spine"} labels.
|
|
|
|
|
|
|
|
|
| 14 |
`synapse_hks_model.joblib` takes in the 32 HKS features generated by that pipeline, as well as a column of the distance from each point to the postsynaptic nucleus.
|
| 15 |
The model outputs predictions for {"spine", "shaft", "soma"} targets. This is the model used in the paper.
|
| 16 |
|
| 17 |
+
`simple_hks_model.joblib` uses only the HKS features and outputs {"spine", "not_spine"} labels.
|
| 18 |
+
|
| 19 |
+
Please see the paper above for much more detail on the performance of the classifier and its application. Questions and comments are more than welcome: ben.pedigo@alleninstitute.org.
|