Skip to content

Commit

Permalink
fix title on spark java/ python run dmeo
Browse files Browse the repository at this point in the history
  • Loading branch information
yennanliu committed Dec 28, 2018
1 parent aef72cd commit 5e23b0a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions spark_/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Run the model again with Spark Mlib via Java/Scala/Python
## Run the model again with Spark Mlib via Java/Scala/Python



## Demo
## Demo (Run via Spark Java)

```bash

Expand All @@ -14,8 +14,6 @@ $ java -classpath ".:/Users/$USER/spark/jars/*" train_spark_RF





# ------------------ output ------------------
....

Expand Down Expand Up @@ -1510,6 +1508,8 @@ accuracy: 4845.3933640859
```
## Demo (Run via Spark Python)
```bash

Expand Down Expand Up @@ -1592,4 +1592,5 @@ only showing top 30 rows
====================================================================================================


```
```

0 comments on commit 5e23b0a

Please sign in to comment.