LMZimmer / Auto-PyTorch_refactor

Apache License 2.0
0 stars 2 forks source link

Add a check that makes sure a numpy only dataset works #20

Closed franchuterivera closed 3 years ago

franchuterivera commented 3 years ago

Today, some part of the pipeline assume that the input will be pandas. Do we want to support numpy only dataset?

If so, we should correct the tabular transformer which fails when we input numpy only data

LMZimmer commented 3 years ago

This has evolved into #45 by now