Merged
Conversation
Added a metacognition dataset with 300 participants
Extended the documentation for the risky decision-making and metacognition datasets.
Implement minor revisions suggested by Lenard: 1. Include the appropriate references under the References heading in APA format. 2. Add relevant in-text citations for the risky choice task 3. Describe what the outcomes are for the risky choice task 4. General check
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds a new metacognition dataset and expands documentation for the existing risky decision-making dataset. The changes provide detailed experimental context, column descriptions, and academic references for both datasets.
Key Changes:
- Added
load_metacognition_data()function with comprehensive documentation describing the perceptual decision-making task and confidence rating methodology - Enhanced
load_risky_choices()documentation with detailed task description, experimental design, and proper academic citations - Exported new dataset loader function in package
__init__.py
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| cpm/datasets/base.py | Added load_metacognition_data() function and expanded load_risky_choices() documentation with experimental details and references |
| cpm/datasets/init.py | Exported new load_metacognition_data function for public API access |
| docs/api/datasets.md | Added documentation reference for new metacognition dataset loader |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I added a metacognition dataset (including documentation), and extended the documentation for the existing risky decision-making dataset.