본문 바로가기

DeepLearning Framework & Coding83

[Microsoft AzureML - 15] Cross Validation ※ 이전글 [Microsoft AzureML - 0] Intro https://limitsinx.tistory.com/113 [Microsoft AzureML - 1] 개발 환경 세팅 https://limitsinx.tistory.com/114 [Microsoft AzureML - 2] 학습할 데이터 불러오기 https://limitsinx.tistory.com/115 [Microsoft AzureML - 3] 데이터 전처리(Data pre-processing) - I https://limitsinx.tistory.com/116 [Microsoft AzureML - 4] 데이터 전처리(Data pre-processing) - II https://limitsinx.tistory.com/117 [Micros.. 2021. 7. 1.
[Microsoft AzureML - 14] Titanic Dataset 학습하기 ※ 이전글 [Microsoft AzureML - 0] Intro https://limitsinx.tistory.com/113 [Microsoft AzureML - 1] 개발 환경 세팅 https://limitsinx.tistory.com/114 [Microsoft AzureML - 2] 학습할 데이터 불러오기 https://limitsinx.tistory.com/115 [Microsoft AzureML - 3] 데이터 전처리(Data pre-processing) - I https://limitsinx.tistory.com/116 [Microsoft AzureML - 4] 데이터 전처리(Data pre-processing) - II https://limitsinx.tistory.com/117 [Micros.. 2021. 6. 30.
[Microsoft AzureML - 13] Kaggle 사용법 ※ 이전글 [Microsoft AzureML - 0] Intro https://limitsinx.tistory.com/113 [Microsoft AzureML - 1] 개발 환경 세팅 https://limitsinx.tistory.com/114 [Microsoft AzureML - 2] 학습할 데이터 불러오기 https://limitsinx.tistory.com/115 [Microsoft AzureML - 3] 데이터 전처리(Data pre-processing) - I https://limitsinx.tistory.com/116 [Microsoft AzureML - 4] 데이터 전처리(Data pre-processing) - II https://limitsinx.tistory.com/117 [Micros.. 2021. 6. 29.
ModuleNotFoundError: No module named 'wrapt' python의 tensorflow나 scikit-learn같은 각종 라이브러리들을 사용할때 자주 뜨는 문제 wrapt module이 없거나 오류가 있는경우 뜨는 문제점으로 아나콘다 프롬프트(Anaconda Prompt)로 들어가서 딱 1줄만 쳐주면 해결된다! https://github.com/pycontribs/pyrax/issues/570 ImportError: No module named wrapt · Issue #570 · pycontribs/pyrax See example from Ubuntu 14.04 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 14.04.3 LTS Release: .. 2021. 6. 28.
ImportError: cannot import name 'moduleTNC' from partially initialized module 'scipy.optimize' 싸이킷런(scikit-learn) 설치시 경로설정이 잘못되었거나 다운로드중 오류가 있었을때 발생하는 문제로 이것때문에 한동안 해맸는데.. StackOverflow를 뒤지다가 엄청 간단한 해결법을 발견... https://github.com/scikit-learn/scikit-learn/issues/4830 cannot import name 'moduleTNC' · Issue #4830 · scikit-learn/scikit-learn from sklearn import roc_curve Traceback (most recent call last): File "", line 1, in ImportError: cannot import name 'roc_curve' from sklearn.metrics imp.. 2021. 6. 28.