Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

will the MERF select best model based on validation set? #60

Open
baiyang4 opened this issue Jun 1, 2021 · 0 comments
Open

will the MERF select best model based on validation set? #60

baiyang4 opened this issue Jun 1, 2021 · 0 comments

Comments

@baiyang4
Copy link

baiyang4 commented Jun 1, 2021

mrf.fit(X_train, Z_train, clusters_train, y_train, X_val, Z_val, clusters_val, y_val)
y_hat_known = mrf.predict(X_known, Z_known, clusters_known)

is the mrf model the best performance model based on X_val, Z_val, clusters_val, y_val?

BW,
Yang

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant