fe4ml-zh

 

Skip to content  
Pull requestsIssues Marketplace Explore
    fe4ml-zh     

apachecn/fe4ml-zh

     master   1 branch 0 tags   Go to fileAdd file Code 

Latest commit

fe4ml-zh wizardforcel 2020-10-06 18:39:05 14740c621 days ago

Git stats

Files

Type Name Latest commit message Commit time   asset 2020-09-17 20:47:23 last month   docs Update 8.自动化特征提取器:图像特征提取和深度学习.md 11 months ago   images title 2 years ago   src tex 3 years ago   .gitignore 2018-12-14 20:56:55 2 years ago   .nojekyll 2018-12-14 20:56:55 2 years ago   CNAME 2018-12-18 11:52:06 2 years ago   Dockerfile 2020-09-29 22:32:15 28 days ago   LICENSE 2020-09-17 16:35:21 last month   README.md 2020-10-01 01:27:35 27 days ago   SUMMARY.md 2018-12-14 20:56:55 2 years ago   cover.jpg 2018-12-14 20:56:55 2 years ago   index.html 2020-10-06 18:39:05 21 days ago   update.sh 2018-12-14 20:56:55 2 years ago

README.md

面向机器学习的特征工程

fe4ml-zh

原文(注册后可阅读):Feature Engineering for Machine Learning (Early Release)

协议:CC BY-NC-SA 4.0

欢迎任何人参与和完善:一个人可以走的很快,但是一群人却可以走的更远

目录

负责人

免责声明

ApacheCN 纯粹出于学习目的与个人兴趣翻译本书,不追求任何经济利益。

本译文只供学习研究参考之用,不得用于商业用途。ApacheCN 保留对此版本译文的署名权及其它相关权利。

下载

Docker

docker pull apachecn0/fe4ml-zh
docker run -tid -p <port>:80 apachecn0/fe4ml-zh
# 访问 http://localhost:{port} 查看文档

PYPI

pip install fe4ml-zh
fe4ml-zh <port>
# 访问 http://localhost:{port} 查看文档

NPM

npm install -g fe4ml-zh
fe4ml-zh <port>
# 访问 http://localhost:{port} 查看文档

赞助我们

fe4ml-zh

About

上一篇:LeetCode 面试题 16.10. 生存人数 动态规划


下一篇:apply 和 call的用法、区别