Skip to content

jhosoume/PipelineRecommendation

Repository files navigation

page_AutoML

Don't forget to change configuration for mysql database in config.json inside the root directory.

To create a suitable user, follow these steps

$ mysql -u root -p

$ GRANT ALL PRIVILEGES ON . TO 'username'@'localhost' IDENTIFIED BY 'password';

If it is the first time running the program, the database should be created.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published