The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

How to know which attribute (or which is the most important) has the most weight in a neural network

alois_borgognonalois_borgognon Member Posts: 15 Contributor II
edited January 2020 in Help
Hello,

I need to know which attributes are the most important (the most influence/impact on the model) for a price prediction in a neural network model.

I wondered how we could find this.

Thanks a lot for your help !

Aloïs

Answers

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data Scientist
    Hi,
    Did you check Explain Prediction operator?

    Best,
    Martin
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
  • alois_borgognonalois_borgognon Member Posts: 15 Contributor II
    no, but I have this kind of model


  • alois_borgognonalois_borgognon Member Posts: 15 Contributor II

  • alois_borgognonalois_borgognon Member Posts: 15 Contributor II
    You mean Like this ? Just to know, how to be sure it works or in other words how to set-up explain predictions ?
  • IngoRMIngoRM Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, Community Manager, RMResearcher, Member, University Professor Posts: 1,751 RM Founder
    Almost, you do not need to apply the model on an extra data set.  In fact, you should provide the original training data of the model to the "tra" port, the model to the "mod" port and a labeled test data set to the "tes" port.
    Hope this helps,
    Ingo
Sign In or Register to comment.