Giter VIP home page Giter VIP logo

py_fs's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

py_fs's Issues

cannot import name 'plot_confusion_matrix'

from Py_FS.evaluation import evaluate

gives the following error

"cannot import name 'plot_confusion_matrix' from 'sklearn.metrics' (/Desktop/Aurora/tesi/41.tesi_2023/venv3/lib/python3.8/site-packages/sklearn/metrics/init.py)"

Number of Features

Hi Guha
I want to use wrapper feature selection methods. My data consists of 200 features and I want to select the best 20 features. Is it available to select the max feature number in your code?

Regarding Filter method

Hello There,
I am a bit new to all these python things but thanks to your wonderful code I am getting a bit of confidence.
I tried to use Filter method Pearson Correlation Coefficient. Got feature ranks and all.
But I couldn't understand how to prepare my dataset with the selected best features.
If you could please guide.

Apply Py_FS for regression problems

Hi there,

Many thanks to your great work :-) I am wondering about the potential use of the Py_FS for any regression problems?

We work in the main theme of ecology remote sensing and most of the contents are for regression problems. So, it would be great if we have a chance to use your codes with our data.

Thang

Metrics Related

The default weights for evaluation is set at micro if this can be customised according to user inputs by adding an argument, it would have been much better

Make test size a keyword argument

In many of the algorithms, something similar to the below line has been used to split the data into two partitions.

train_test_split(train_data, train_label, stratify=train_label, test_size=0.2)

I am suggesting, instead of keeping the test_size parameter fixed to 0.2, a keyword argument can be added with a default value of 0.2. This would allow users to pass in custom values if they want while keeping a suitable default value.

Note: Please close this issue if I am mistaken.

Unable to use SCC or PCC

from Py_FS.filter import SCC
fs=SCC(x.values,target)
print(fs.scores)

Above code shows 'None'. Is there anything that needs to change? How to calculate the score for either SCC or PCC?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.