sagnik1511 / Tabular-AutoML

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

[Add new dataset for clustering problems inside datasets folder {#25}] #27

Closed Tihsrah closed 2 years ago

Tihsrah commented 2 years ago

Added Breast Cancer Wisconsin dataset with class Breat_Cancer_Winsconsin in datasets.py (added dataset file to the datasets folder)

sagnik1511 commented 2 years ago

First of all you have to understand how clustering works. Clustering is a method where the target variable is not present, if it is present we can simply label it as classification.

and the 2nd part, you have to update the PR with a single line " This PR fixes issue #25