Installing scikit-learn¶ 사이킷 런 설치

Installing scikit-learn

Note

If you wish to contribute to the project, it’s recommended you install the latest development version.

Installing the latest release

Scikit-learn requires:

  • Python (>= 2.6 or >= 3.3),
  • NumPy (>= 1.6.1),
  • SciPy (>= 0.9).

If you already have a working installation of numpy and scipy, the easiest way to install scikit-learn is using pip

pip install -U scikit-learn

or conda:

conda install scikit-learn

If you have not installed NumPy or SciPy yet, you can also install these using conda or pip. When using pip, please ensure that binary wheels are used, and NumPy and SciPy are not recompiled from source, which can happen when using particular configurations of operating system and hardware (such as Linux on a Raspberry Pi). Building numpy and scipy from source can be complex (especially on Windows) and requires careful configuration to ensure that they link against an optimized implementation of linear algebra routines. Instead, use a third-party distribution as described below.

If you must install scikit-learn and its dependencies with pip, you can install it as scikit-learn[alldeps]. The most common use case for this is in a requirements.txt file used as part of an automated build process for a PaaS application or a Docker image. This option is not intended for manual installation from the command line.

Third-party Distributions

If you don’t already have a python installation with numpy and scipy, we recommend to install either via your package manager or via a python bundle. These come with numpy, scipy, scikit-learn, matplotlib and many other helpful scientific and data processing libraries.

Available options are:

Canopy and Anaconda for all supported platforms

Canopy and Anaconda both ship a recent version of scikit-learn, in addition to a large set of scientific python library for Windows, Mac OSX and Linux.

Anaconda offers scikit-learn as part of its free distribution.

경축! 아무것도 안하여 에스천사게임즈가 새로운 모습으로 재오픈 하였습니다.
어린이용이며, 설치가 필요없는 브라우저 게임입니다.
https://s1004games.com

Warning

To upgrade or uninstall scikit-learn installed with Anaconda or conda you should not use the pip command. Instead:

To upgrade scikit-learn:

conda update scikit-learn

To uninstall scikit-learn:

conda remove scikit-learn

Upgrading with pip install -U scikit-learn or uninstalling pip uninstall scikit-learn is likely fail to properly remove files installed by the conda command.

pip upgrade and uninstall operations only work on packages installed via pip install.

WinPython for Windows

The WinPython project distributes scikit-learn as an additional plugin.

For installation instructions for particular operating systems or for compiling the bleeding edge version, see the Advanced installation instructions.

 

[출처] http://scikit-learn.org/stable/install.html

본 웹사이트는 광고를 포함하고 있습니다.
광고 클릭에서 발생하는 수익금은 모두 웹사이트 서버의 유지 및 관리, 그리고 기술 콘텐츠 향상을 위해 쓰여집니다.
번호 제목 글쓴이 날짜 조회 수
37 Awesome TensorFlow : 멋진 텐서플로우 오픈소스 프로젝트 졸리운_곰 2018.10.23 586
36 텐서플로우-#1 자료형의 이해 file 졸리운_곰 2018.08.15 619
35 How to build a simple neural network in 9 lines of Python code file 졸리운_곰 2018.08.14 587
34 Mining English and Korean text with Python file 졸리운_곰 2018.03.26 9303
33 [TENSORFLOW] tensorboard 사용하기 file 졸리운_곰 2018.03.24 1661
32 텐서보드 사용법 file 졸리운_곰 2018.03.24 591
31 Networks in Python and SciKit Learn 0.18 file 졸리운_곰 2018.03.22 697
30 한글 NLP with Python file 졸리운_곰 2018.03.04 908
29 python 텐서플로우 설치 후 테스트 코드 file 졸리운_곰 2018.03.04 1648
28 파이썬으로 3줄 요약기를 만들어보자. file 졸리운_곰 2018.03.04 2655
27 Convolutional Neural Networks in Python with Keras file 졸리운_곰 2018.02.18 724
26 합성곱 신경망(CNN) 딥러닝을 이용한 한국어 문장 분류 file 졸리운_곰 2018.02.18 589
25 A Flask API for serving scikit-learn models file 졸리운_곰 2017.08.22 380
» Installing scikit-learn¶ 사이킷 런 설치 졸리운_곰 2017.07.02 1265
23 scikit-learn 설치 방법 및 간단한 테스트 졸리운_곰 2017.07.02 1143
22 tensorflow windows 10 gpu 적용 설치 졸리운_곰 2017.07.01 1315
21 scikit-learn 파이썬과 기계학습 - 1 file 가을의곰 2017.06.18 1597
20 Scikit-Learn 패키지의 소개¶ 가을의곰 2017.06.18 743
19 Python NLP - NLTK and scikit-learn file 가을의곰 2017.06.18 510
18 윈도우 GPU tensorflow 설치 및 그래픽카드별 성능 비교 file 졸리운_곰 2017.06.10 564
대표 김성준 주소 : 경기 용인 분당수지 U타워 등록번호 : 142-07-27414
통신판매업 신고 : 제2012-용인수지-0185호 출판업 신고 : 수지구청 제 123호 개인정보보호최고책임자 : 김성준 sjkim70@stechstar.com
대표전화 : 010-4589-2193 [fax] 02-6280-1294 COPYRIGHT(C) stechstar.com ALL RIGHTS RESERVED