The Wayback Machine - https://web.archive.org/web/20220709224317/https://github.com/topics/spark-ml
Skip to content
#

spark-ml

Here are 162 public repositories matching this topic...

vpipkt
vpipkt commented Sep 10, 2020

This code:

val df = spark.read.raster //....
          .select(rf_tile($"red"), rf_extent($"red") as "red_extent", rf_crs($"red") as "red_crs")
          .toLayer(tlm)

Fails with error about column crs as crs not found. Pinpointed this to https://github.com/locationtech/rasterframes/blob/develop/core/src/main/scala/org/locationtech/rasterframes/extensions/RasterJoin.scala#L44

bug good first issue

❄️ 🐳 Awesome tools and libs for AI, Deep Learning, Machine Learning, Computer Vision, Data Science, Data Analytics and Cognitive Computing that are baked in the oven to be Native on Kubernetes and Docker with Python, R, Scala, Java, C#, Go, Julia, C++ etc

  • Updated Sep 19, 2018

Improve this page

Add a description, image, and links to the spark-ml topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the spark-ml topic, visit your repo's landing page and select "manage topics."

Learn more