SparkCTR icon indicating copy to clipboard operation
SparkCTR copied to clipboard

GBTLRclassifier 找不到 DefaultParamsReader Instrumentation这几个类

Open ForgetThatNight opened this issue 4 years ago • 0 comments

val instr = Instrumentation.create(this, oldDataset) instr.logParams(params: _*) instr.logNumFeatures(numFeatures) instr.logNumClasses(2) spark 2.3.2,官方文档地址:http://spark.apache.org/docs/2.3.2/api/scala/index.html,并没有这几个类可以用

ForgetThatNight avatar Sep 03 '21 07:09 ForgetThatNight