ALL FEATURE REQUESTS HERE ARE MONITORED BY OUR PRODUCT TEAM.

VOTING MATTERS!

IDEAS WITH HIGH NUMBERS OF VOTES (USUALLY ≥ 10) ARE PRIORITIZED IN OUR ROADMAP.

NOTE: IF YOU WISH TO SUGGEST A NEW FEATURE, PLEASE POST A NEW QUESTION AND TAG AS "FEATURE REQUEST". THANK YOU.

Automatic feature engineering: including and excluding features

kypexinkypexin Moderator, RapidMiner Certified Analyst, MemberPosts:290Unicorn
edited February 2019 inProduct Ideas
Hi there,

Is there a simple way to explicitly exclude certain features from optimization / selection process? Which means, I want to run feature selection, but I have a few features that I want to leave in a feature set no matter what, so they are not automatically removed during selection.

更新:我已经找到了我rkaround, however it complicates the process flow a bit: using SET ROLE to change role of given attributes from regular to smth else, and then change it back to regular before training final model and applying it to test subset:



This also requires that APPLY FEATURE SET keeps originals and makes special role for them:



So far, my concern is whether it would be more convenient just to have an additional setting in AUTOMATIC FEATURE ENGINEERING operator to explicitly exclude or include a certain attributes subset?
kypexin rfuentealba SGolbert zbouchenoir User222697
5
Up
5 votes

Open for Voting·Last Updated

PROD-832

Comments

  • IngoRMIngoRM Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, Community Manager, RMResearcher, Member, University ProfessorPosts:1,751RM Founder
    Hi,
    This is a good idea - we should move this to the product ideas section to see if it gets some upvotes or is picked up by product management,@sgenzer
    Cheers,
    Ingo
    kypexin topaz_n sgenzer
  • sgenzersgenzer Administrator, Moderator, Employee, RapidMiner Certified Analyst, Community Manager, Member, University Professor, PM ModeratorPosts:2,959Community Manager
    done
  • kypexinkypexin Moderator, RapidMiner Certified Analyst, MemberPosts:290Unicorn
    Thanks@IngoRM @sgenzer

    I think this can be implemented for example using standard operator setting for choosing attributes (like in SELECT ATTRIBUTES): single, subset, etc
Sign InorRegisterto comment.