Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PARTITION] Parents' Education #48

Open
ChengFR opened this issue Jul 13, 2021 · 1 comment
Open

[PARTITION] Parents' Education #48

ChengFR opened this issue Jul 13, 2021 · 1 comment
Labels
feature-partition Description of feature development partition

Comments

@ChengFR
Copy link
Contributor

ChengFR commented Jul 13, 2021

Name

patients' education

Specification

Feature engineered from the questions asked to the Father or Mother of the child on their completed or in-progress education in all 5 waves.

from ballet import b
import fragile_families.analysis.metadata as metadata
X_df, _ = b.api.load_data()
cols = metadata.search([{'name': 'subtopics', 'op': 'like', 'val': '%education%'}, 
                        {'or': [{'name': 'respondent', 'op': 'eq', 'val': 'Father'}, 
                                {'name': 'respondent', 'op': 'eq', 'val': 'Mother'}]}])

There are 386 input columns in this partition.

Background

The parents' education information, including education level, skill training, etc., has been collected from Wave-1 (birth of the child) to Wave-5 (year 9). This information should directly influence the primary caregiver participation in job training at year 15. It may also indicate the family's finicial conditions and the child's performance in school.


I'm proposing this new feature development partition, who will take up the mantle to develop features from this partition? Whoever replies to this issue with the response me will "claim" it -- it might even be myself! It's okay for multiple people to claim this partition, but in that case, make sure you stay in touch directly or via the project chat, or follow each other's accepted (and rejected) feature contributions.

@ChengFR ChengFR added the feature-partition Description of feature development partition label Jul 13, 2021
@ChengFR
Copy link
Contributor Author

ChengFR commented Jul 13, 2021

me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-partition Description of feature development partition
Projects
None yet
Development

No branches or pull requests

1 participant