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 393 forks source link

how to use Weak type??? #439

Closed rudyMcgee closed 4 years ago

rudyMcgee commented 5 years ago

Recently I am building machine learning platform, I want to use TransmogrifAI for automl, but the data type is uncertain, like this code:

val passengersData = DataReaders.Simple.csvCase[???](path = pathToData).readDataset().toDF()

"???" maybe case class , RealNN,or Text, so I can't use strong type,

pls help me, ty

tovbinm commented 5 years ago

I am not following, what is the question you are asking?

tovbinm commented 4 years ago

Is this still relevant? @rudyMcgee