LMZimmer / Auto-PyTorch_refactor

Apache License 2.0
0 stars 2 forks source link

Tabular classification can only accept DataFrame objects #58

Open franchuterivera opened 3 years ago

franchuterivera commented 3 years ago

When providing a numpy array object, we face the problem:

The solution is to create a transformation for the tabular data loader that expand dimensions if the input is 1D via np.expandim.