ETC/에러노트
[Error] AttributeError: 'NoneType' object has no attribute 'split' //config = get_config().split()
ForrestPark
2024. 12. 18. 18:52
[Error] AttributeError: 'NoneType' object has no attribute 'split' //config = get_config().split() 에러
[상황] oversampling 할떄 smote 보간 법에서 kmeans smote 를 사용할떄 split 안된다는 에러가 나왔다.
[시도] 1. OpenBLAS 라이브러리 업데이트
$ brew install openblas
$ pip install --upgrade threadpoolctl 로 threadpoolctl 을 설치