Using scala spark to train models for kaggle competition.
- sbt
- spark 2.4.5
- make
make build
After build, it should have a jar file in the target/scala-2.11
make submit
After submit, the prediction csv file will in /tmp/submit
If we want to try to make the model more accurate, there is a easy way which is add more hyperparameters in the search space.