Anaconda 安装 ml_metrics package
ml_metrics is the Python implementation of Metrics implementations a library of various supervised machine learning evaluation metrics.
首先,打开 Anaconda Prompt,
按如下步骤操作
1、搜索 ml_metrics 包
[Anaconda2] C:\Users\klchang> anaconda search -t conda ml_metrics
Using anaconda-server api site https://api.anaconda.org
Run 'anaconda show <USER/PACKAGE>' to get more details:
Packages:
Name | Version | Package Types | Platforms
------------------------- | ------ | --------------- | ---------------
chdoig/ml_metrics | 0.1.3 | conda | osx-64
: Machine Learning Evaluation Metrics
dan_blanchard/ml_metrics | 0.1.3 | conda | linux-64
: https://github.com/benhamner/Metrics
/tree/master/Python
m0nhawk/ml_metrics | 0.1.4 | conda | linux-64, win-32,
win-64, linux-32, osx-64
Found 3 packages
2、显示 ml_metrics 包的信息
[Anaconda2] C:\Users\klchang> anaconda show m0nhawk/ml_metrics
Using anaconda-server api site https://api.anaconda.org
Name: ml_metrics
Summary:
Access: public
Package Types: conda
Versions:
+ 0.1.3
+ 0.1.4 To install this package with conda run:
conda install --channel https://conda.anaconda.org/m0nhawk ml_metrics
3、安装最新版本的ml_metrics 包
[Anaconda2] C:\Users\klchang>conda install --channel https://conda.anaconda.org/m0nhawk ml_metrics==0.1.4
Fetching package metadata: ......
Solving package specifications: ................
Package plan for installation in environment E:\Users\klchang\Anaconda2: The following packages will be downloaded: package | build
---------------------------|-----------------
mkl-11.3.3 | 1 110.0 MB defaults
vs2008_runtime-9.00.30729.1| 1 1.2 MB defaults
python-2.7.11 | 4 23.1 MB defaults
conda-env-2.4.5 | py27_0 65 KB defaults
menuinst-1.4.1 | py27_0 105 KB defaults
numpy-1.11.0 | py27_1 3.0 MB defaults
pycosat-0.6.1 | py27_1 83 KB defaults
pytz-2016.4 | py27_0 171 KB defaults
pyyaml-3.11 | py27_4 169 KB defaults
requests-2.10.0 | py27_0 615 KB defaults
setuptools-21.2.1 | py27_0 763 KB defaults
wheel-0.29.0 | py27_0 121 KB defaults
conda-4.0.7 | py27_0 228 KB defaults
pip-8.1.1 | py27_1 1.5 MB defaults
python-dateutil-2.5.3 | py27_0 236 KB defaults
pandas-0.18.1 | np111py27_0 7.0 MB defaults
ml_metrics-0.1.4 | 0 31 KB m0nhawk
------------------------------------------------------------
Total: 148.4 MB The following NEW packages will be INSTALLED: mkl: 11.3.3-1 defaults
ml_metrics: 0.1.4-0 m0nhawk
vs2008_runtime: 9.00.30729.1-1 defaults The following packages will be UPDATED: conda: 3.18.6-py27_0 defaults --> 4.0.7-py27_0 defaults conda-env: 2.4.4-py27_2 defaults --> 2.4.5-py27_0 defaults menuinst: 1.2.1-py27_0 defaults --> 1.4.1-py27_0 defaults numpy: 1.10.1-py27_0 defaults --> 1.11.0-py27_1 defaults pandas: 0.17.0-np110py27_0 defaults --> 0.18.1-np111py27_0 defaults pip: 7.1.2-py27_0 defaults --> 8.1.1-py27_1 defaults pycosat: 0.6.1-py27_0 defaults --> 0.6.1-py27_1 defaults python: 2.7.10-4 defaults --> 2.7.11-4 defaults python-dateutil: 2.4.2-py27_0 defaults --> 2.5.3-py27_0 defaults pytz: 2015.6-py27_0 defaults --> 2016.4-py27_0 defaults pyyaml: 3.11-py27_2 defaults --> 3.11-py27_4 defaults requests: 2.8.1-py27_0 defaults --> 2.10.0-py27_0 defaults setuptools: 18.5-py27_0 defaults --> 21.2.1-py27_0 defaults wheel: 0.26.0-py27_1 defaults --> 0.29.0-py27_0 defaults Proceed ([y]/n)? y menuinst-1.4.1 100% |###############################| Time: 0:00:00 161.14 kB/s
Fetching packages ...
mkl-11.3.3-1.t 100% |###############################| Time: 0:02:39 725.30 kB/s
vs2008_runtime 100% |###############################| Time: 0:00:02 424.65 kB/s
python-2.7.11- 100% |###############################| Time: 0:00:24 984.44 kB/s
conda-env-2.4. 100% |###############################| Time: 0:00:00 101.80 kB/s
numpy-1.11.0-p 100% |###############################| Time: 0:00:05 580.68 kB/s
pycosat-0.6.1- 100% |###############################| Time: 0:00:00 97.22 kB/s
pytz-2016.4-py 100% |###############################| Time: 0:00:01 161.02 kB/s
pyyaml-3.11-py 100% |###############################| Time: 0:00:01 104.81 kB/s
requests-2.10. 100% |###############################| Time: 0:00:03 180.66 kB/s
setuptools-21. 100% |###############################| Time: 0:00:02 293.96 kB/s
wheel-0.29.0-p 100% |###############################| Time: 0:00:01 109.30 kB/s
conda-4.0.7-py 100% |###############################| Time: 0:00:01 142.15 kB/s
pip-8.1.1-py27 100% |###############################| Time: 0:00:05 307.28 kB/s
python-dateuti 100% |###############################| Time: 0:00:01 160.14 kB/s
pandas-0.18.1- 100% |###############################| Time: 0:00:38 189.41 kB/s
ml_metrics-0.1 100% |###############################| Time: 0:00:00 45.44 kB/s
Extracting packages ...
[ COMPLETE ]|##################################################| 100%
Unlinking packages ...
[ COMPLETE ]|##################################################| 100%
Linking packages ...
[ COMPLETE ]|##################################################| 100%
4、测试 ml_metrics 包,以 apk,mapk度量函数为例,(apk为average precision@k的缩写, mapk为mean average precision@k的缩写)
[Anaconda2] C:\Users\klchang> python
Python 2.7.11 |Anaconda 2.4.0 (64-bit)| (default, Feb 16 2016, 09:58:36) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
Anaconda is brought to you by Continuum Analytics.
Please check out: http://continuum.io/thanks and https://anaconda.org
>>> import ml_metrics as metrics
>>> actual = [1]
>>> predicted = [1,2,3,4,5]
>>> print 'Answer=%s predicted=%s' % (actual,predicted)
Answer=[1] predicted=[1, 2, 3, 4, 5]
>>> print 'AP@5 =', metrics.apk(actual,predicted,5)
AP@5 = 1.0
>>> predicted = [2,1,3,4,5]
>>> print 'Answer=%s predicted=%s' % (actual, predicted)
Answer=[1] predicted=[2, 1, 3, 4, 5]
>>> print 'AP@5 =', metrics.apk(actual, predicted, 5)
AP@5 = 0.5
>>> predicted = [3,2,1,4,5]
>>> print 'Answer=%s predicted=%s' % (actual,predicted)
Answer=[1] predicted=[3, 2, 1, 4, 5]
>>> print 'AP@5 =', metrics.apk(actual,predicted,5)
AP@5 = 0.333333333333
>>>
>>> predicted = [4,2,3,1,5]
>>> print 'Answer=%s predicted=%s' % (actual,predicted)
Answer=[1] predicted=[4, 2, 3, 1, 5]
>>> print 'AP@5 =', metrics.apk(actual,predicted,5)
AP@5 = 0.25
>>>
>>> predicted = [2,3,4,5,1]
>>> print 'Answer=%s predicted=%s' % (actual,predicted)
Answer=[1] predicted=[2, 3, 4, 5, 1]
>>> print 'AP@5 =', metrics.apk(actual,predicted,5)
AP@5 = 0.2
>>>
>>> print 'MAP@5 = ', metrics.mapk([[1],[1],[1],[1],[1]],[[1,2,3,4,5],[2,1,3,4,5],[3,2,1,4,5],[4,2,3,1,5],[4,2,3,5,1]],5)
MAP@5 = 0.456666666667
参考资料:
https://www.kaggle.com/wendykan/expedia-hotel-recommendations/map-k-demo
Anaconda 安装 ml_metrics package的更多相关文章
- Anaconda安装Package的问题(Permission Denied)
最近需要用到低版本的pytorch,使用pytorch官网安装的pytorch版本是最新的0.4.1,而它的previous version的那个链接一直打不开. 因此考虑使用清华的镜像源: 1.In ...
- Python:Anaconda安装虚拟环境到指定路径
1 曾经的困扰 有段时间,想使用基于不同python版本的anaconda,就直接从官网下载了两个不同的anaconda版本进行安装.刚开始的时候,还觉得也没啥问题.用了一小段时间,在安装其他的第三方 ...
- 用anaconda安装最新的TensorFlow版本
Google发布了TensorFlow1.4正式版 在anaconad搜索依旧是1.2的版本,通过一番查阅,找到了方法 1,打开anaconda-prompt 2,激活你要安装的环境 activate ...
- Ubuntu环境下Anaconda安装TensorFlow并配置Jupyter远程访问
本文主要讲解在Ubuntu系统中,如何在Anaconda下安装TensorFlow以及配置Jupyter Notebook远程访问的过程. 在官方文档中提到,TensorFlow的安装主要有以下五种形 ...
- Anaconda安装及使用
前言 在Linux系统上一般会预安装python,但有时候版本过低,通过apt或yum无法安装较新的python版本,只能通过编译python源码进行安装.然而通过源码安装会依赖大量的库,手动安装这些 ...
- 面向的phthon2+3 的场景,Anaconda 安装+环境配置+管理
standard procedure in pyCharm for creating environment when Anaconda installed Create a conda env vi ...
- anaconda安装tensorflow
1.下载anaconda python3.5版本,Windows不支持python3.6,linux和mac支持python2.7和python3.3+ 2.创建环境 conda create - ...
- windows 下 Anaconda 安装 TensorFlow
转自: https://www.cnblogs.com/nosqlcoco/p/6923861.html 什么是 Anaconda? Anaconda is the leading open data ...
- Windows下Anaconda安装 python + tensorflow CPU版
下载安装Anaconda 首先下载Anaconda,可以从清华大学的镜像网站进行下载. 安装Anaconda,注意安装时不要将添加环境变量的选项取消掉. 安装完成之后,在安装目录下cmd,输入: co ...
随机推荐
- 原创炫酷代码公开——连接董铂然github
公开了github部分项目(均为原创)更多代码请看https://github.com/dsxNiubility SXWaveAnimate Wonderful SXPhotoShow SXNews ...
- Android开发学习—— 下载网络图片
现在几乎所有的应用都在使用网络来达到浏览的目的.对于特定领域 使用xnpp协议 像即时通讯软件.但大多数还是使用HTTP协议来交互. 网络图片查看器 HTTP协议 下载网络 图片 <Relati ...
- 使用ViewPager切换Fragment时,防止频繁调用OnCreatView
使用ViewPager切换Fragment,我原先使用系统自带的适配器FragmentPagerAdapter. 切换fragment时,频繁调用oncreatview(). 查看FragmentPa ...
- Foundation框架下的常用类:NSNumber、NSDate、NSCalendar、NSDateFormatter、NSNull、NSKeyedArchiver
========================== Foundation框架下的常用类 ========================== 一.[NSNumber] [注]像int.float.c ...
- JS 与OC 交互篇
完美记录交互 CSDN博客: (OC调用JS) http://blog.csdn.net/lwjok2007/article/details/47058101 (JS调用OC) http://blog ...
- ASP.NET MVC 3 网站优化总结(六)压缩 HTML
压缩 html 可以去除代码中无用的空格等,这样可提高网站的加载速度并节省带宽.今天就让我们看看在 ASP.NET MVC 3 怎么实现 html 压缩,我们可通过实现 ActionFilter 来完 ...
- .NET中集合已修改;可能无法执行枚举操作 的解决办法
foreach是取只读的,在取的时候数据不能变(包括修改,删除,添加等).要避免这个问题,就应该使用for循环. https://msdn.microsoft.com/zh-cn/library/tt ...
- Mybatis
Mybatis MyBatis本是apache的一个开源项目iBatis,2010年这个项目有Apache software foundation 迁移到了Google code,并改名MyBatis ...
- get方式和set方式提交时乱码
request.setChracterEncoding("utf-8");只对form表单的post提交方式有效. 当使用get提交的时候:
- java jdbc的优化之BeanUtils组件
1. BeanUtils组件 1.1 简介 程序中对javabean的操作很频繁, 所以apache提供了一套开源的api,方便对javabean的操作!即BeanUtils组件. BeanUtils ...