测试
知识数据主要指用户和平台提供各类课程和实训项目的辅助信息,如用户、课程、实训基本信息,知识点、标签、测试集基本评估信息等,作业、测验等基本教学信息。可用于辅助推荐,提高准确率并缓解冷启动问题。
行为指用户在平台内进行学习活动及系统反馈结果所产生的数据。如参与讨论,完成实训任务,观看课程视频、代码行数、代码质量指数、代码运行时间/空间复杂度、获得的技能标签、通关的实训数、实验评测次数、实训总时长、学习持续性(每次学习时长)、学习积极性(学习)等,详细的交互行为数据有助于精细刻画用户的学习过程,从而挖掘用户学习习惯和知识水平,以此进行个性化推荐。
如社区贡献度、自定义实验数量/质量、实验创新新突破指数、评测机制创新性指数等。
config.settings.py
config.global_vars.py
test_cases/features
.feature
page_objects
*_page.py
test_cases/step_defs
test_*py
[ { "id": 1, "username": "john_smith", "email": "john@example.com", "name": "John Smith", "state": "active", "created_at": "2012-05-23T08:00:58Z", "bio": null, "skype": "", "linkedin": "", "twitter": "", "website_url": "", "extern_uid": "john.smith", "provider": "provider_name", "theme_id": 1, "color_scheme_id": 2, "is_admin": false, "avatar_url": "http://localhost:3000/uploads/user/avatar/1/cd8.jpeg", "can_create_group": true, "current_sign_in_at": "2014-03-19T13:12:15Z", "two_factor_enabled": true }, { "id": 2, "username": "jack_smith", "email": "jack@example.com", "name": "Jack Smith", "state": "blocked", "created_at": "2012-05-23T08:01:01Z", "bio": null, "skype": "", "linkedin": "", "twitter": "", "website_url": "", "extern_uid": "jack.smith", "provider": "provider_name", "theme_id": 1, "color_scheme_id": 3, "is_admin": false, "avatar_url": "http://localhost:3000/uploads/user/avatar/1/cd8.jpeg", "can_create_group": true, "can_create_project": true, "projects_limit": 100, "current_sign_in_at": "2014-03-19T17:54:13Z", "two_factor_enabled": false } ]
Jittor
python normalise_cam.py --data_path PATH_TO_Jrender_Dataset
python unpack_dataset.py --data_path PATH_TO_Jrender_Dataset
.vue
compile_commands.json
NSValue
NSNumber
UIColor
NSColor
.metadata
.data
Empty
EmptyDictionary
True
False
Zero
One
FirstCase
ZeroDouble
pinEdges
UIView.pin.safeArea
UIView.pin
UIView.pinFrame
SessionTools/Base
Codable
KeychainContainerConfig
keychainName
KeychainStorageContainer
AnySessionContainer
Session
Session<T>
UserSession<T>
.fit
.fr(N)
.gridItemAlignment
.gridCommonItemsAlignment
.gridContentAlignment
智能导教系统提供数据接口
数据类型
知识数据
知识数据主要指用户和平台提供各类课程和实训项目的辅助信息,如用户、课程、实训基本信息,知识点、标签、测试集基本评估信息等,作业、测验等基本教学信息。可用于辅助推荐,提高准确率并缓解冷启动问题。
行为数据
行为指用户在平台内进行学习活动及系统反馈结果所产生的数据。如参与讨论,完成实训任务,观看课程视频、代码行数、代码质量指数、代码运行时间/空间复杂度、获得的技能标签、通关的实训数、实验评测次数、实训总时长、学习持续性(每次学习时长)、学习积极性(学习)等,详细的交互行为数据有助于精细刻画用户的学习过程,从而挖掘用户学习习惯和知识水平,以此进行个性化推荐。
其它
如社区贡献度、自定义实验数量/质量、实验创新新突破指数、评测机制创新性指数等。
数据接口
知识数据
config.settings.pyconfig.global_vars.pytest_cases/features目录新建一个.feature文件,按照BDD模式编写测试用例page_objects目录,新建一个*_page.py文件, 封装元素定位以及相关操作方法。.feature文件, 在test_cases/step_defs目录下新建一个test_*py文件,导入相关pages,编写步骤函数,并且设置scenarios。Jittor?python normalise_cam.py --data_path PATH_TO_Jrender_Datasetpython unpack_dataset.py --data_path PATH_TO_Jrender_Dataset.vueImports in TScompile_commands.jsonNSValueandNSNumberUIColorandNSColor.metadataFile Structure.dataFile StructureEmptyEmptyDictionaryTrueandFalseZeroandOneFirstCaseZeroDoublepinEdgespinEdgesUIView.pin.safeAreaUIView.pinversusUIView.pinFrameSessionTools/Basesubspec to integrate SessionTools without the keychain dependencies. Going forward, we are assuming you are using this on iOS and want to use the keychain.Codable.KeychainContainerConfigsupplied with akeychainName.KeychainStorageContainersupplied with yourKeychainContainerConfig.AnySessionContainertype erased container.Sessionin a few different ways.Session<T>class as-is.Session<T>, supplying your model for the generic placeholder type.UserSession<T>, aSession<T>subclass already setup for you to deal with common log in/log out operations..fit.fr(N).gridItemAlignment.gridCommonItemsAlignment.gridContentAlignment