Skip to content

Commit

Permalink
Relaxed method parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Aug 4, 2024
1 parent 30e9065 commit 2622ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pmml-lightgbm/src/main/java/org/jpmml/lightgbm/GBDT.java
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public void load(List<Section> sections){
}
}

public Schema encodeSchema(String targetName, List<String> targetCategories, LightGBMEncoder encoder){
public Schema encodeSchema(String targetName, List<String> targetCategories, ModelEncoder encoder){
ObjectiveFunction object_function_ = getObjectiveFunction();
if(object_function_ == null){
throw new IllegalStateException();
Expand Down

0 comments on commit 2622ed2

Please sign in to comment.