Skip to content

jbencook/SparkGP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SparkGP

Using a Gaussian Process over large data to predict weather at county centroids.

To build:

sbt package

To run:

$SPARK_HOME/bin/spark-submit --class SparkGP --master local[*] target/scala-2.10/sparkgp_2.10-1.0.jar </path/to/ushcn/directory> <data element> <yyyy-mm-dd>

About

Gaussian Process for large weather data in Spark

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages