Intelligent System for Automatic Selection of Machine Learning Algorithms in the Social Sciences
This tool was developed within the SIMON project (Intelligent System for Automatic Selection of Machine Learning Algorithms in the Social Sciences), funded by the Croatian Science Foundation (HRZZ) and conducted at the Faculty of Organization and Informatics, University of Zagreb, within the LOUISE laboratory.
Sorry, the dataset is too large for analysis. Please try with a smaller dataset.
Important: Select only a categorical target column. Using a continuous/numeric target (e.g. revenue, score) may result in extremely long processing times and a server disconnection.
Starting analysis…
How to run this script
- Make sure Python is installed - get it at python.org if not.
-
Install dependencies once by opening your
terminal and running:
pip install scikit-learn pandas -
Place the downloaded
script.pyin the same folder asyour_dataset.csv, then run:
python
script.py
python3
script.py
⚠ The dataset file must be in the same folder as the script, otherwise you will get a “file not found” error.