salesforce / TransmogrifAI

TransmogrifAI (pronounced trăns-mŏgˈrə-fī) is an AutoML library for building modular, reusable, strongly typed machine learning workflows on Apache Spark with minimal hand-tuning
https://transmogrif.ai
BSD 3-Clause "New" or "Revised" License
2.24k stars 392 forks source link

demo in java language #480

Closed wangyu4882 closed 4 years ago

wangyu4882 commented 4 years ago

Hi,

I want to use TransmogrifAI in JAVA env, and I found so hard to translate scala examples to java.

Can anybody provide some demos for use TransmogrifAI with java ?

tovbinm commented 4 years ago

Invoking TransmogrifAI from Java would be very difficult, due to various Scala only language features we rely on. For example TypeTags or Macros. I would not recommend to go into that direction and use it with Scala as designed.