GithubHelp home page GithubHelp logo

Comments (4)

PAUL-BERNARD avatar PAUL-BERNARD commented on June 22, 2024

Hello πŸ‘‹
We are missing information here. What's your task, what kind of variable are you talking about ? What do you mean by "best way" ? What do you mean by important ?

If you want to optimize the input scaling of each feature, you can start a hyper-parameter search on the scaling of all your input features.
You can specify the input scaling of each feature like so:
input_scaling = [feature1_scaling, feature2_scaling, ...]
And then you can use an hyper-parameter optimization algorithm on the (feature1_scaling, feature2_scaling, ...) tuple.

Let us know if that helps, or if you have a different problem.

from reservoirpy.

FuzzyWuzzyIsABear avatar FuzzyWuzzyIsABear commented on June 22, 2024

What I mean is that how do I get a rank list of the most and least influential variables of a model? Say you input 10 variables I wanted to know which ones were more important than others.

from reservoirpy.

FuzzyWuzzyIsABear avatar FuzzyWuzzyIsABear commented on June 22, 2024

Sorry accidentally closed the issue.

from reservoirpy.

PAUL-BERNARD avatar PAUL-BERNARD commented on June 22, 2024

Sorry I had an issue opened but I accidentally closed it. So with many other AI techniques like transformers you have the ability to see which variables contribute the most to the ai model results. I was wondering if reservoirpy had a way of finding out how influential each input variable is.

this website below explains it more.

Feature importance

The feature permutation method proposed in the webpage you linked should work with an echo state network, as with any model.

Beyond this and optimizing your input scaling for each feature as hyper-parameters, there have been some research on the echo state network specifically, such as ESNigma, which are things I would like to have in ReservoirPy, but for now, you would have to re-implement the algorithm by hand.

from reservoirpy.

Related Issues (20)

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.