hyperopt中文文档:Installation-Notes安装说明
生活随笔
收集整理的這篇文章主要介紹了
hyperopt中文文档:Installation-Notes安装说明
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
安裝說明
hyperopt安裝說明
Font Tian translated this article on 23 December 2017
有關(guān)MongoDB的部分
Hyperopt要求mongodb(有時(shí)候簡稱“mongo”)來執(zhí)行并行搜索。據(jù)我所知,hyperopt與2.xx系列中的所有版本兼容,這是目前的(在這里下載最新版本)。它甚至可能與mongodb的所有版本兼容,我不知道m(xù)ongo的任何特定的版本要求。
在linux和OSX上,一旦你下載了mongodb并解壓,只需將它鏈接到bin/你的virtualenv 的子目錄中,然后安裝完成。
# from the root of your virtualenv# (or basically any folder with an active bin/ subdirectory)(cd bin && { for F in ../mongodb-linux-x86_64-2.2.2/bin/* ; do echo "linking $F" ; ln -s $F ; done } )通過運(yùn)行完整的單元測試套件或者只是mongo文件來驗(yàn)證hyperopt是否可以使用mongodb
# cd to the hyperopt project rootnosetests hyperopt/tests/test_mongoexp.py 《新程序員》:云原生和全面數(shù)字化實(shí)踐50位技術(shù)專家共同創(chuàng)作,文字、視頻、音頻交互閱讀總結(jié)
以上是生活随笔為你收集整理的hyperopt中文文档:Installation-Notes安装说明的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Hyperopt中文文档:FMin
- 下一篇: hyperopt中文文档:Interfa