Skip to content

Commit

Permalink
Tabular (#550)
Browse files Browse the repository at this point in the history
* remove tabular

* remove dependency

* bug fix
  • Loading branch information
haifeng-jin committed Feb 23, 2019
1 parent 4ddd568 commit 5d0d168
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 818 deletions.
4 changes: 0 additions & 4 deletions autokeras/__init__.py
@@ -1,7 +1,3 @@
from autokeras.image.image_supervised import ImageClassifier, ImageRegressor, PortableImageSupervised
from autokeras.text.text_supervised import TextClassifier
from autokeras.net_module import CnnModule, MlpModule
try:
from autokeras.tabular.tabular_supervised import TabularClassifier, TabularRegressor
except OSError:
print('You need to "brew install libomp".')
Empty file removed autokeras/tabular/__init__.py
Empty file.
344 changes: 0 additions & 344 deletions autokeras/tabular/tabular_preprocessor.py

This file was deleted.

0 comments on commit 5d0d168

Please sign in to comment.