https://evandde.github.io/wsl2-x/ WSL2에서 X window를 세팅하는 법 Evan Kim Windows Linux 2020-10-27 글자 수: 2940 읽는 데에 6분 이 글에서는 WSL2를 설치한 뒤 X window(GUI)를 사용하기 위한 세팅 방법을 알아봅니다. Success 여기서는 WSL2 설치가 완료된 상태라고 가정합니다. 이에 관한 전반적인 내용은 이 글 을 참고하세요. WSL을 설치하더라도, GUI 기반의 프로그램을 실행하려면 X window에 관한 추가적인 설정이 필요합니다. 이 글에서는 WSL2 에서 X window 사용을 위한 세팅 방법을 다룹니다. TL;DR Xming 공식 홈페이지 에서 Xming 다운로드 Xming 설치 (다음만 누르며 설치해도 괜찮음) Xming을 한 번 실행한 뒤 종료. (방화벽에 Xming 허용 규칙을 추가하기 위함) Xming 단축아이콘을 만들고, 속성-대상 항목의 맨 끝에 한 칸을 띄고 -ac 를 이어서 적음 Warning 지우고 적는 것이 아니라, 맨 끝에 추가하는 것임에 주의하세요. Windows PowerShell을 관리자 권한 으로 실행한 뒤, 다음 명령어 입력 (에러가 뜬다면 본문 참고) 1 Set-NetFirewallRule -DisplayName "Xming X Server" -Enabled True -Profile Any WSL2에서 다음 명령어 입력 1 echo 'export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk ' "'" '{print $2}' "'" '):0' >> ~/.bashrc X window, X server란 X window 는 UNIX 내지 Linux 계열의 운영체...
https://www.machinelearningplus.com/time-series/arima-model-time-series-forecasting-python/#:~:text=ARIMA%2C%20short%20for%20'Auto%20Regressive,used%20to%20forecast%20future%20values. ARIMA Model – Complete Guide to Time Series Forecasting in Python by Selva Prabhakaran | Posted on Facebook Twitter WhatsApp LinkedIn Reddit Google Bookmarks 나누기 Using ARIMA model, you can forecast a time series using the series past values. In this post, we build an optimal ARIMA model from scratch and extend it to Seasonal ARIMA (SARIMA) and SARIMAX models. You will also see how to build autoarima models in python ARIMA Model – Time Series Forecasting. Photo by Cerquiera Contents Introduction to Time Series Forecasting Introduction to ARIMA Models What does the p, d and q in ARIMA model mean? What are AR and MA models How to find the order of differencing (d) in ARIMA model How to find the order of the AR term (p) How to find the order of the MA term (q) How to handle if a time series ...
댓글
댓글 쓰기