IT 메모장/오류들 😤15 TypeError : fit() missing 1 required positional argument: 'y' kn = kn.fit(train_input, train_target) kn.score(test_input, test_target) 이렇게 오류를 뱉었다 ㅜ https://stackoverflow.com/questions/35996970/typeerror-fit-missing-1-required-positional-argument-y 확인해보니 모델의 클래스 객체를 생성할때 () 빼먹음... 아래와 같이 변경해준다! kn = KNeighborsClassifier() 2022. 4. 7. This Kernel requires an x86-64 CPU, but only detected an i686 CPU. [VirtualBox CentOS 설치 중 오류] 정신없다ㅏㅏ22 This Kernel requires an x86-64 CPU, but only detected an i686 CPU This processor is not supported in this version of CentOS Linux 휴 처음에 CentOS 설치할때 32 비트로 설정한 것 같다. Red hat 32 비트 안맞는다고 나오는 설정이라 64 비트로 바꿔주기로. 간단하게 설정 > 일반 에서 바꿔줄 수 있다. 그 후에는 정상 작동함! 2021. 11. 14. Call to NEMR0InitVMPart2 failed: VERR_NEM_INIT_FAILED (VERR_NEM_VM_CREATE_FAILED VIrtualBox 오류 험난한 에러길2222 가상머신 만들고, 실행하였을 때 아래와 같은 에러가 발생했다. Call to NEMR0InitVMPart2 failed: VERR_NEM_INIT_FAILED (VERR_NEM_VM_CREATE_FAILED) 진짜 빨간색 에러 노이로제 걸릴 것 같다. (한국 주식에서 나와 제발 여기서 이러지 마세요) 여러 구글링 한 결과 🤦♂️Hyper- V 를 빼줘야한다고! 저 기능이 따른 에러랑 상충됬는데, 그건 다음에 올리기로.. 😒 방법 1 : 제어판에서 기능 해제 제어판 > 프로그램 기능 > Windws 기능 켜기/끄기 Hyper-V 체크 해제해줌. 딴사람들은 된다는데, 나는 윈도우 재시작 해도 안됨...🤦♂️ 명령어로 치기로. 방법 2: 명령어 커맨드로 실행 .. 2021. 11. 13. postgres, SSL 중지 연결에 대한 설정이 pg_hba.conf 파일에 없습니다. 오랜만에 오류 났다 ㅜㅜ 몰라서 엄청 구글링했다. 사실 아직도 잘 모르겠다(?) 그래도 찾아서 해결한 방법은, pg_hba.conf 파일 # TYPE DATABASE USER ADDRESS METHOD # IPv4 local connections: host all all 127.0.0.1/32 md5 # IPv6 local connections: host all all ::1/128 md5 # Allow replication connections from localhost, by a user with the # replication privilege. host replication all 127.0.0.1/32 md5 host replication all ::1/128 md5 에 host all all .. 2021. 10. 23. 이전 1 2 3 4 다음