how to use Weak type???
rudyMcgee opened this issue · 2 comments
rudyMcgee commented
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
I am not following, what is the question you are asking?
tovbinm commented
Is this still relevant? @rudyMcgee