- Mastering Machine Learning with scikit-learn(Second Edition)
- Gavin Hackeling
- 134字
- 2021-07-02 19:01:10
Installing scikit-learn
This book was written for version 0.18.1 of scikit-learn; use this version to ensure that the examples run correctly. If you have previously installed scikit-learn, you can retrieve the version number by executing the following in a notebook or Python interpreter:
# In[1]:
import sklearn
sklearn.__version__
# Out[1]:
'0.18.1'
The package is named sklearn because scikit-learn is not a valid Python package name.
If you have not previously installed scikit-learn, you may install it from a package manager or build it from source. We will review the installation processes for Ubuntu 16.04, Max OS, and Windows 10 in the following sections, but refer to http://scikit-learn.org/stable/install.html for the latest instructions. The following instructions assume only that you have installed Python >= 2.6 or Python >= 3.3. See http://www.python.org/download/ for instructions on installing Python.
推薦閱讀
- 大學(xué)計算機基礎(chǔ)(第二版)
- jQuery EasyUI網(wǎng)站開發(fā)實戰(zhàn)
- Java高手真經(jīng)(高級編程卷):Java Web高級開發(fā)技術(shù)
- 碼上行動:零基礎(chǔ)學(xué)會Python編程(ChatGPT版)
- 匯編語言程序設(shè)計(第2版)
- Learning AndEngine
- C# 8.0核心技術(shù)指南(原書第8版)
- C++從入門到精通(第5版)
- Procedural Content Generation for C++ Game Development
- Django 5企業(yè)級Web應(yīng)用開發(fā)實戰(zhàn)(視頻教學(xué)版)
- Python商務(wù)數(shù)據(jù)分析(微課版)
- Java程序設(shè)計實用教程(第2版)
- 軟件設(shè)計模式(Java版)
- Spring Boot 2+Thymeleaf企業(yè)應(yīng)用實戰(zhàn)
- Opa Application Development