It's a survey of the relationship between feet, height, and weight by gender, and it's a problem of obtaining a linear regression equation by dividing it by gender. I used the rapid miner program to change it to a filter sample operator that only shows men in gender
(성별로 발길이와 키,몸무게의 관계를 조사한 자료인데 성별로 나누어서 선형회귀식을 구하는 문제입니다rapid miner 프로그램을 이용해서 filter example 오퍼레이터로 성별에서 남자만 나오는 자료로 바꿨습니다 )
Then, I set the variable by applying set operator, and I set it to id->id / foot length->label / gender-> regular / weight-> regular / height-> regular
(그다음 set operator를 적용해서 변수설정하는 건데id->id / foot length->label / gender->regular / weight->regular / height -> regular로 설정했습니다)
Then, I applied the linear regression operator and I got this error. Maybe I set the gender variable wrong. How do I change this (in the lapidminer program set role operator)?
(그다음 linear regression 오퍼레이터를 적용시키니 이런 에러가 뜨는데요아마도 gender 변수 설정을 잘못한것 같은데요.이걸 (rapidminer 프로그램 set role 오퍼레이터에서) 어떻게 바꾸어야 하나요?)