trying to look at the pca_plot 0
This commit is contained in:
parent
89105b7660
commit
d97b6e141c
Binary file not shown.
Before Width: | Height: | Size: 270 KiB After Width: | Height: | Size: 418 KiB |
@ -1,5 +1,5 @@
|
||||
starting the job at: Tue Sep 2 15:27:43 CDT 2025
|
||||
starting the job at: Tue Sep 2 15:34:49 CDT 2025
|
||||
setting up the environment
|
||||
running the neurobiber labeling script
|
||||
job finished, cleaning up
|
||||
job pau at: Tue Sep 2 15:28:28 CDT 2025
|
||||
job pau at: Tue Sep 2 15:35:35 CDT 2025
|
||||
|
@ -23,7 +23,7 @@ if __name__ == "__main__":
|
||||
|
||||
#first looking at comment_type
|
||||
le = LabelEncoder()
|
||||
colors = le.fit_transform(biber_vec_df['comment_type'])
|
||||
colors = le.fit_transform(biber_vec_df['phase'])
|
||||
|
||||
plt.scatter(biber_vecs_pca[:, 0], biber_vecs_pca[:, 1],
|
||||
c=colors, edgecolor='none', alpha=0.5, cmap="viridis")
|
||||
|
Loading…
Reference in New Issue
Block a user