catboost / catboost

A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification, regression and other machine learning tasks for Python, R, Java, C++. Supports computation on CPU and GPU.
https://catboost.ai
Apache License 2.0
7.87k stars 1.16k forks source link

ai.catboost.spark.CatBoostClassificationModel overrides final method transformImpl #2688

Open fkjslee opened 3 weeks ago

fkjslee commented 3 weeks ago

Problem: Exceptioin: ai.catboost.spark.CatBoostClassificationModel overrides final method transformImpl catboost version: catboost-spark_3.2_2.13. version: 1.2.5 Operating System: macos CPU:Apple M2 Pro GPU: image

fkjslee commented 3 weeks ago

more info: the error said: "CatBoostClassificationModel overrides final method transformImpl", however, I can't find "transformImpl" image