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
(1). #coefficients(:hash) return vector names mapping the coefficients but the type of vector names is not preserved. They are all converted to symbols. This leads to problem in prediction as the new_data has to contain all vector names as symbols.
(1). #coefficients(:hash) return vector names mapping the coefficients but the type of vector names is not preserved. They are all converted to symbols. This leads to problem in prediction as the new_data has to contain all vector names as symbols.
The keys should be of the same type as the names of the vector, i.e. symbol if it's originally a symbol and something else otherwise.
(2). #coefficients(:vector) returns a vector as follow:
I want to talk about two things:
(1).
#coefficients(:hash)
return vector names mapping the coefficients but the type of vector names is not preserved. They are all converted to symbols. This leads to problem in prediction as thenew_data
has to contain all vector names as symbols.(2).
#coefficients(:vector)
returns a vector as follow:The vector is not indexed by vector names which is little inconvenient.
WDYT about these two?
The text was updated successfully, but these errors were encountered: