Closed dzlab closed 4 years ago
This problem occurs when Spark versions used in your project and TransmogrifAI mismatch. Please use Spark 2.3.x with TransmogrifAI 0.6.1.
If you would like to use Spark 2.4.x you would need to pull master branch, compile and publish version 0.7.0-SNAPSHOT locally, i.e. ./gradlew publishToMavenLocal
Thanks for the hint, I will probably build it locally. What's the plan for supporting spark 2.4? is it going to be in a soon future?
Starting next release, which hopefully would happen soon.
TransmogrifAI 0.7.0 now supports Spark 2.4
Describe the bug When training on a binary-classification example, I hit a
java.lang.AbstractMethodError
error when the library code tries to initialize aSplitter
.To Reproduce This is the code I'm using, it's primarily based on the training example of binary classification on Titanic.
Expected behavior Expect the model be trained successfully without crashing.
Logs or screenshots Output logs when trying to run the
main()
function in the example aboveAdditional context Add any other context about the problem here.