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
I'm trying to use VW (which is really nice to see from mmlspark!) and setting parameters is somewhat confusing, as some arguments can be set as a builder pattern (setNumPasses and setNumBits) while some should set via setArgs.
It would be nice to be able to use setArgs for all parameters. Then, if I set the same parameter via both the builder and setArgs, I will expect one (maybe builder pattern because I explicitly called) override the other.
The text was updated successfully, but these errors were encountered:
I'm trying to use VW (which is really nice to see from mmlspark!) and setting parameters is somewhat confusing, as some arguments can be set as a builder pattern (
setNumPasses
andsetNumBits
) while some should set viasetArgs
.It would be nice to be able to use setArgs for all parameters. Then, if I set the same parameter via both the builder and setArgs, I will expect one (maybe builder pattern because I explicitly called) override the other.
The text was updated successfully, but these errors were encountered: