Open rudyMcgee opened 5 years ago
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it.
hi @rudyMcgee can the underlying models be exported with PMML (TrainRegressionUtils.createLR/DT/RF/GBT)? If so, you can get the underlying model from FindBestModel (bestModel.getBestModel, see https://github.com/Azure/mmlspark/blob/master/src/main/scala/com/microsoft/ml/spark/automl/FindBestModel.scala#L172) and export it.
how to export pmml?