pmml-sklearn-lightgbm
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.jpmml</groupId> <artifactId>pmml-sklearn-lightgbm</artifactId> <version>1.9.7</version> </dependency>
<?xml version="1.0" ?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.jpmml</groupId> <artifactId>jpmml-sklearn</artifactId> <version>1.9.7</version> </parent> <groupId>org.jpmml</groupId> <artifactId>pmml-sklearn-lightgbm</artifactId> <packaging>jar</packaging> <name>JPMML SkLearn LightGBM converter</name> <description>JPMML Scikit-Learn LightGBM to PMML converter</description> <licenses> <license> <name>GNU Affero General Public License (AGPL) version 3.0</name> <url>http://www.gnu.org/licenses/agpl-3.0.html</url> <distribution>repo</distribution> </license> </licenses> <dependencies> <dependency> <groupId>org.jpmml</groupId> <artifactId>pmml-sklearn</artifactId> </dependency> <dependency> <groupId>org.jpmml</groupId> <artifactId>pmml-evaluator-testing</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.jpmml</groupId> <artifactId>pmml-lightgbm</artifactId> </dependency> </dependencies> </project>