SQLflow:基于python开发的分布式机器学习平台, 支持通过写sql的方式,运行spark, 机器学习算法, 爬虫
项目git:https://github.com/lqkweb/sqlflow SQLflow (python3+) Sqlflow based on python development, support to Spark, Flink, etc as the underlying distributed computing engine, through a set of unified configuration file to complete the batch, flow calculation, the Rest service development. 2019-01-22 更新界面,近期会规范一下代码,写一些注释并加入读写功能 主页: 结果页面: 项目目标 基于python开发的分布式机器学习平台, 支持通过写sql的方式,运行spark, 机器学习算法, 爬虫。 安装python3环境, 执行项目 git clone https://github.com/lqkweb/sqlflow.git pip install -r requirements.txt (sqlf...