This repository was archived by the owner on May 12, 2021. It is now read-only.
File tree 4 files changed +12
-5
lines changed
4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Documentation
4
4
5
- Please refer to http://predictionio.incubator.apache.org/templates/classification/quickstart/
5
+ Please refer to
6
+ http://predictionio.incubator.apache.org/templates/classification/quickstart/
6
7
7
8
## Versions
8
9
10
+ ### v0.12.0-incubating
11
+
12
+ - Bump version number to track PredictionIO version
13
+ - Sets default build targets according to PredictionIO
14
+ - Fix use of case class
15
+
9
16
### v0.11.0-incubating
10
17
11
18
- Bump version number to track PredictionIO version
Original file line number Diff line number Diff line change 1
1
name := " template-scala-parallel-classification"
2
+
2
3
scalaVersion := " 2.11.8"
3
4
libraryDependencies ++= Seq (
4
- " org.apache.predictionio" %% " apache-predictionio-core" % " 0.11.0-incubating" % " provided" ,
5
- " org.apache.spark" %% " spark-core" % " 2.1.1" % " provided" ,
5
+ " org.apache.predictionio" %% " apache-predictionio-core" % " 0.12.0-incubating" % " provided" ,
6
6
" org.apache.spark" %% " spark-mllib" % " 2.1.1" % " provided" )
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" com.eed3si9n" % " sbt-assembly" % " 0.14.4 " )
1
+ addSbtPlugin(" com.eed3si9n" % " sbt-assembly" % " 0.14.5 " )
Original file line number Diff line number Diff line change 1
- sbt.version =0.13.15
1
+ sbt.version =0.13.16
You can’t perform that action at this time.
0 commit comments