Group-based sampling
chrisleong
New Altair Community Member
I have a data set of users, each who attend a school. I want to filter out the data so that only the data from a random number of schools is displayed. My current method involves using `Select attribute` to select a list of schools (once per attending student), applying `Remove duplicates`, applying sampling the schools, then joining with the original dataset.
Four operations seems rather complicated for such a simple operation, so I was wondering if there was a better way.
Four operations seems rather complicated for such a simple operation, so I was wondering if there was a better way.
Tagged:
0
Answers
-
Maybe operator "sample (stratified)" is your friend. Attribute "school" must have role "label".0
-
Thanks for that suggestion. It's helpful because I didn't know how to choose the attribute for a stratified sample before. Unfortunately, what I am trying to do is pick random groups (schools) and select all users in these groups - as opposed to taking a sub-sample with the same distribution (among schools) as the full set.0
-
I also had to add a Filter Examples, with no missing attributes as otherwise it mightn't select the desired number of schools
0 -
Hi Chrisleong,
there are so many "easy operations" around that we decided not to implement all of them into their own operator, as long as it is possible to achieve the same result with a combination of other operators. So what you are doing is the exactly correct way.
Best regards,
Marius0