Soccer Prospect Classification AI Hackathon

Algorithm | Tabular | Classification | Sports | Macro f1 score

 

[Private 1위, score 0.77825] LightAutoml을 활용한 예측 모델

2022.11.30 01:10 4,734 Views language

Automl 모듈 중 하나인 LightAutoml을 사용하였습니다.
파라미터 설정은 직접 값을 바꿔가며 제출하였습니다.

# 모듈 install 할 때, anaconda 환경에서는 numpy, pandas, scikit-learn을 관리자 권한으로 프롬프트를 실행한 후,
   conda install로 설치해주세요(lightautoml은 pip로 설치하셔야 합니다.)

Code