-
Notifications
You must be signed in to change notification settings - Fork 36
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
Help needed with getting MLPlan running #273
Comments
Hi @Perevalov , In gradle you need to declare the repositories artifacts can be pulled from like this:
or in maven like this:
Can you please make sure that all necessary repositories are availble to your build? |
Hi @mwever, thanks, it builds now. I will proceed with exploring the framework. Do you have any projects/code examples apart from the https://starlibs.github.io/AILibs/projects/mlplan/? |
Yes, actually almost every sub-project has a source folder for examples. In particular the sub-projects for ML-Plan variants (sklear, WEKA, MEKA, etc.) do come with different examples. Structurally they are almost identical as only a builder is instantiated and then ML-Plan is configured via the builder, and eventually ML-Plan is called to return a pipeline. You will also find some examples providing a graphical interface to oberserve the progress of the search. |
I tried to create a simple Java Maven project in IntelliJ Idea and added the following dependency to the
pom.xml
,however, when trying to run the project, the following error arises:
Could you give any guidance on how to proceed further?
I'm using Java 17.0.6 and Maven 3.8.8
The text was updated successfully, but these errors were encountered: