Closed rudyMcgee closed 4 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
I am not following, what is the question you are asking?
Is this still relevant? @rudyMcgee
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