Changes between Version 9 and Version 10 of misc/setup_for_ML
- Timestamp:
- 05/11/23 09:35:04 (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
misc/setup_for_ML
v9 v10 437 437 438 438 と出るので、Windowsで起動したブラウザに上のURLを貼り付ける。ブラウザで動くことを確認。たとえばこんな感じで。 439 439 440 [[Image(wsl_python_notebook1.png, 30%)]] 440 441 441 442 ※ Notebook 7 なるものがあるとは知らなかった.... 442 443 443 上のコマンドではmatplotlibが入らなかったので、手動で入れた。 plotlyやseabornはお好みで。444 上のコマンドではmatplotlibが入らなかったので、手動で入れた。 444 445 {{{ 445 446 (tf2.12) obina@notepc:~$ pip install matplotlib … … 735 736 [Ax ・ Adaptive Experimentation Platform](https://ax.dev/) 736 737 738 == GPyOpt == 739 いくつかの注意点のみ 740 - python3.11ではコンパイルできないので python3.10を使用する 741 - numpy, matplotlibのバージョン指定が必要 742 - venv でGPyOpt用の環境を作成して !TensorFlow/PyTorchと分離するのが簡単 743 - venvのなかで {{{ $ pip install GPyOpt numpy==1.23.1 notebook matplotlib==3.1.3 }}} でOK 744 737 745 738 746 == 今後 ==