본문 바로가기
일상/꿀팁

데이터 마이닝과 데이터 시각화 모두에 유용한 툴 'Orange3'설치 방법

by 푸루루 2023. 6. 10.
728x90
반응형

오렌지(Orange)는 오픈소스 데이터 분석 및 시각화 툴이다. 

데이터를 집어넣고 여러 모델을 집어넣어 볼수도 있고 시각화까지 가능하다.

 

 

1. 아나콘다가 없는 경우

 

Orange3를 검색 > 다운로드 

https://orangedatamining.com/download/#windows

 

Download

Linux / Source Anaconda If you are using python provided by Anaconda distribution, you are almost ready to go. Add conda-forge to the list of channels you can install packages from (and make it default) conda config --add channels conda-forge conda config

orangedatamining.com

 

2.아나콘다가 설치 되어 있는 경우 

 

실행창 (윈도우+R) > cmd 입력하여 CMD 창을 오픈한다. 

 

conda config --add channels conda-forge

and run

conda install pyqt
conda install orange3

 

orange-canvas 

// 붙여써야지 실행된다. 위의 cmd 창에서 입력하면된다.

 

3. Pip으로도 설치가 가능하다 

 

Orange can also be installed from the Python Package Index:

pip install PyQt5 PyQtWebEngine
pip install orange3
728x90

댓글