Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Jan 23, 2024
1 parent 8173184 commit 203d260
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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)
Expand All @@ -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/):
Expand Down

0 comments on commit 203d260

Please sign in to comment.