io.github.metarank.lightgbm4j.LGBMException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lightgbm4j Show documentation
Show all versions of lightgbm4j Show documentation
A high-level wrapper for LightGBM toolkit
package io.github.metarank.lightgbm4j;
public class LGBMException extends Exception {
public LGBMException(String message) {
super(message);
}
}