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

alois_borgognonalois_borgognon MemberPosts:15Contributor II
edited January 2020 inHelp
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
Jasmine_

Answers

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

    Best,
    Martin
    - Head of Data Science Services at RapidMiner -
    Dortmund, Germany
    sgenzer IngoRM Jasmine_
  • alois_borgognonalois_borgognon MemberPosts:15Contributor II
    no, but I have this kind of model


    Jasmine_
  • alois_borgognonalois_borgognon MemberPosts:15Contributor II

    Jasmine_
  • alois_borgognonalois_borgognon MemberPosts:15Contributor II
    你的意思是这样吗?只是为了know, how to be sure it works or in other words how to set-up explain predictions ?
    Jasmine_
  • IngoRMIngoRM Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, Community Manager, RMResearcher, Member, University ProfessorPosts:1,751RM 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
    sgenzer Jasmine_
Sign InorRegisterto comment.