Skip to content

Instantly share code, notes, and snippets.

@jrzaurin
Last active March 10, 2019 13:59
Show Gist options
  • Save jrzaurin/13b27e594dacd7169820c1f11f0bee9b to your computer and use it in GitHub Desktop.
Save jrzaurin/13b27e594dacd7169820c1f11f0bee9b to your computer and use it in GitHub Desktop.
├── 1
│   ├── 54a71ceb36394d94aeabe5190c33de6d
│   │   ├── artifacts
│   │   │   └── model
│   │   │   ├── MLmodel
│   │   │   ├── conda.yaml
│   │   │   └── model.pkl
│   │   ├── meta.yaml
│   │   ├── metrics
│   │   │   └── f1_score
│   │   └── params
│   │   ├── boosting_type
│   │   ├── class_weight
│   │   ├── colsample_bytree
│   │   ├── importance_type
│   │   ├── is_unbalance
│   │   ├── learning_rate
[...]
│   │   ├── reg_alpha
│   │   ├── reg_lambda
│   │   ├── silent
│   │   ├── subsample
│   │   ├── subsample_for_bin
│   │   └── subsample_freq
│   └── meta.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment