1.0.0 • Published 4 years ago

@kanaries/dataset v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

DataSet

Usage

npm i --save-dev @kanaries/dataset

Most of the test are based on kaggle open dataset, like titanic.

Titanic

VariableDefinitionKey
survivalSurvival0 = No, 1 = Yes
pclassTicket class1 = 1st, 2 = 2nd, 3 = 3rd
sexSex
AgeAge in years
sibsp# of siblings / spouses aboard the Titanic
parch# of parents / children aboard the Titanic
ticketTicket number
farePassenger fare
cabinCabin number
embarkedPort of EmbarkationC = Cherbourg, Q = Queenstown, S = Southampton

data config:

{
  "Measures": ["Count"],
  "Dimensions": ["Age","Survived","SibSp","Parch","Fare","Name","Sex","Ticket","Cabin","Embarked","PassengerId","Pclass"]
}