You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
taken from em_rvm.py is responsible for "nonsense" values in self.relevance_vectors_. This happens when keep_alpha is [True, False, ..., False]. Unfortunately, variables like "alpha" or other Greek letters don't help me understand why the values are the way they are, so I have to leave this report in the state that it is. The bottom line: the particular value of self.alpha_, when it's causing creation of zero-size self.relevance_vectors_ should be treated exceptionally. It's either an error (Why?) or, if not an error, then it should be made to do something sensible.
The text was updated successfully, but these errors were encountered:
Sorry, I'm far from machine learning, just helping a friend to figure out problems with the code left by someone else.
After some debugging, I found that:
taken from
em_rvm.py
is responsible for "nonsense" values inself.relevance_vectors_
. This happens when keep_alpha is[True, False, ..., False]
. Unfortunately, variables like "alpha" or other Greek letters don't help me understand why the values are the way they are, so I have to leave this report in the state that it is. The bottom line: the particular value ofself.alpha_
, when it's causing creation of zero-sizeself.relevance_vectors_
should be treated exceptionally. It's either an error (Why?) or, if not an error, then it should be made to do something sensible.The text was updated successfully, but these errors were encountered: