-
Install linux on any computer and open terminal.
-
Create a virtual environment by typing "virtualenv venv".
-
Activate the virtual environment by typing "source venv/bin/activate".
-
Now install the requirements from the requirements file by changing the directory where requirements file is present.
-
Type "pip install -r requirements.txt". This will install the required packages.
-
"main.py" file contains the main code and utils folder contains utility codes such as fuctions.
-
Run the "main.py" file by typing out "python main.py".
-
To change the dataset used, "main.py" file can be edited accordingly. Comment the dataset not required and uncomment the required one.
-
Results will be printed on the terminal itself.
-
Notifications
You must be signed in to change notification settings - Fork 0
karanmitroo/stunning-chainsaw
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A simplified algorithm to cluster mixed-type data(numerical and categorical).
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published