Views
No views yet
entrepreneurialReadiness (1–10).train.jsonl, validation.jsonl, test.jsonl)| Column | Type | Description |
|---|---|---|
| id | int | Row identifier |
| age | int | Age of the individual |
| dependents | int | Number of dependents |
| monthlyIncome | float | Monthly income |
| monthlyBills | float | Monthly recurring bills |
| monthlyEntertainment | float | Entertainment spending per month |
| savingAmount | float | Current savings |
| assets | float | Asset value |
| salesSkills | int | Self-rated sales skills (1–10) |
| riskLevel | int | Self-rated risk tolerance (1–10) |
| confidence | int | Self-rated confidence (1–10) |
| businessDifficulty | int | Self-rated difficulty of starting business |
| entrepreneurialReadiness | int | Target variable (1–10) |
1{
2 "id": 1,
3 "age": 23,
4 "dependents": 1,
5 "monthlyIncome": 3000,
6 "monthlyBills": 2000,
7 "monthlyEntertainment": 300,
8 "savingAmount": 1000,
9 "assets": 1500,
10 "salesSkills": 4,
11 "riskLevel": 5,
12 "confidence": 7,
13 "businessDifficulty": 2,
14 "entrepreneurialReadiness": 7
15}train.jsonl → 80% of rowsvalidation.jsonl → 10% of rowstest.jsonl → 10% of rows@misc{nellaep2025franckymoneydataset,
title={FranckyMoney Dataset},
author={nellaep},
year={2025},
howpublished={\url{https://huggingface.co/datasets/nellaep/FranckyMoney}}
}