File size: 529 Bytes
2b965fb
 
 
 
 
 
 
 
 
 
 
 
 
 
83c3e9f
2b965fb
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "sklearn": {
        "columns": ['Pclass', 'Sex', 'Age', 'SibSp', 'Parch', 'Embarked', 'CabinBool', 'FareBand'],
        "environment": ['scikit-learn="1.1.1"', "numpy", "pandas"],
        "example_input": {
            "Pclass": [3,2,1],
            "Sex": [1,0,1],
            "Age": [1,2,3],
            "SibSp": [0,1,0],
            "Parch": [1,0,2],
            "Embarked": [1,2,3],
            "CabinBool": [1,0,1],
            "FareBand": [1,2,4]
        },
        "model": {"file": "random_forest.joblib"},
    }
}