pagai:为Pyrog建议SQL列的工具

时间:2024-06-14 12:51:11
【文件属性】:

文件名称:pagai:为Pyrog建议SQL列的工具

文件大小:26KB

文件格式:ZIP

更新时间:2024-06-14 12:51:11

nlp machine-learning classification Python

Pagai:深入您的数据池 Pagai是用Python实现SQL数据库检查工具。 特别是,它用于查找表之间的联接,确定列类型(名字,医疗代码等)在某些情况下对列进行排名。 该项目与作为其Web客户端的紧密相连。 可通过其Web客户端在此处获取Pagai的暂存版本: : 开始吧 设置并启动您的virtualenv 启动服务器: FLASK_RUN_PORT=4000 FLASK_APP=pagai/app flask run 访问http://localhost:4000/init/以开始数据库分析 这个概念 pagai结合了两个高级工具: 列的功能类型推断 列分类器是一种通用的机器学习模型,用于确定列中包含的信息(我们称为功能类型) 。 类型的示例是firstname , name , address , city , id , date和cod


【文件预览】:
pagai-master
----.gitignore(1KB)
----Dockerfile(1KB)
----Makefile(531B)
----.dockerignore(49B)
----docker-compose.test.yml(1KB)
----LICENSE(11KB)
----uwsgi.ini(124B)
----pagai()
--------errors.py(141B)
--------views.py(3KB)
--------services()
--------json_encoder.py(817B)
--------app.py(371B)
----docker-entrypoint.sh(61B)
----docker-compose.yml(433B)
----.github()
--------workflows()
----README.md(7KB)
----tests()
--------conftest.py(1KB)
--------data()
--------__init__.py(0B)
--------test_explore_multi_db.py(4KB)
--------settings.py(1KB)
----nginx.conf(297B)
----Dockerfile.test(322B)
----requirements()
--------requirements-all.txt(78B)
--------requirements-oracle.txt(42B)
--------requirements-base.txt(100B)
--------requirements-postgres.txt(46B)
--------requirements-dev.txt(102B)
--------requirements-mssql.txt(40B)
----.flake8(64B)

网友评论