Skip to content

Commit c018eaf

Browse files
tdmaarseveentdmaarseveen
authored andcommitted
Added outlier detection and multithreading
1 parent feb8462 commit c018eaf

29 files changed

+13659
-4995
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
example_data/
2-
tsne/
2+
tsne/
3+
poodle/utils/__pycache__/
4+
poodle/__pycache__/
5+
examples/.ipynb_checkpoints/
6+
dummy_data/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ df_meta = pup.getMetaDataPatient(df_cluster, list(df_cluster['pseudoId'].values)
4949
# the model (i.e. maui), metadata, original latent space, modality information and sample data.
5050

5151
# project a new patient and calculate similarity with each cluster
52-
z = pup.getOrientation(maui_model, df_meta, z_existent, d_input, sample, sim_matrix, cluster_label='PhenoGraph_clusters')
52+
z = pup.getOrientation(maui_model, df_meta, z_existent, d_input, sample, cluster_label='PhenoGraph_clusters')
5353

5454
# Collect coordinates of newly added patients
5555
y_pred = pup.classifyPatient(z, path='../example_data/model/labeler/')

examples/.ipynb_checkpoints/projecting_patients-checkpoint.ipynb

Lines changed: 0 additions & 2221 deletions
This file was deleted.

0 commit comments

Comments
 (0)