https://github.com/prateek/cantor
https://github.com/prateek/cantor
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prateek/cantor
- Owner: prateek
- Created: 2015-07-10T07:42:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-10T16:57:21.000Z (almost 11 years ago)
- Last Synced: 2025-01-09T08:41:26.656Z (over 1 year ago)
- Language: Scala
- Size: 195 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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