Skip to content

引用 DAI 数据集,根据输入的 DataSource ID 返回一个 dai.DataSource 对象。

Notifications You must be signed in to change notification settings

BigQuant/dai_datasource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

DataSource (DAI)

引用 DAI 数据集,根据输入的 DataSource ID 返回一个 dai.DataSource 对象。

模块开发

BigQuant AIStudio 可视化模块开发文档

进入 BigQuant AIStudio 命令行终端开发模块

clone module git project and cd

git clone "项目地址"
cd "本地 git 项目目录"

安装模块到开发路径,在开发里默认安装为 v0 版本

bq module install --dev

测试模块

在可视化开发模块列表找到对应模块,或者通过代码访问(x, y替换为具体的模块名和版本号):

python3 -c "from bigmodule import M; M.x.y()"

以当前模块为例,示例如下

python3 -c "from bigmodule import M; M.dai_datasource.v0()"

测试完成后卸载开发环境模块

bq module uninstall --dev

发布模块到模块库,以用于正式使用

bq module publish

About

引用 DAI 数据集,根据输入的 DataSource ID 返回一个 dai.DataSource 对象。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages