Replies: 1 comment
-
|
With the new scikit-learn based |
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
Uh oh!
There was an error while loading. Please reload this page.
-
This discussion board is for new testing and performance ideas.
System.fit()andSystem.predict(). How do these functions scale memory-wise with increasing number of samples, input dimensions, and the size of field quantities?activate_index()? How good is the imputer with the default linear regression settings and should we worry about improving it?to_model_datasetandto_surrogate_datasetinsideComponent.predictwhenhas_surrogate=False. This may needlessly degrade accuracy for an analytical prediction of a field quantity.Variableproperties/methods like nominal, sample, distribution, and norm behave for field quantities. The only well-defined behavior is returning a list of domains for latent coefficients, but all the otherVariablemethods are primarily intended for scalars. So what happens when someone tries to use them for a field quantity? For example, what is the PDF of a field quantity? These cases should be tested and better defined.Beta Was this translation helpful? Give feedback.
All reactions