2021년 07월

[Julia, URLs] Julia관련 URLs

https://lee-phillips.org/julialang/ JuliaDB Julia: Data Wrangling using JuliaDB.jl and JuliaDBMeta.jl https://www.bountysource.com/teams/juliacomputing/issues?tracker_ids=61919606 Data Science Tutorial https://alan-turing-institute.github.io/DataScienceTutorials.jl/getting-started/ensembles/ A Machine Learning Framework for Juliahttps://alan-turing-institute.github.io/MLJ.jl/dev/ https://github.com/alan-turing-institute/MLJ.jl/blob/master/paper/paper.md MLJ Exploring MLJ.jl Newsletter July 2021 https://juliacomputing.com/blog/2021/07/newsletter-july/ Getting Started with High Frequency Finance using Crypto Data and Juliahttps://dm13450.github.io/2021/06/25/HighFreqCrypto.html CoinbasePro.jlhttps://github.com/dm13450/CoinbasePro.jlJSON=>DataFrame 사용법 참고 MLJ MLJ Medium : https://towardsdatascience.com/machine-learning-in-julia-5bca700e0348 SVM example : https://machinelearninggeek.com/svms-with-julia/ Exploring MLJ Julia: Data […]

[Julia, URLs] Julia관련 URLs Read More »

[Julia, Pluto] 다중환경 및 다중프로세스에서 Pluto 사용

Pluto는 현재 기본적으로 하나의 프로세스만 지원한다. 그리고 다중환경으로 사용 할 수 있다. 먼저 Pluto를 아래와 같이 설정 한다. 다중환경 사용하기 Julia를 용도별로 다양하게 설정 하고 Pluto에서 용도별로 사용한다. Pkg.activate로 사용하고자 하는 환경을 입력하여 사용한다.

[Julia, Pluto] 다중환경 및 다중프로세스에서 Pluto 사용 Read More »

[WSL2,한글,Ubuntu] Windows WSL2 설치

설치참조 : https://docs.microsoft.com/ko-kr/windows/wsl/install-win10 WSL1 vs WSL2 비교 윈도우 버전 체크 빌드 번호는 18362.1049 이상 또는 18363.1049 이상이고, 부 빌드 번호는 .1049 이상 가상지원여부 화인참조: https://blog.dalso.org/it/12256, https://leomoon.com/downloads/desktop-apps/leomoon-cpu-v/아래 그림 처럼 가상화가 지원이 안되면관리자 powershell에서 “bcdedit /set hypervisorlaunchtype off” 실행 후 제부팅 하고 다시 확인해본다.다시 확인 했는데도 지원이 안되면 안되는 CPU임참고 URL : https://blog.dalso.org/it/14465 Linux용 Windows 하위 시스템

[WSL2,한글,Ubuntu] Windows WSL2 설치 Read More »

[WSL2,한글,Ubuntu] Windows WSL2 한글 설치

Windows 10 WSL2에 한글 사용하기 주요참조 : – 한글입력기 설치– 한글폰트 설치 .bashrc 에 아래를 추가 하고 source .bashrc를 해준다 위의 명령 실행시 “Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory” 에러 나는 경우 아래 처럼 실행 그리고 언어 설치 위의 명령 실행 후 아래 화면이 뜨면 한국어를 추가 해준다. 위 명령어를

[WSL2,한글,Ubuntu] Windows WSL2 한글 설치 Read More »