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

feat: Add a command to list modeltype hyperparameters #37

Merged
merged 4 commits into from
Jun 7, 2023
Merged

Conversation

taewhi
Copy link
Member

@taewhi taewhi commented May 23, 2023

The SHOW HYPERPARAMETERS command has been implemented.
You can see the hyperparameters as follows:

SHOW HYPERPARAMETERS WHERE modeltype_name = 'tablegan';
SHOW HYPERPARAMETERS WHERE modeltype_name LIKE '%gan%';

@taewhi taewhi linked an issue May 23, 2023 that may be closed by this pull request
@taewhi taewhi merged commit 70ad512 into main Jun 7, 2023
1 check passed
@taewhi taewhi deleted the dev/issue-36 branch June 7, 2023 10:20
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

Successfully merging this pull request may close these issues.

Add a command to list modeltype hyperparameters
1 participant