@kanaries/dataset
v1.0.0
Published
collection of datasets for tests
Downloads
2
Readme
DataSet
Usage
npm i --save-dev @kanaries/dataset
Most of the test are based on kaggle open dataset, like titanic.
Titanic
| Variable | Definition | Key | | :--- | :--- | :--- | | survival | Survival | 0 = No, 1 = Yes | | pclass | Ticket class | 1 = 1st, 2 = 2nd, 3 = 3rd | | sex | Sex | | | Age | Age in years | | | sibsp | # of siblings / spouses aboard the Titanic | | | parch | # of parents / children aboard the Titanic | | | ticket | Ticket number | | | fare | Passenger fare | | | cabin | Cabin number | | | embarked | Port of Embarkation | C = Cherbourg, Q = Queenstown, S = Southampton |
data config:
{
"Measures": ["Count"],
"Dimensions": ["Age","Survived","SibSp","Parch","Fare","Name","Sex","Ticket","Cabin","Embarked","PassengerId","Pclass"]
}