A GUI application to perform tasks such as data cleaning, data engineering and machine learning without writing any code. It is a data prototyping tool for students and researchers to do prelimnary analysis of their dataset.
- Data Imports in CSV, JSON, XLSX and HTML format.
- Null Values imputation with Fill Forward, Fill Backward, Fill Median, Fill Mean and Drop.
- Preprocessors like Label Encoding, Normalizer and Standardizer.
- Horizontal and Vertical Joins of Dataset
- Visualizations like Line Chart, Bar Chart, Pie Chart and Histogram.
- View dataset as a table.
- Regression Algorithms supported: Linear Regression, Support Vector Machine (SVM), Decision Trees, Random Forest and K-Nearest Neighbors (KNN).
- Classification Algorithms supported: Logistic Regression, Support Vector Machine (SVM), Decision Trees, Random Forest and K-Nearest Neighbors (KNN).
- Data Exports in CSV, JSON, XLSX and HTML format.
- Python
- Django
- Dash
- Plot.ly
- Pandas
- Scikit-learn
- Bootstrap
- HTML
- CSS
- JS
NOTE: Use powershell on Windows for this setup.
- Install Docker
- Change directory for datawiz.
cd datawiz/
- Add executable permissions for executor.sh.
chmod +x ./executor.sh
- Execute
./executor.sh