scikit-learnのバージョン変更

エラーメッセージは以下の通り。

Plugin error from feature-classifier:

The scikit-learn version (0.23.1) used to generate this artifact does not match the current version of scikit-learn installed (0.24.1). Please retrain your classifier for your current deployment to prevent data-corruption errors.

Debug info has been saved to /tmp/qiime2-q2cli-err-ibvcqj6r.log

scikit-learnのバージョンが新しいので,古いのにせよとのこと。
詳細は下記参照。

https://teamfische.notion.site/scikit-learn-a08968fad4d64c32840f56713ec5dcd1

マニュアル・教材等へのリンク

無料で学べるプログラミング教材・ハンズオン一覧【Qiita】

RおよびRStudioのインストール方法(Mac/Windows)【Qiita】

Windows PCでもローカルでLinuxコマンドを使いたい【シス管系女子BEGINS】

科学計算向けPython環境を簡単にインストールできる「Anaconda」入門【さくらのナレッジ】

GIS

国土交通省国土政策局GIS HP
http://nlftp.mlit.go.jp/index.html

CentOS6にCUDAをインストールするまで

$ lspci | grep -i nvidia

https://developer.nvidia.com/cuda-gpus
GPUがCUDAが使用可能かを確認。上記URLの一覧に使用しているグラフィックカードがあればOK。

$ uname -m && cat /etc/*release

Linuxのバージョン確認。

$ gcc –version

gccのバージョン確認。

$ uname -r

正しいkernel-headersパッケージとkernel-develパッケージがインストールされているか確認。

# yum install kernel-devel-$(uname -r) kernel-headers-$(uname -r)

(古いカーネルを削除する場合)

https://pasela.hatenablog.com/entry/20090120/oldkernels

NVIDIA CUDA Toolkitのダウンロード

https://developer.nvidia.com/cuda-downloads

$ sudo rpm –install cuda-repo-<distro>-<version>.<architecture>.rpm
$ sudo yum clean expire-cache
$ sudo yum install cuda

エラーが出る・・・。

警告: rpmts_HdrFromFdno: ヘッダ V3 RSA/SHA512 Signature, key ID 7fa2af80: NOKEY
Retrieving key from http://developer.download.nvidia.com/compute/cuda/repos/GPGKEY

The GPG keys listed for the “cuda” repository are already installed but they are not correct for this package.
Check that the correct key URLs are configured for this repository.

イマココ。さて,どうしたもんかね・・・。

セキュリティ

avast
https://www.avast.co.jp/mac

avastのアンインストール
http://ikapblg.blog.fc2.com/blog-entry-55.html