美文网首页
Python Usage

Python Usage

作者: KathyHappy | 来源:发表于2020-05-06 20:06 被阅读0次

    ImportError: No module named '_sqlite3'
    https://stackoverflow.com/questions/1210664/no-module-named-sqlite3
    important: https://blog.csdn.net/sparkexpert/article/details/79118448

    pip uninstall pytest_cov coverage
    python -m pytest
    

    https://github.com/scikit-learn-contrib/hdbscan/issues/272

    多模态融合
    https://zhuanlan.zhihu.com/p/39878607
    https://www.cnblogs.com/wupiao/articles/11693143.html

    python3 多类继承
    https://blog.csdn.net/weixin_40636692/article/details/79940501
    https://blog.csdn.net/qq_26442553/article/details/81775449
    https://www.kancloud.cn/smilesb101/python3_x/297935
    https://www.cnblogs.com/panyinghua/p/3283726.html

    matplotlib 图 小部分扩大
    https://www.codenong.com/4700614/
    https://matplotlib.org/3.1.1/gallery/index.html
    https://matplotlib.org/3.1.1/gallery/subplots_axes_and_figures/axes_demo.html#sphx-glr-gallery-subplots-axes-and-figures-axes-demo-py
    matplotlib plot 一部分
    https://kb.kutu66.com/python/post_1338487
    https://matplotlib.org/examples/pylab_examples/axes_demo.html

    logger 去掉 fileHandler
    https://segmentfault.com/a/1190000003008066
    https://my.oschina.net/leejun2005/blog/126713
    https://www.cnblogs.com/freely/p/10223681.html

    linux参数太长续行,linux shell 参数换行(标准说法:续行)
    https://blog.csdn.net/hunanchenxingyu/article/details/45047813
    ValueError: Expected n_neighbors <= n_samples, but n_samples = 2, n_neighbors = 3
    https://github.com/scikit-learn-contrib/imbalanced-learn/issues/27
    https://stackoverflow.com/questions/45943335/smote-value-error?rq=1
    https://stackoverflow.com/questions/49395939/smote-initialisation-expects-n-neighbors-n-samples-but-n-samples-n-neighbo
    pycharm 调试
    https://zhuanlan.zhihu.com/p/62610785
    https://blog.csdn.net/chenggong2dm/article/details/9368641
    https://blog.csdn.net/u013088062/article/details/50130991
    pycharm 调试 参数
    https://blog.csdn.net/wishchin/article/details/78560725

    ValueError: Expected n_neighbors <= n_samples, but n_samples = 2, n_neighbors = 3
    https://blog.csdn.net/LinJing_2020/article/details/104606596

    FileNotFoundError: [Errno 2] No such file or directory: 'dvipng'
    https://stackoverflow.com/questions/49224164/matplotlib-error-errno-2-no-such-file-or-directory-latex-latex
    IndexError: index 0 is out of bounds for axis 0 with size 0
    https://stackoverflow.com/questions/41492288/what-does-index-0-is-out-of-bounds-for-axis-0-with-size-0-mean
    https://stackoverflow.com/questions/56795614/why-i-am-getting-index-0-is-out-of-bounds-for-axis-0-with-size-0
    https://stackoom.com/question/3xpKf/%E5%9C%A8Python%E4%B8%AD%E9%98%B2%E6%AD%A2-%E7%B4%A2%E5%BC%95-%E8%B6%85%E5%87%BA%E8%BD%B4-%E7%9A%84%E5%A4%A7%E5%B0%8F%E4%B8%BA-%E7%9A%84%E8%8C%83%E5%9B%B4-%E7%9A%84%E4%BF%9D%E6%8A%A4
    https://stackoverflow.com/questions/56795614/why-i-am-getting-index-0-is-out-of-bounds-for-axis-0-with-size-0
    https://www.coder.work/article/2426346

    https://www.coder.work/article/2426346
    important
    normalization 方法
    https://blog.csdn.net/pipisorry/article/details/52247379

    十分位数
    https://blog.csdn.net/colorknight/article/details/9531417
    https://blog.csdn.net/gdkyxy2013/article/details/80911514

    RuntimeWarning: invalid value encountered in double_scalars
    https://blog.csdn.net/qq_41185868/article/details/93308788
    https://blog.csdn.net/qq_34333481/article/details/85258888
    RuntimeWarning: invalid value encountered in less

    centos 系统查看 ip 地址
    https://blog.csdn.net/ronmy/article/details/61913278

    version `GLIBC_2.17' not found (required
    https://blog.csdn.net/buynow123/article/details/47421635
    https://stackoverflow.com/questions/19471683/lib-libc-so-6-version-glibc-2-17-not-found
    https://blog.csdn.net/LEON1741/article/details/78205198

    centos 家目录安装 python
    https://www.cnblogs.com/lsdb/p/11935843.html

    [byj@ubri03 may24sun07]$ tail nohup.out
        $ echo "conda activate" >> ~/.bashrc
    
    Previous to conda 4.4, the recommended way to activate conda was to modify PATH in
    your ~/.bashrc file.  You should manually remove the line that looks like
    
        export PATH="/opt/miniconda/bin:$PATH"
    
    ^^^ The above line should NO LONGER be in your ~/.bashrc file! ^^^
    
    
    [byj@ubri03 may24sun07]$
    

    ssh 配置了公钥 但是无法免密登录
    https://blog.csdn.net/lisongjia123/article/details/78513244
    https://blog.csdn.net/LEON1741/article/details/78205198
    https://www.cnblogs.com/lsdb/p/11935843.html

    sidewaytable, sidewaysfigure
    https://www.dickimaw-books.com/latex/novices/html/sidewaysfloats.html

    latex algorithm 取消某个的编号
    https://zhidao.baidu.com/question/524781006133520285
    https://www.cnblogs.com/coolqiyu/p/5580290.html
    https://blog.csdn.net/qq_22256565/article/details/105570310
    https://blog.csdn.net/zhenaoxi1077/article/details/90449433

    相关文章

      网友评论

          本文标题:Python Usage

          本文链接:https://www.haomeiwen.com/subject/ccdgghtx.html