salesforce/TransmogrifAI

how to use Weak type???

rudyMcgee opened this issue · 2 comments

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

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

Is this still relevant? @rudyMcgee