sagnik1511 / Tabular-AutoML

Python Auto-ML Package for Tabular Datasets
MIT License
23 stars 13 forks source link

[ Taking different formats as input data {#4}] Load data from different file formats #20

Closed Tihsrah closed 2 years ago

Tihsrah commented 2 years ago

new file formats which are added are: .txt .json .xlsx .sqlite

changes are made on ClassificationDataset in datasets.py

One input is added to get table name from the sqlite in the .sqlite file format

sagnik1511 commented 2 years ago

Thanks, @Tihsrah, happy contributing!!! 🔥

sagnik1511 commented 2 years ago

Issue #4 tagged.