Replies: 1 comment
-
Hi @JPico6. I hope it can still help you. Well I created a simple example with the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetings. Can you offer guidance on properly using the soft_predict method? I apologize if I missed something obvious. The output preds is always just the base rates, so in the case of 3 clusters, .333, .333, .333
X = np.array of dimension 80,000 x 140
Out[60]: array([[0.33333334, 0.33333333, 0.33333333],
[0.33333333, 0.33333333, 0.33333333],
[0.33333334, 0.33333333, 0.33333333],
...,
[0.33333334, 0.33333333, 0.33333332],
[0.33333333, 0.33333333, 0.33333333],
[0.33333334, 0.33333333, 0.33333333]])
Beta Was this translation helpful? Give feedback.
All reactions