libscores.py 文件源码

python
阅读 30 收藏 0 点赞 0 评论 0

项目:automl_gpu 作者: abhishekkrthakur 项目源码 文件源码
def show_version(scoring_version):
    ''' Python version and library versions '''
    swrite('\n=== VERSIONS ===\n\n')
    # Scoring program version
    swrite("Scoring program version: " + str(scoring_version) + "\n\n")
    # Python version
    swrite("Python version: " + version + "\n\n")
    # Give information on the version installed
    swrite("Versions of libraries installed:\n")
    map(swrite, sorted(["%s==%s\n" % (i.key, i.version) for i in lib()]))
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号