Skip to content

Instantly share code, notes, and snippets.

@rikturr
Created July 21, 2020 14:38
Show Gist options
  • Save rikturr/713753ccea60976cb895251603cf3a4b to your computer and use it in GitHub Desktop.
Save rikturr/713753ccea60976cb895251603cf3a4b to your computer and use it in GitHub Desktop.
spark run grid
fitted = crossval.fit(taxi)
print(np.min(results.avgMetrics)) # min because metric is RMSE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment