Ritam-Guha / Py_FS

A Python Package for Feature Selection
MIT License
57 stars 38 forks source link

New dataset contribution #37

Open ttamvn opened 6 months ago

ttamvn commented 6 months ago

Hi, I want to contribute a dataset to run for Wrapper based PSO algorithm. How to do it? Link to Kaggle dataset: https://www.kaggle.com/datasets/vunguyenthanhtam/spectra-nirs-mango-dataset?select=MSC+BLC+Spectra+data.csv thanks!

Ritz160198 commented 4 months ago

Hi, you can easily plugin any classification dataset to the module, just by running the PSO against the dataset. Please refer to the Py_FS demonstration at: https://colab.research.google.com/drive/1PafNTmVgWv9Qz6j7bI41XqPT6CCCIb1T?usp=sharing. You just need to change the dataset over here.