An open API service indexing awesome lists of open source software.

https://github.com/prateek/cantor


https://github.com/prateek/cantor

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

Cantor
======

Sample implementation of a `org.apache.spark.ml.Transformer` for feature selection.

See [FeatureSelectorExample.scala] for an example of how to use the [ParamGridBuilder] to generate models
for different combinations of features.

[ParamGridBuilder]: https://spark.apache.org/docs/latest/api/scala/index.html#org.apache.spark.ml.tuning.ParamGridBuilder
[FeatureSelectorExample.scala]: src/main/scala/com/cloudera/cantor/FeatureSelectorExample.scala