Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- LinearRegression
- MachineLearning
- 데이터사이언스
- MATLAB
- normalprobabilityplot
- 선형회귀
- rstudio
- 회귀분석
- R
- numpy
- concave
- toolbox
- Convex
- GradientDescent
- qqplot
- 머신러닝
- cs229
- 가상환경
- Python
- pycaret
- VSCode
- ~
- Factor
Archives
- Today
- Total
목록numpy (1)
부런의 부지런한 데이터분석
[pycaret] Importing the numpy c-extensions failed. 해결 방법
IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE! Importing the numpy c-extensions failed. his error can happen for different reasons, ften due to issues with your setup. Original error was: No module named 'numpy.core._multiarray_umath' [해결방법] - 가상환경에 pycaret 설치 후 vscode 종료하고 다시 시작하고 코드 돌리기 => 해당 방법으로 성공 기존 검색으로 얻은 방법 - numpy 삭제 후 재설치 (pip uninstall numpy / pip install numpy) p..
Q&A
2023. 4. 9. 01:38