套索的双外推快速算法

celer的Python项目详细描述


芹菜

image0image1

双外推法解套索的快速算法

文件

请访问https://mathurinm.github.io/celer/获取最新版本 文件的

安装发布的版本

假设您有一个可工作的python环境,例如使用anaconda 可以install celer with pip

从控制台或终端安装带有PIP的芹菜:

pip install -U celer

要设置一个功能齐全的环境,我们建议您下载 conda environment 安装时使用:

conda env create --file environment.yml

安装开发版本

从控制台或终端克隆存储库并安装celer:

git clone https://github.com/mathurinm/celer.git
cd celer/
conda env create --file environment.yml
source activate celer-env
pip install --no-deps -e .

演示和示例

您可以在Leukemia dataset上的文档示例中找到 (与scikit learn比较)和Finance/log1p dataset (更重要的是,下载数据、预处理 然后计算路径)。

依赖关系

所有依赖项都在./environment.yml

引用

如果您使用此代码,请引用:

@InProceedings{pmlr-v80-massias18a,
  title =    {Celer: a Fast Solver for the Lasso with Dual Extrapolation},
  author =   {Massias, Mathurin and Gramfort, Alexandre and Salmon, Joseph},
  booktitle =        {Proceedings of the 35th International Conference on Machine Learning},
  pages =    {3321--3330},
  year =     {2018},
  volume =   {80},
}

arxiv链接:https://arxiv.org/abs/1802.07481

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java如何在jetty请求日志中添加milliscond字段?   java在使用Scanner类从文件读取信息时遇到问题   为什么。类不适用于泛型类型?   SQLite插入上的java空指针异常   java能告诉我们Guava缓存是在禁用统计数据的情况下构建的吗?   java在应用程序中使用常量   java无法使用AutoIT和Selenium Webdriver在所需位置/文件夹保存图像   java如何在jtable中更新jprogress栏   java是比较给定日期和当前日期(在给定时区中没有时间段)的最佳方法   安卓代码中的java错误   java无法访问实体类中的字段   java如何在tomcat中处理三个JDBC连接池?   java无法使用Spring Security保护AngularJS页面   如何在没有TCP/IP协议栈的情况下用Java发送以太帧