From 203d260b6014eba4ffcc4745797590a195429a33 Mon Sep 17 00:00:00 2001 From: Villu Ruusmann Date: Tue, 23 Jan 2024 14:23:21 +0200 Subject: [PATCH] Updated documentation --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d792ef6..581b497 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,9 @@ JPMML-XGBoost [![Build Status](https://github.com/jpmml/jpmml-xgboost/workflows/ Java library and command-line application for converting [XGBoost](https://github.com/dmlc/xgboost) models to PMML. -# Prerequisites # - -* Java 1.8 or newer. - # Features # -Supports all XGBoost versions 0.4 through 1.7(.2). +Supports all XGBoost versions 0.4 through 2.0(.3). * Functionality: * Model data formats: @@ -19,6 +15,9 @@ Supports all XGBoost versions 0.4 through 1.7(.2). * Gradient boosters: * GBTree * DART + * Target cardinality: + * Single-target + * One-Model-Per-Target (OMPT)-style Multi-target * Feature maps * Split types: * Numeric (XGBoost 0.4 and newer) @@ -40,6 +39,14 @@ Supports all XGBoost versions 0.4 through 1.7(.2). * Complete test coverage. * Fully compliant with [JPMML-Evaluator](https://github.com/jpmml/jpmml-evaluator) and [JPMML-Transpiler](https://github.com/jpmml/jpmml-transpiler) libraries +# News and Updates # + +See the [NEWS.md](https://github.com/jpmml/jpmml-xgboost/blob/master/NEWS.md#182) file. + +# Prerequisites # + +* Java 1.8 or newer. + # Installation # Enter the project root directory and build using [Apache Maven](https://maven.apache.org/):