Features
- api: add target model
- checker: support multiple target column
- scoring: support multiple target column
- scoring: add `RANDOM` scorer (for testing purposes)
- runner: add the `Columns` like to easily iterate over a dict-list-like object
- command/init: add (similar to git init)
- runner/cloud: support multiple target column
- cli: add `--staging` to directly target the staging environment
Changes
- api: `ColumnNames` now have a `targets` property (replacing the old `target_column_name` and `prediction_column_name`)
**Full Changelog**: https://github.com/crunchdao/crunch-cli/compare/3.9.3...3.10.0