From fff80cd4e7acf5a470affbe0afc64e6a95407960 Mon Sep 17 00:00:00 2001 From: the-superpirate Date: Fri, 23 Apr 2021 18:23:02 +0300 Subject: [PATCH] - feat(nexus): Bump versions - fix(nexus): Preparing configs to be published - feat(nexus): Various fixes for opening left sources - fix(nexus): Fine-tune versions 1 internal commit(s) GitOrigin-RevId: 6c834cd3f4f5f18109a159a73503700dac63b0bb --- .gitignore | 3 - README.md | 31 +- WORKSPACE | 66 +- idm/api/services/chat_manager.py | 27 +- library/aiogrpctools/base.py | 24 +- library/configurator/__init__.py | 21 +- nexus/README.md | 2 +- nexus/bot/configs/__init__.py | 2 +- nexus/bot/configs/base.yaml | 6 +- nexus/cognitron/.gitignore | 1 + nexus/cognitron/README.md | 6 +- nexus/cognitron/configs/summa.yaml | 5 +- nexus/cognitron/docker-compose.yml | 34 +- nexus/cognitron/web/BUILD.bazel | 7 +- nexus/cognitron/web/client/api.js | 11 - nexus/cognitron/web/client/http-client.js | 18 - nexus/cognitron/web/client/index.js | 7 - nexus/cognitron/web/components/document.vue | 8 +- .../cognitron/web/components/search-item.vue | 27 +- .../cognitron/web/components/search-list.vue | 2 +- nexus/cognitron/web/components/v-header.vue | 2 +- nexus/cognitron/web/components/v-scimag.vue | 42 +- nexus/cognitron/web/components/v-scitech.vue | 54 +- nexus/cognitron/web/components/v-tr.vue | 37 +- nexus/cognitron/web/nuxt.config.js | 21 +- nexus/cognitron/web/pages/documents/_key.vue | 41 - .../web/pages/documents/_schema/_id.vue | 30 + nexus/cognitron/web/pages/index.vue | 50 +- nexus/cognitron/web/plugins/helpers.js | 59 - nexus/cognitron/web/plugins/meta-api.js | 6 + nexus/cognitron/web/plugins/scimag-helpers.js | 59 - .../cognitron/web/plugins/scitech-helpers.js | 68 - nexus/cognitron/web/plugins/search-api.js | 16 - nexus/cognitron/web/plugins/utils.js | 4 +- nexus/hub/configs/__init__.py | 2 +- nexus/hub/configs/base.yaml | 10 +- nexus/hub/services/submitter.py | 23 +- nexus/meta_api/BUILD.bazel | 94 + nexus/meta_api/README.md | 1 + nexus/meta_api/__init__.py | 0 nexus/meta_api/cli.py | 16 + nexus/meta_api/configs/__init__.py | 14 + nexus/meta_api/configs/base.yaml | 20 + nexus/meta_api/configs/logging.yaml | 106 + .../web => meta_api/js}/client/BUILD.bazel | 1 + nexus/meta_api/js/client/index.js | 39 + nexus/meta_api/main.py | 66 + nexus/meta_api/models/classic.txt | 1760 +++++++++++++++++ nexus/meta_api/proto/BUILD.bazel | 15 +- nexus/meta_api/proto/documents_service.proto | 10 + nexus/meta_api/proto/documents_service_pb2.py | 75 +- .../proto/documents_service_pb2_grpc.py | 33 + nexus/meta_api/providers/__init__.py | 0 nexus/meta_api/providers/data.py | 69 + nexus/meta_api/providers/stat.py | 114 ++ nexus/meta_api/query_extensionner/BUILD.bazel | 16 + nexus/meta_api/query_extensionner/__init__.py | 31 + nexus/meta_api/query_extensionner/checks.py | 60 + .../query_extensionner/grammar/__init__.py | 9 + .../query_extensionner/grammar/parser.py | 330 ++++ .../query_extensionner/grammar/tree.py | 370 ++++ .../grammar/tree_transformer.py | 211 ++ .../query_extensionner/tests/BUILD.bazel | 12 + .../query_extensionner/tests/__init__.py | 0 .../meta_api/query_extensionner/tests/test.py | 7 + .../query_extensionner/tests/test_grammar.py | 41 + .../tests/test_query_extensionner.py | 70 + nexus/meta_api/rescorers/__init__.py | 3 + nexus/meta_api/rescorers/base.py | 11 + nexus/meta_api/rescorers/classic_rescorer.py | 236 +++ nexus/meta_api/services/base.py | 15 + nexus/meta_api/services/documents.py | 163 ++ nexus/meta_api/services/search.py | 235 +++ nexus/models/proto/BUILD.bazel | 8 + nexus/translations/translations.yaml | 4 +- papers-please/00-welcome-stranger.md | 5 + papers-please/03-agenda.md | 11 + papers-please/98-new-conditions.md | 26 + repository/install-packages.sh | 36 + rules/nodejs/package.json | 5 +- rules/nodejs/yarn.lock | 329 +-- rules/rust/Cargo.raze.lock | 277 +-- rules/rust/Cargo.toml | 10 +- rules/rust/cargo/BUILD.bazel | 16 +- rules/rust/crates.bzl | 450 ++--- rules/rust/remote/BUILD.actix-0.10.0.bazel | 4 +- .../rust/remote/BUILD.actix-codec-0.2.0.bazel | 4 +- .../rust/remote/BUILD.actix-codec-0.3.0.bazel | 4 +- .../remote/BUILD.actix-connect-2.0.0.bazel | 4 +- .../rust/remote/BUILD.actix-cors-0.5.4.bazel | 4 +- .../rust/remote/BUILD.actix-http-2.2.0.bazel | 12 +- .../remote/BUILD.actix-macros-0.1.3.bazel | 2 +- .../remote/BUILD.actix-router-0.2.7.bazel | 2 +- rules/rust/remote/BUILD.actix-rt-1.1.1.bazel | 4 +- .../remote/BUILD.actix-server-1.0.4.bazel | 4 +- .../remote/BUILD.actix-service-1.0.6.bazel | 2 +- .../remote/BUILD.actix-threadpool-0.3.3.bazel | 2 +- rules/rust/remote/BUILD.actix-tls-2.0.0.bazel | 2 +- .../rust/remote/BUILD.actix-utils-1.0.6.bazel | 2 +- .../rust/remote/BUILD.actix-utils-2.0.0.bazel | 6 +- rules/rust/remote/BUILD.actix-web-3.3.2.bazel | 10 +- .../BUILD.actix-web-codegen-0.4.0.bazel | 4 +- .../remote/BUILD.actix_derive-0.5.0.bazel | 4 +- ...8.bazel => BUILD.async-trait-0.1.50.bazel} | 8 +- rules/rust/remote/BUILD.atty-0.2.14.bazel | 2 +- rules/rust/remote/BUILD.awc-2.0.3.bazel | 2 +- .../rust/remote/BUILD.backtrace-0.3.56.bazel | 2 +- rules/rust/remote/BUILD.base64-0.9.3.bazel | 2 +- rules/rust/remote/BUILD.bb8-0.4.2.bazel | 4 +- .../remote/BUILD.bb8-postgres-0.4.0.bazel | 4 +- ...-1.3.2.bazel => BUILD.bincode-1.3.3.bazel} | 3 +- rules/rust/remote/BUILD.byteorder-1.3.4.bazel | 89 - rules/rust/remote/BUILD.byteorder-1.4.3.bazel | 57 + ...ast-0.2.3.bazel => BUILD.cast-0.2.5.bazel} | 8 +- rules/rust/remote/BUILD.chrono-0.4.19.bazel | 2 +- rules/rust/remote/BUILD.config-0.10.1.bazel | 15 - rules/rust/remote/BUILD.config-0.11.0.bazel | 99 + ...0.4.6.bazel => BUILD.const_fn-0.4.7.bazel} | 4 +- rules/rust/remote/BUILD.criterion-0.3.4.bazel | 2 +- .../remote/BUILD.criterion-plot-0.4.3.bazel | 2 +- ...el => BUILD.crossbeam-channel-0.5.1.bazel} | 2 +- rules/rust/remote/BUILD.deadpool-0.5.2.bazel | 2 +- .../BUILD.deadpool-postgres-0.5.6.bazel | 4 +- .../remote/BUILD.derive_more-0.99.13.bazel | 4 +- .../remote/BUILD.dirs-sys-next-0.1.2.bazel | 2 +- .../remote/BUILD.enum-as-inner-0.3.3.bazel | 4 +- .../remote/BUILD.failure_derive-0.1.8.bazel | 4 +- rules/rust/remote/BUILD.filetime-0.2.14.bazel | 2 +- rules/rust/remote/BUILD.flate2-1.0.20.bazel | 2 +- rules/rust/remote/BUILD.fs2-0.4.3.bazel | 2 +- rules/rust/remote/BUILD.fst-0.3.5.bazel | 2 +- ....3.13.bazel => BUILD.futures-0.3.14.bazel} | 82 +- ...zel => BUILD.futures-channel-0.3.14.bazel} | 6 +- ....bazel => BUILD.futures-core-0.3.14.bazel} | 2 +- ...el => BUILD.futures-executor-0.3.14.bazel} | 8 +- ...13.bazel => BUILD.futures-io-0.3.14.bazel} | 2 +- ...bazel => BUILD.futures-macro-0.3.14.bazel} | 6 +- ....bazel => BUILD.futures-sink-0.3.14.bazel} | 2 +- ....bazel => BUILD.futures-task-0.3.14.bazel} | 2 +- ....bazel => BUILD.futures-util-0.3.14.bazel} | 14 +- rules/rust/remote/BUILD.fxhash-0.2.1.bazel | 2 +- .../rust/remote/BUILD.getrandom-0.1.16.bazel | 2 +- rules/rust/remote/BUILD.getrandom-0.2.2.bazel | 2 +- rules/rust/remote/BUILD.grpc-0.8.3.bazel | 2 +- rules/rust/remote/BUILD.h2-0.2.7.bazel | 8 +- .../rust/remote/BUILD.hermit-abi-0.1.18.bazel | 2 +- rules/rust/remote/BUILD.hostname-0.3.1.bazel | 2 +- ...ttp-0.2.3.bazel => BUILD.http-0.2.4.bazel} | 4 +- ...1.3.5.bazel => BUILD.httparse-1.4.0.bazel} | 4 +- rules/rust/remote/BUILD.httpbis-0.9.1.bazel | 4 +- ...dna-0.2.2.bazel => BUILD.idna-0.2.3.bazel} | 4 +- rules/rust/remote/BUILD.iovec-0.1.4.bazel | 2 +- ...0.3.49.bazel => BUILD.js-sys-0.3.50.bazel} | 4 +- .../remote/BUILD.lexical-core-0.7.5.bazel | 2 - ...c-0.2.91.bazel => BUILD.libc-0.2.93.bazel} | 4 +- .../remote/BUILD.linked-hash-map-0.3.0.bazel | 62 - ...0.4.2.bazel => BUILD.lock_api-0.4.3.bazel} | 2 +- rules/rust/remote/BUILD.log4rs-0.10.0.bazel | 2 +- rules/rust/remote/BUILD.lz4-1.23.2.bazel | 4 +- rules/rust/remote/BUILD.lz4-sys-1.9.2.bazel | 2 +- rules/rust/remote/BUILD.md-5-0.9.1.bazel | 73 + rules/rust/remote/BUILD.memmap-0.7.0.bazel | 2 +- rules/rust/remote/BUILD.mio-0.6.23.bazel | 2 +- rules/rust/remote/BUILD.mio-0.7.11.bazel | 2 +- rules/rust/remote/BUILD.mio-uds-0.6.8.bazel | 2 +- .../remote/BUILD.murmurhash32-0.2.0.bazel | 2 +- rules/rust/remote/BUILD.net2-0.2.37.bazel | 2 +- rules/rust/remote/BUILD.nix-0.14.1.bazel | 2 +- rules/rust/remote/BUILD.num_cpus-1.13.0.bazel | 2 +- .../remote/BUILD.parking_lot-0.11.1.bazel | 2 +- .../remote/BUILD.parking_lot_core-0.8.3.bazel | 2 +- ....6.bazel => BUILD.pin-project-1.0.7.bazel} | 4 +- .../BUILD.pin-project-internal-0.4.28.bazel | 4 +- ...=> BUILD.pin-project-internal-1.0.7.bazel} | 6 +- rules/rust/remote/BUILD.postgres-0.17.5.bazel | 2 +- .../remote/BUILD.postgres-derive-0.4.0.bazel | 4 +- .../BUILD.postgres-protocol-0.5.3.bazel | 2 +- ...el => BUILD.postgres-protocol-0.6.1.bazel} | 6 +- ...bazel => BUILD.postgres-types-0.2.1.bazel} | 4 +- ...4.bazel => BUILD.proc-macro2-1.0.26.bazel} | 4 +- rules/rust/remote/BUILD.proptest-0.10.1.bazel | 2 +- rules/rust/remote/BUILD.quote-1.0.9.bazel | 2 +- rules/rust/remote/BUILD.rand-0.4.6.bazel | 2 +- rules/rust/remote/BUILD.rand-0.5.6.bazel | 2 +- rules/rust/remote/BUILD.rand-0.7.3.bazel | 2 +- rules/rust/remote/BUILD.rand-0.8.3.bazel | 2 +- .../rust/remote/BUILD.rayon-core-1.9.0.bazel | 2 +- ....bazel => BUILD.redox_syscall-0.2.6.bazel} | 2 +- .../rust/remote/BUILD.redox_users-0.4.0.bazel | 2 +- .../remote/BUILD.regex-automata-0.1.9.bazel | 2 +- rules/rust/remote/BUILD.reopen-1.0.2.bazel | 2 +- .../rust/remote/BUILD.serde-hjson-0.9.1.bazel | 4 - .../remote/BUILD.serde_derive-1.0.125.bazel | 4 +- .../rust/remote/BUILD.serde_test-0.8.23.bazel | 54 - .../rust/remote/BUILD.signal-hook-0.2.3.bazel | 2 +- ....7.bazel => BUILD.signal-hook-0.3.8.bazel} | 6 +- .../BUILD.signal-hook-registry-1.3.0.bazel | 2 +- .../rust/remote/BUILD.slog-async-2.6.0.bazel | 2 +- .../rust/remote/BUILD.slog_derive-0.2.0.bazel | 4 +- rules/rust/remote/BUILD.socket2-0.3.19.bazel | 2 +- rules/rust/remote/BUILD.socket2-0.4.0.bazel | 64 + .../remote/BUILD.stdweb-derive-0.5.3.bazel | 4 +- .../BUILD.stdweb-internal-macros-0.2.9.bazel | 4 +- .../rust/remote/BUILD.stringprep-0.1.2.bazel | 2 +- .../remote/BUILD.strum_macros-0.20.1.bazel | 4 +- ...yn-1.0.67.bazel => BUILD.syn-1.0.69.bazel} | 6 +- .../remote/BUILD.synstructure-0.12.4.bazel | 4 +- .../rust/remote/BUILD.tantivy-fst-0.3.0.bazel | 2 +- rules/rust/remote/BUILD.tar-0.4.33.bazel | 2 +- rules/rust/remote/BUILD.tempfile-3.2.0.bazel | 2 +- .../remote/BUILD.thiserror-impl-1.0.24.bazel | 4 +- rules/rust/remote/BUILD.thread-id-3.3.0.bazel | 2 +- rules/rust/remote/BUILD.time-0.1.43.bazel | 2 +- rules/rust/remote/BUILD.time-0.2.26.bazel | 4 +- .../remote/BUILD.time-macros-impl-0.1.1.bazel | 4 +- ...-1.1.1.bazel => BUILD.tinyvec-1.2.0.bazel} | 2 +- rules/rust/remote/BUILD.tokio-0.2.25.bazel | 4 +- ...io-1.4.0.bazel => BUILD.tokio-1.5.0.bazel} | 10 +- .../remote/BUILD.tokio-macros-0.2.6.bazel | 4 +- .../remote/BUILD.tokio-pg-mapper-0.2.0.bazel | 2 +- .../BUILD.tokio-pg-mapper-derive-0.2.0.bazel | 4 +- .../remote/BUILD.tokio-postgres-0.5.5.bazel | 6 +- ...bazel => BUILD.tokio-postgres-0.7.1.bazel} | 18 +- .../rust/remote/BUILD.tokio-util-0.2.0.bazel | 4 +- .../rust/remote/BUILD.tokio-util-0.3.1.bazel | 6 +- ...6.5.bazel => BUILD.tokio-util-0.6.6.bazel} | 8 +- .../remote/BUILD.tracing-futures-0.2.5.bazel | 2 +- .../remote/BUILD.trust-dns-proto-0.19.7.bazel | 6 +- .../BUILD.trust-dns-resolver-0.19.7.bazel | 2 +- ...4.bazel => BUILD.unicode-bidi-0.3.5.bazel} | 4 +- .../BUILD.unicode-normalization-0.1.17.bazel | 2 +- .../rust/remote/BUILD.unix_socket-0.5.0.bazel | 2 +- rules/rust/remote/BUILD.url-2.2.1.bazel | 2 +- .../remote/BUILD.wait-timeout-0.2.0.bazel | 8 +- ....bazel => BUILD.wasm-bindgen-0.2.73.bazel} | 6 +- ...> BUILD.wasm-bindgen-backend-0.2.73.bazel} | 8 +- ... => BUILD.wasm-bindgen-macro-0.2.73.bazel} | 4 +- ...D.wasm-bindgen-macro-support-0.2.73.bazel} | 10 +- ...=> BUILD.wasm-bindgen-shared-0.2.73.bazel} | 4 +- ....3.49.bazel => BUILD.web-sys-0.3.50.bazel} | 6 +- rules/rust/remote/BUILD.xattr-0.2.2.bazel | 2 +- 241 files changed, 5648 insertions(+), 1746 deletions(-) create mode 100644 nexus/cognitron/.gitignore delete mode 100644 nexus/cognitron/web/client/api.js delete mode 100644 nexus/cognitron/web/client/http-client.js delete mode 100644 nexus/cognitron/web/client/index.js delete mode 100644 nexus/cognitron/web/pages/documents/_key.vue create mode 100644 nexus/cognitron/web/pages/documents/_schema/_id.vue create mode 100755 nexus/cognitron/web/plugins/meta-api.js delete mode 100644 nexus/cognitron/web/plugins/scimag-helpers.js delete mode 100644 nexus/cognitron/web/plugins/scitech-helpers.js delete mode 100755 nexus/cognitron/web/plugins/search-api.js create mode 100644 nexus/meta_api/BUILD.bazel create mode 100644 nexus/meta_api/README.md create mode 100644 nexus/meta_api/__init__.py create mode 100644 nexus/meta_api/cli.py create mode 100644 nexus/meta_api/configs/__init__.py create mode 100644 nexus/meta_api/configs/base.yaml create mode 100644 nexus/meta_api/configs/logging.yaml rename nexus/{cognitron/web => meta_api/js}/client/BUILD.bazel (81%) create mode 100644 nexus/meta_api/js/client/index.js create mode 100644 nexus/meta_api/main.py create mode 100644 nexus/meta_api/models/classic.txt create mode 100644 nexus/meta_api/providers/__init__.py create mode 100644 nexus/meta_api/providers/data.py create mode 100644 nexus/meta_api/providers/stat.py create mode 100644 nexus/meta_api/query_extensionner/BUILD.bazel create mode 100644 nexus/meta_api/query_extensionner/__init__.py create mode 100644 nexus/meta_api/query_extensionner/checks.py create mode 100644 nexus/meta_api/query_extensionner/grammar/__init__.py create mode 100644 nexus/meta_api/query_extensionner/grammar/parser.py create mode 100644 nexus/meta_api/query_extensionner/grammar/tree.py create mode 100644 nexus/meta_api/query_extensionner/grammar/tree_transformer.py create mode 100644 nexus/meta_api/query_extensionner/tests/BUILD.bazel create mode 100644 nexus/meta_api/query_extensionner/tests/__init__.py create mode 100644 nexus/meta_api/query_extensionner/tests/test.py create mode 100644 nexus/meta_api/query_extensionner/tests/test_grammar.py create mode 100644 nexus/meta_api/query_extensionner/tests/test_query_extensionner.py create mode 100644 nexus/meta_api/rescorers/__init__.py create mode 100644 nexus/meta_api/rescorers/base.py create mode 100644 nexus/meta_api/rescorers/classic_rescorer.py create mode 100644 nexus/meta_api/services/base.py create mode 100644 nexus/meta_api/services/documents.py create mode 100644 nexus/meta_api/services/search.py create mode 100644 papers-please/98-new-conditions.md create mode 100755 repository/install-packages.sh rename rules/rust/remote/{BUILD.async-trait-0.1.48.bazel => BUILD.async-trait-0.1.50.bazel} (92%) rename rules/rust/remote/{BUILD.bincode-1.3.2.bazel => BUILD.bincode-1.3.3.bazel} (94%) delete mode 100644 rules/rust/remote/BUILD.byteorder-1.3.4.bazel create mode 100644 rules/rust/remote/BUILD.byteorder-1.4.3.bazel rename rules/rust/remote/{BUILD.cast-0.2.3.bazel => BUILD.cast-0.2.5.bazel} (94%) create mode 100644 rules/rust/remote/BUILD.config-0.11.0.bazel rename rules/rust/remote/{BUILD.const_fn-0.4.6.bazel => BUILD.const_fn-0.4.7.bazel} (97%) rename rules/rust/remote/{BUILD.crossbeam-channel-0.5.0.bazel => BUILD.crossbeam-channel-0.5.1.bazel} (98%) rename rules/rust/remote/{BUILD.futures-0.3.13.bazel => BUILD.futures-0.3.14.bazel} (67%) rename rules/rust/remote/{BUILD.futures-channel-0.3.13.bazel => BUILD.futures-channel-0.3.14.bazel} (91%) rename rules/rust/remote/{BUILD.futures-core-0.3.13.bazel => BUILD.futures-core-0.3.14.bazel} (97%) rename rules/rust/remote/{BUILD.futures-executor-0.3.13.bazel => BUILD.futures-executor-0.3.14.bazel} (86%) rename rules/rust/remote/{BUILD.futures-io-0.3.13.bazel => BUILD.futures-io-0.3.14.bazel} (97%) rename rules/rust/remote/{BUILD.futures-macro-0.3.13.bazel => BUILD.futures-macro-0.3.14.bazel} (91%) rename rules/rust/remote/{BUILD.futures-sink-0.3.13.bazel => BUILD.futures-sink-0.3.14.bazel} (97%) rename rules/rust/remote/{BUILD.futures-task-0.3.13.bazel => BUILD.futures-task-0.3.14.bazel} (97%) rename rules/rust/remote/{BUILD.futures-util-0.3.13.bazel => BUILD.futures-util-0.3.14.bazel} (83%) rename rules/rust/remote/{BUILD.http-0.2.3.bazel => BUILD.http-0.2.4.bazel} (95%) rename rules/rust/remote/{BUILD.httparse-1.3.5.bazel => BUILD.httparse-1.4.0.bazel} (97%) rename rules/rust/remote/{BUILD.idna-0.2.2.bazel => BUILD.idna-0.2.3.bazel} (94%) rename rules/rust/remote/{BUILD.js-sys-0.3.49.bazel => BUILD.js-sys-0.3.50.bazel} (93%) rename rules/rust/remote/{BUILD.libc-0.2.91.bazel => BUILD.libc-0.2.93.bazel} (97%) delete mode 100644 rules/rust/remote/BUILD.linked-hash-map-0.3.0.bazel rename rules/rust/remote/{BUILD.lock_api-0.4.2.bazel => BUILD.lock_api-0.4.3.bazel} (97%) create mode 100644 rules/rust/remote/BUILD.md-5-0.9.1.bazel rename rules/rust/remote/{BUILD.pin-project-1.0.6.bazel => BUILD.pin-project-1.0.7.bazel} (96%) rename rules/rust/remote/{BUILD.pin-project-internal-1.0.6.bazel => BUILD.pin-project-internal-1.0.7.bazel} (90%) rename rules/rust/remote/{BUILD.postgres-protocol-0.6.0.bazel => BUILD.postgres-protocol-0.6.1.bazel} (92%) rename rules/rust/remote/{BUILD.postgres-types-0.2.0.bazel => BUILD.postgres-types-0.2.1.bazel} (92%) rename rules/rust/remote/{BUILD.proc-macro2-1.0.24.bazel => BUILD.proc-macro2-1.0.26.bazel} (97%) rename rules/rust/remote/{BUILD.redox_syscall-0.2.5.bazel => BUILD.redox_syscall-0.2.6.bazel} (98%) delete mode 100644 rules/rust/remote/BUILD.serde_test-0.8.23.bazel rename rules/rust/remote/{BUILD.signal-hook-0.3.7.bazel => BUILD.signal-hook-0.3.8.bazel} (96%) create mode 100644 rules/rust/remote/BUILD.socket2-0.4.0.bazel rename rules/rust/remote/{BUILD.syn-1.0.67.bazel => BUILD.syn-1.0.69.bazel} (97%) rename rules/rust/remote/{BUILD.tinyvec-1.1.1.bazel => BUILD.tinyvec-1.2.0.bazel} (98%) rename rules/rust/remote/{BUILD.tokio-1.4.0.bazel => BUILD.tokio-1.5.0.bazel} (97%) rename rules/rust/remote/{BUILD.tokio-postgres-0.7.0.bazel => BUILD.tokio-postgres-0.7.1.bazel} (78%) rename rules/rust/remote/{BUILD.tokio-util-0.6.5.bazel => BUILD.tokio-util-0.6.6.bazel} (92%) rename rules/rust/remote/{BUILD.unicode-bidi-0.3.4.bazel => BUILD.unicode-bidi-0.3.5.bazel} (95%) rename rules/rust/remote/{BUILD.wasm-bindgen-0.2.72.bazel => BUILD.wasm-bindgen-0.2.73.bazel} (95%) rename rules/rust/remote/{BUILD.wasm-bindgen-backend-0.2.72.bazel => BUILD.wasm-bindgen-backend-0.2.73.bazel} (87%) rename rules/rust/remote/{BUILD.wasm-bindgen-macro-0.2.72.bazel => BUILD.wasm-bindgen-macro-0.2.73.bazel} (92%) rename rules/rust/remote/{BUILD.wasm-bindgen-macro-support-0.2.72.bazel => BUILD.wasm-bindgen-macro-support-0.2.73.bazel} (81%) rename rules/rust/remote/{BUILD.wasm-bindgen-shared-0.2.72.bazel => BUILD.wasm-bindgen-shared-0.2.73.bazel} (97%) rename rules/rust/remote/{BUILD.web-sys-0.3.49.bazel => BUILD.web-sys-0.3.50.bazel} (91%) diff --git a/.gitignore b/.gitignore index 1378e86..fe9ef1a 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,3 @@ node_modules/ # Telethon session files *.session - -# IPFS collection for Cognitron -bafykbzacebzohi352bddfunaub5rgqv5b324nejk5v6fltjh45be5ykw5jsjg/ diff --git a/README.md b/README.md index 9e162ac..b890015 100644 --- a/README.md +++ b/README.md @@ -10,26 +10,16 @@ into [`internal Protobuf format`](nexus/models) and to landing converted data in ## Prerequisite +Install system packages for various OSes: +```shell script +sudo ./repository/install-packages.sh +``` + ### Ubuntu 20.04 #### Docker [Installation Guide](https://docs.docker.com/engine/install/ubuntu/) -#### System Compilers -```shell script -sudo apt-get install -y --no-install-recommends g++ python3.9 protobuf-compiler libprotobuf-dev libev-perl -``` - -#### Bazel Build System -[Installation Guide](https://docs.bazel.build/versions/master/install-ubuntu.html) or _one-liner_: -```shell script -sudo apt install curl gnupg -curl -fsSL https://bazel.build/bazel-release.pub.gpg | gpg --dearmor > bazel.gpg -sudo mv bazel.gpg /etc/apt/trusted.gpg.d/ -echo "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8" | sudo tee /etc/apt/sources.list.d/bazel.list -sudo apt update && sudo apt install bazel -``` - #### IPFS [Installation Guide](https://docs.ipfs.io/install/) @@ -38,17 +28,6 @@ sudo apt update && sudo apt install bazel #### Docker [Installation Guide](https://docs.docker.com/docker-for-mac/install/) -#### System Compilers -```shell script -brew install llvm protobuf python3.9 -``` - -#### Bazel Build System -[Installation Guide](https://docs.bazel.build/versions/master/install-os-x.html) or _one-liner_: -```shell script -brew install bazel -``` - #### IPFS [Installation Guide](https://docs.ipfs.io/install/) diff --git a/WORKSPACE b/WORKSPACE index e67b304..c55efd9 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -26,8 +26,8 @@ http_archive( http_archive( name = "build_bazel_rules_nodejs", - sha256 = "f533eeefc8fe1ddfe93652ec50f82373d0c431f7faabd5e6323f6903195ef227", - urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.3.0/rules_nodejs-3.3.0.tar.gz"], + sha256 = "1134ec9b7baee008f1d54f0483049a97e53a57cd3913ec9d6db625549c98395a", + urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.4.0/rules_nodejs-3.4.0.tar.gz"], ) http_archive( @@ -119,6 +119,39 @@ pip_install( requirements = "//rules/python:requirements.txt", ) +# Proto / gRPC + +http_archive( + name = "rules_proto_grpc", + sha256 = "7954abbb6898830cd10ac9714fbcacf092299fda00ed2baf781172f545120419", + strip_prefix = "rules_proto_grpc-3.1.1", + urls = ["https://github.com/rules-proto-grpc/rules_proto_grpc/archive/3.1.1.tar.gz"], +) + +load("@rules_proto_grpc//:repositories.bzl", "rules_proto_grpc_repos", "rules_proto_grpc_toolchains") + +rules_proto_grpc_toolchains() + +rules_proto_grpc_repos() + +load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies", "rules_proto_toolchains") + +rules_proto_dependencies() + +rules_proto_toolchains() + +load("@rules_proto_grpc//js:repositories.bzl", "js_repos") + +js_repos() + +load("@com_github_grpc_grpc//bazel:grpc_deps.bzl", "grpc_deps") + +grpc_deps() + +load("@com_github_grpc_grpc//bazel:grpc_extra_deps.bzl", "grpc_extra_deps") + +grpc_extra_deps() + # Java load("//rules/java:artifacts.bzl", "maven_fetch_remote_artifacts") @@ -234,32 +267,3 @@ rules_misc_setup_internal() load("//rules/misc:install.bzl", "rules_misc_install_internal") rules_misc_install_internal() - -# Proto / gRPC - -http_archive( - name = "rules_proto_grpc", - sha256 = "7954abbb6898830cd10ac9714fbcacf092299fda00ed2baf781172f545120419", - strip_prefix = "rules_proto_grpc-3.1.1", - urls = ["https://github.com/rules-proto-grpc/rules_proto_grpc/archive/3.1.1.tar.gz"], -) - -load("@rules_proto_grpc//:repositories.bzl", "rules_proto_grpc_repos", "rules_proto_grpc_toolchains") - -rules_proto_grpc_toolchains() - -rules_proto_grpc_repos() - -load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies", "rules_proto_toolchains") - -rules_proto_dependencies() - -rules_proto_toolchains() - -load("@com_github_grpc_grpc//bazel:grpc_deps.bzl", "grpc_deps") - -grpc_deps() - -load("@com_github_grpc_grpc//bazel:grpc_extra_deps.bzl", "grpc_extra_deps") - -grpc_extra_deps() diff --git a/idm/api/services/chat_manager.py b/idm/api/services/chat_manager.py index a3ac0b3..3d2b4e6 100644 --- a/idm/api/services/chat_manager.py +++ b/idm/api/services/chat_manager.py @@ -57,27 +57,30 @@ class ChatManagerService(ChatManagerServicer, BaseService): chat.is_system_messaging_enabled, chat.is_discovery_enabled, ) - .returning('*') + .on_conflict('chat_id') + .do_nothing() ).get_sql() async with self.pool_holder.pool.acquire() as session: - result = await session.execute(query) - chat = await result.fetchone() - return self.enrich_chat(ChatPb(**chat)) + await session.execute(query) + return await self._get_chat(session=session, chat_id=request.chat_id, context=context) - @aiogrpc_request_wrapper() - async def get_chat(self, request, context, metadata): + async def _get_chat(self, session, chat_id, context): query = ( PostgreSQLQuery .from_(self.chats_table) .select('*') - .where(self.chats_table.chat_id == request.chat_id) + .where(self.chats_table.chat_id == chat_id) ).get_sql() + result = await session.execute(query) + chat = await result.fetchone() + if chat is None: + await context.abort(StatusCode.NOT_FOUND, 'not_found') + return self.enrich_chat(ChatPb(**chat)) + + @aiogrpc_request_wrapper() + async def get_chat(self, request, context, metadata): async with self.pool_holder.pool.acquire() as session: - result = await session.execute(query) - chat = await result.fetchone() - if chat is None: - await context.abort(StatusCode.NOT_FOUND, 'not_found') - return self.enrich_chat(ChatPb(**chat)) + return await self._get_chat(session=session, chat_id=request.chat_id, context=context) @aiogrpc_request_wrapper() async def list_chats(self, request, context, metadata): diff --git a/library/aiogrpctools/base.py b/library/aiogrpctools/base.py index 42ad8f7..4cf690c 100644 --- a/library/aiogrpctools/base.py +++ b/library/aiogrpctools/base.py @@ -14,14 +14,26 @@ from library.logging import error_log class AioGrpcServer(AioRootThing): def __init__(self, address, port): super().__init__() + self.address = address + self.port = port self.server = aio.server() self.server.add_insecure_port(f'{address}:{port}') async def start(self): + logging.getLogger('debug').info({ + 'action': 'starting', + 'address': self.address, + 'mode': 'grpc', + 'port': self.port, + }) await self.server.start() await self.server.wait_for_termination() async def stop(self): + logging.getLogger('debug').info({ + 'action': 'stopping', + 'mode': 'grpc', + }) await self.server.stop(None) @@ -50,21 +62,21 @@ def aiogrpc_request_wrapper(log=True): self.statbox( action='enter', mode=func.__name__, - request_id=metadata['request-id'], + request_id=metadata.get('request-id'), ) r = await func(self, request, context, metadata) if log: self.statbox( action='exit', mode=func.__name__, - request_id=metadata['request-id'], + request_id=metadata.get('request-id'), ) return r except aio.AbortError: raise except Exception as e: serialized_request = MessageToDict(request, preserving_proto_field_name=True) - error_log(e, request=serialized_request, request_id=metadata['request-id']) + error_log(e, request=serialized_request, request_id=metadata.get('request-id')) if e.__class__ in self.error_mapping: await context.abort(*self.error_mapping[e.__class__]) raise e @@ -80,20 +92,20 @@ def aiogrpc_streaming_request_wrapper(func): self.statbox( action='enter', mode=func.__name__, - request_id=metadata['request-id'], + request_id=metadata.get('request-id'), ) async for item in func(self, request, context, metadata): yield item self.statbox( action='exit', mode=func.__name__, - request_id=metadata['request-id'], + request_id=metadata.get('request-id'), ) except aio.AbortError: raise except Exception as e: serialized_request = MessageToDict(request, preserving_proto_field_name=True) - error_log(e, request=serialized_request, request_id=metadata['request-id']) + error_log(e, request=serialized_request, request_id=metadata.get('request-id')) if e.__class__ in self.error_mapping: await context.abort(*self.error_mapping[e.__class__]) raise e diff --git a/library/configurator/__init__.py b/library/configurator/__init__.py index 3b27324..e474d9e 100644 --- a/library/configurator/__init__.py +++ b/library/configurator/__init__.py @@ -4,7 +4,10 @@ import os.path from types import ModuleType import yaml -from izihawa_utils.common import smart_merge_dicts +from izihawa_utils.common import ( + smart_merge_dicts, + unflatten, +) from jinja2 import Template from library.configurator.exceptions import UnknownConfigFormatError @@ -42,7 +45,7 @@ class RichDict(dict): class Configurator(RichDict): - def __init__(self, configs: list): + def __init__(self, configs: list, env_prefix: str = None, env_key_separator: str = '.'): """ Create Configurator object @@ -54,12 +57,16 @@ class Configurator(RichDict): self._by_basenames = {} self._omitted_files = [] - env_config = {} - env_config_var = os.environ.get('CONFIGURATOR', '') - if env_config_var: - env_config = yaml.safe_load(env_config_var) + env_dict = {} - for config in ([os.environ] + configs + [env_config]): + if env_prefix: + env_prefix = env_prefix.lower() + for name, value in os.environ.items(): + if name.lower().startswith(env_prefix): + env_dict[name[len(env_prefix):].lstrip('_')] = value + env_dict = unflatten(env_dict, sep=env_key_separator) + + for config in ([os.environ] + configs + [env_dict]): file_found = self.update(config) if not file_found: self._omitted_files.append(config) diff --git a/nexus/README.md b/nexus/README.md index d7d44a8..8ab2900 100644 --- a/nexus/README.md +++ b/nexus/README.md @@ -7,7 +7,7 @@ - ✅ [`cognitron`](cognitron) - bundled app for IPFS, search server and web frontend - ✅ [`hub`](hub) - downloading & sending - ✅ [`ingest`](ingest) - retrieving metadata from external APIs and putting it onto Kafka -- 🛑 `meta_api` - rescoring and merging API for Summa backends +- ✅ [`meta_api`](meta_api) - rescoring and merging API for Summa backends - ✅ [`models`](models) - shared Protobuf models - ✅ [`nlptools`](nlptools) - text routines - ✅ [`pipe`](pipe) - processing pipeline based on Kafka diff --git a/nexus/bot/configs/__init__.py b/nexus/bot/configs/__init__.py index 03896a8..0b03040 100644 --- a/nexus/bot/configs/__init__.py +++ b/nexus/bot/configs/__init__.py @@ -9,7 +9,7 @@ def get_config(): 'nexus/bot/configs/%s.yaml?' % env.type, 'nexus/bot/configs/logging.yaml', 'nexus/bot/configs/promotions.yaml', - ]) + ], env_prefix='NEXUS_BOT') config = get_config() diff --git a/nexus/bot/configs/base.yaml b/nexus/bot/configs/base.yaml index 3260738..e1f7b00 100644 --- a/nexus/bot/configs/base.yaml +++ b/nexus/bot/configs/base.yaml @@ -45,7 +45,7 @@ hub: url: idm: url: -log_path: '/var/log/nexus-bot/{{ ENV_TYPE }}' +log_path: '/var/log/nexus-bot' meta_api: url: telegram: @@ -57,7 +57,7 @@ telegram: bot_external_name: libgen_scihub_bot # Internal bot name used in logging bot_name: nexus-bot - bot_token: '{{ BOT_TOKEN }}' + bot_token: # WARNING! Potentially buggy telethon option. Sometimes it goes mad and overload users with tons of messages # Collect missed messages at startup time and answer to them catch_up: false @@ -65,7 +65,7 @@ telegram: copyright_infringement_account: # Telethon database for keeping cache database: - session_id: '/usr/lib/nexus-bot/{{ ENV_TYPE }}/session.db' + session_id: '/usr/lib/nexus-bot/session.db' # Enabled handlers handlers: - nexus.bot.handlers.admin.AdminHandler diff --git a/nexus/cognitron/.gitignore b/nexus/cognitron/.gitignore new file mode 100644 index 0000000..6320cd2 --- /dev/null +++ b/nexus/cognitron/.gitignore @@ -0,0 +1 @@ +data \ No newline at end of file diff --git a/nexus/cognitron/README.md b/nexus/cognitron/README.md index d53b034..7fa52eb 100644 --- a/nexus/cognitron/README.md +++ b/nexus/cognitron/README.md @@ -10,8 +10,8 @@ Follow the [root guide](../../README.md) to install Docker, IPFS and Bazel (opti ```shell script export COLLECTION=bafykbzacebzohi352bddfunaub5rgqv5b324nejk5v6fltjh45be5ykw5jsjg -export COLLECTION_PATH=$(realpath $COLLECTION) -ipfs get $COLLECTION && ipfs pin add $COLLECTION +ipfs get $COLLECTION -o data && ipfs pin add $COLLECTION +export DATA_PATH=$(realpath ./data) ``` #### 2. Launch Nexus Cognitron @@ -32,6 +32,6 @@ By default this script is just printing documents. ```shell script bazel run -c opt installer -- iterate \ - --data-filepath $COLLECTION_PATH/index/scitech \ + --data-filepath $DATA_PATH/index/scitech \ --schema-filepath schema/scitech.yaml ``` diff --git a/nexus/cognitron/configs/summa.yaml b/nexus/cognitron/configs/summa.yaml index cfbaaed..96285bc 100644 --- a/nexus/cognitron/configs/summa.yaml +++ b/nexus/cognitron/configs/summa.yaml @@ -1,11 +1,12 @@ --- http: - bind_addr: 0.0.0.0:80 + address: 0.0.0.0 keep_alive_secs: 75 max_body_size_mb: 32 + port: 80 workers: 48 -log_path: /var/log/nexus-cognitron/{{ ENV_TYPE }} +log_path: /var/log/nexus-cognitron search_engine: auto_commit: false data_path: /nexus-cognitron/summa diff --git a/nexus/cognitron/docker-compose.yml b/nexus/cognitron/docker-compose.yml index 0c77420..358ccb0 100644 --- a/nexus/cognitron/docker-compose.yml +++ b/nexus/cognitron/docker-compose.yml @@ -1,22 +1,44 @@ --- - services: nexus-cognitron-web: depends_on: - summa environment: ENV_TYPE: production - NEXUS_COGNITRON_WEB_IPFS_GATEWAY: https://cloudflare-ipfs.com - NEXUS_COGNITRON_WEB_SEARCH_API: http://localhost:50000 + NEXUS_COGNITRON_WEB_ipfs.gateway.url: https://cloudflare-ipfs.com + NEXUS_COGNITRON_WEB_meta_api.url: http://nexus-meta-api:8080 image: thesuperpirate/cognitron-web:latest ports: - - "3000:80" + - '3000:80' + nexus-meta-api: + depends_on: + - summa + environment: + ENV_TYPE: development + NEXUS_META_API_grpc.address: '0.0.0.0' + NEXUS_META_API_grpc.port: 9090 + NEXUS_META_API_summa.url: 'http://summa:8082' + image: thesuperpirate/meta-api:latest + ports: + - '9090:9090' + nexus-meta-api-envoy: + depends_on: + - nexus-meta-api + image: envoyproxy/envoy-dev:latest + ports: + - '8080:8080' + - '9901:9901' + volumes: + - './nexus-meta-api-envoy.yaml:/etc/envoy/envoy.yaml' summa: environment: ENV_TYPE: production + SUMMA_debug: 'true' + SUMMA_http.address: '0.0.0.0' + SUMMA_http.port: '8082' image: izihawa/summa:latest ports: - - "50000:80" + - '8082:8082' volumes: - - '${COLLECTION_PATH}:/summa' + - '${DATA_PATH}:/summa/data' version: "3" diff --git a/nexus/cognitron/web/BUILD.bazel b/nexus/cognitron/web/BUILD.bazel index 2706f2b..c226627 100644 --- a/nexus/cognitron/web/BUILD.bazel +++ b/nexus/cognitron/web/BUILD.bazel @@ -14,8 +14,7 @@ deps = [ "@npm//sass", "@npm//sass-loader", "@npm//vue", - "//nexus/meta_api/proto:meta_api_grpc_js", - "//nexus/meta_api/proto:meta_api_proto_js", + "//nexus/meta_api/js/client", ] js_library( @@ -30,9 +29,6 @@ js_library( "static/*", "store/*.js", ]), - data = [ - "//nexus/cognitron/web/client", - ], ) nuxt( @@ -40,6 +36,7 @@ nuxt( args = [ "-c", "nexus/cognitron/web/nuxt.config.js", + "--watch-poll", ], data = [":nuxt-srcs"] + deps, ) diff --git a/nexus/cognitron/web/client/api.js b/nexus/cognitron/web/client/api.js deleted file mode 100644 index 6b5fc63..0000000 --- a/nexus/cognitron/web/client/api.js +++ /dev/null @@ -1,11 +0,0 @@ -export default class SummaApi { - constructor (client) { - this.client = client - } - - async search (schema, text, page, item_per_page = 5) { - return await this.client.search(schema, text, page, item_per_page).then(response => { - return response - }) - } -} diff --git a/nexus/cognitron/web/client/http-client.js b/nexus/cognitron/web/client/http-client.js deleted file mode 100644 index a660bfc..0000000 --- a/nexus/cognitron/web/client/http-client.js +++ /dev/null @@ -1,18 +0,0 @@ -export default class HttpClient { - search (schema, text, page, itemsPerPage) { - const params = new URLSearchParams() - params.append('query', text) - if (page) { - params.append('page', page) - } - if (itemsPerPage) { - params.append('page_size', itemsPerPage) - } - const url = '/v1/' + schema + '/search/?' + params - return this.nativeClient.request({ - method: 'get', - url: url, - cache: false - }) - } -} diff --git a/nexus/cognitron/web/client/index.js b/nexus/cognitron/web/client/index.js deleted file mode 100644 index f8dbbf7..0000000 --- a/nexus/cognitron/web/client/index.js +++ /dev/null @@ -1,7 +0,0 @@ -import { aggregation } from '~/library/js/utils' -import BaseClient from '~/library/js/base-client' -import HttpClient from './http-client' - -export default class Client extends aggregation( - BaseClient, HttpClient -) {} diff --git a/nexus/cognitron/web/components/document.vue b/nexus/cognitron/web/components/document.vue index 286f2af..9cf4bb6 100644 --- a/nexus/cognitron/web/components/document.vue +++ b/nexus/cognitron/web/components/document.vue @@ -1,7 +1,6 @@ diff --git a/nexus/cognitron/web/components/search-item.vue b/nexus/cognitron/web/components/search-item.vue index 9853513..cdb3f54 100644 --- a/nexus/cognitron/web/components/search-item.vue +++ b/nexus/cognitron/web/components/search-item.vue @@ -1,27 +1,26 @@ - - diff --git a/nexus/cognitron/web/nuxt.config.js b/nexus/cognitron/web/nuxt.config.js index 4d73e50..a2b8985 100644 --- a/nexus/cognitron/web/nuxt.config.js +++ b/nexus/cognitron/web/nuxt.config.js @@ -8,7 +8,7 @@ if (buildDir) { export default { server: { host: '0.0.0.0', - port: 80 + port: 8082 }, buildDir: buildDir, srcDir: 'nexus/cognitron/web', @@ -39,16 +39,20 @@ export default { ], publicRuntimeConfig: { - ipfsGateway: process.env.NEXUS_COGNITRON_WEB_IPFS_GATEWAY || 'http://localhost:8080', - searchApi: process.env.NEXUS_COGNITRON_WEB_SEARCH_API || 'http://localhost:50000' + meta_api: { + url: process.env.NEXUS_COGNITRON_WEB_meta_api.url || 'http://nexus-meta-api:8080' + }, + ipfs: { + gateway: { + url: process.env.NEXUS_COGNITRON_WEB_ipfs.gateway.url || 'https://ipfs.io' + } + } }, // Plugins to run before rendering page (https://go.nuxtjs.dev/config-plugins) plugins: [ 'plugins/helpers', - 'plugins/search-api', - 'plugins/scimag-helpers', - 'plugins/scitech-helpers', + 'plugins/meta-api', 'plugins/utils' ], @@ -66,6 +70,11 @@ export default { ], loading: { color: '#1a95e0', throttle: 0 }, + watchers: { + webpack: { + poll: true + } + }, // Build Configuration (https://go.nuxtjs.dev/config-build) build: { diff --git a/nexus/cognitron/web/pages/documents/_key.vue b/nexus/cognitron/web/pages/documents/_key.vue deleted file mode 100644 index 8ccbd0f..0000000 --- a/nexus/cognitron/web/pages/documents/_key.vue +++ /dev/null @@ -1,41 +0,0 @@ - - - - - diff --git a/nexus/cognitron/web/pages/documents/_schema/_id.vue b/nexus/cognitron/web/pages/documents/_schema/_id.vue new file mode 100644 index 0000000..220117e --- /dev/null +++ b/nexus/cognitron/web/pages/documents/_schema/_id.vue @@ -0,0 +1,30 @@ + + + diff --git a/nexus/cognitron/web/pages/index.vue b/nexus/cognitron/web/pages/index.vue index a402010..b77627f 100644 --- a/nexus/cognitron/web/pages/index.vue +++ b/nexus/cognitron/web/pages/index.vue @@ -2,15 +2,15 @@ div form .input-group - b-form-input(v-model='search' placeholder='Enter book name or DOI') - b-button(type='submit' @click.stop.prevent='submit(search, 1, schema)') Search + b-form-input(v-model='query' placeholder='Enter book name or DOI') + b-button(type='submit' @click.stop.prevent='submit(query, 1, schema)') Search b-form-radio-group( v-model="schema" :options="schemas" class="radio-group" value-field="item" text-field="name") - p.mt-5(v-if="nothingFound") Nothing found + p.mt-5(v-if="scoredDocuments.length == 0") Nothing found b-pagination(v-if='scoredDocuments.length > 0' v-model='page' :total-rows='totalRows' :per-page='perPage' limit="2" :disabled="isLoading") .search_list search-list(:scored-documents='scoredDocuments') @@ -25,48 +25,40 @@ export default { loading: true, data () { return { - search: '', + query: '', scoredDocuments: [], defaultSchema: 'scitech', schema: 'scitech', schemas: [ - { item: 'scitech', name: 'Scitech' } + { item: 'scitech', name: 'Scitech' }, // { item: 'scimag', name: 'Scimag' } ], page: 1, totalRows: 10, - perPage: 1, - nothingFound: false + perPage: 1 } }, async fetch () { - this.search = this.$route.query.search - if (!this.search) { + this.query = this.$route.query.query + if (!this.query) { await this.$router.push({ path: '/' }) this.scoredDocuments = [] - this.nothingFound = false return } this.page = this.$route.query.page this.schema = this.$route.query.schema || this.defaultSchema - let scoredDocuments = [] if (!process.server) { this.$nuxt.$loading.start() } - await this.$search_api.search(this.schema, this.search, this.page, 5).then(response => { - if (!response.hasNext) { - this.totalRows = this.page - } else { - this.totalRows = Number(this.page) + 1 - } - scoredDocuments = response.scoredDocuments - }).catch(e => { - console.error(e) - this.$nuxt.error(500) - }) - this.scoredDocuments = scoredDocuments - this.nothingFound = (!scoredDocuments.length > 0) + const response = await this.$meta_api.search(this.schema, this.query, this.page - 1, 5) + if (response.hasNext) { + this.totalRows = Number(this.page) + 1 + } else { + this.totalRows = this.page + } + this.scoredDocuments = response.scoredDocumentsList + if (!process.server) { this.$nuxt.$loading.finish() } @@ -80,17 +72,17 @@ export default { watch: { '$route.query': '$fetch', schema () { - if (this.search) { - this.submit(this.search, this.page, this.schema) + if (this.query) { + this.submit(this.query, this.page, this.schema) } }, page () { - this.submit(this.search, this.page, this.schema) + this.submit(this.query, this.page, this.schema) } }, methods: { - submit (search, page, schema) { - this.$router.push({ path: '/', query: { search: search, page: page, schema: schema } }) + submit (query, page, schema) { + this.$router.push({ path: '/', query: { query: query, page: page, schema: schema } }) } } } diff --git a/nexus/cognitron/web/plugins/helpers.js b/nexus/cognitron/web/plugins/helpers.js index db3d65f..7af5bbe 100644 --- a/nexus/cognitron/web/plugins/helpers.js +++ b/nexus/cognitron/web/plugins/helpers.js @@ -1,43 +1,5 @@ import dateFormat from 'dateformat' -export function getFirstAuthors (authors, etAl = true, firstNAuthors = 1) { - let etAlSuffix = '' - if (etAl) { - etAlSuffix = ' et al' - } - if (authors) { - if (authors.length > firstNAuthors) { - return authors.slice(0, firstNAuthors).join(';') + etAlSuffix - } else if (authors.length === 1) { - if (authors[0].split(';').length - 1 >= 1) { - const commaAuthors = authors[0].split(';').map(function (el) { - return el.trim() - }) - if (commaAuthors.length > firstNAuthors) { - return (commaAuthors.slice(0, firstNAuthors)).join('; ') + etAlSuffix - } else { - return commaAuthors.join('; ') - } - } - return authors[0] - } else { - return authors.join('; ') - } - } else { - return '' - } -} - -export function getMegabytes (bytes) { - try { - if (bytes) { - return (bytes / (1024 * 1024)).toFixed(2) + ' Mb' - } - } catch { - return null - } -} - export function getIssuedDate (unixtime) { if (!unixtime) return null try { @@ -47,24 +9,3 @@ export function getIssuedDate (unixtime) { return null } } - -export function getCoverUrl (cu, fictionId, libgenId, cuSuf, md5) { - if (cu) return cu - let r = '' - if (libgenId || fictionId) { - if (libgenId) { - const bulkId = (libgenId - (libgenId % 1000)) - r = `covers/${bulkId}/${md5}` - } else if (fictionId) { - const bulkId = (fictionId - (fictionId % 1000)) - r = `fictioncovers/${bulkId}/${md5}` - } else { - return null - } - } - if (cuSuf) { - r = r + `-${cuSuf}` - return `http://gen.lib.rus.ec/${r}.jpg` - } - return null -} diff --git a/nexus/cognitron/web/plugins/meta-api.js b/nexus/cognitron/web/plugins/meta-api.js new file mode 100755 index 0000000..2070417 --- /dev/null +++ b/nexus/cognitron/web/plugins/meta-api.js @@ -0,0 +1,6 @@ +import MetaApi from '~/nexus/meta_api/js/client' + +export default ({ $config }, inject) => { + const metaApi = new MetaApi($config.metaApi) + inject('meta_api', metaApi) +} diff --git a/nexus/cognitron/web/plugins/scimag-helpers.js b/nexus/cognitron/web/plugins/scimag-helpers.js deleted file mode 100644 index 363d6a1..0000000 --- a/nexus/cognitron/web/plugins/scimag-helpers.js +++ /dev/null @@ -1,59 +0,0 @@ -import { castStringToSingleString, quoteUrl } from './utils' -import { getIssuedDate } from './helpers' - -export function getFilename (authors, title, doi, issuedDate) { - const limit = 55 - - let processedAuthor = '' - if (authors) { - processedAuthor = authors[0] - } - - processedAuthor = castStringToSingleString((processedAuthor || '').toLowerCase()) - const processedTitle = castStringToSingleString((title || '').toLowerCase()) - - const parts = [] - if (processedAuthor) { - parts.push(processedAuthor) - } - if (processedTitle) { - parts.push(processedTitle) - } - - let filename = parts.join('-') - const chars = [] - let size = 0 - let hitLimit = false - - for (const c of filename) { - const currentSize = size + c.length - if (currentSize > limit) { - hitLimit = true - break - } - chars.push(c) - size = currentSize - } - - filename = chars.join('') - if (hitLimit) { - const glyph = filename.lastIndexOf('-') - if (glyph !== -1) { - filename = filename.substr(0, glyph) - } - } - - if (!filename) { - filename = quoteUrl(doi, '').substr(0, limit) - } - - const year = getIssuedDate(issuedDate) - - if (year) { - filename = `${filename}-${year}` - } - - filename = filename.replace(/-+/g, '-') - - return `${filename}.pdf` -} diff --git a/nexus/cognitron/web/plugins/scitech-helpers.js b/nexus/cognitron/web/plugins/scitech-helpers.js deleted file mode 100644 index 60eafc5..0000000 --- a/nexus/cognitron/web/plugins/scitech-helpers.js +++ /dev/null @@ -1,68 +0,0 @@ -import { castStringToSingleString, escapeFormat, quoteUrl } from './utils' -import { getFirstAuthors, getIssuedDate } from './helpers' - -function getRobustTitle (title, volume) { - if (volume) { - if (title) { - title = `${title} ${volume}` - } else { - title = volume - } - } - return escapeFormat(title) -} - -export function getFilename (authors, title, doi, issuedDate, md5, extension) { - const limit = 55 - - const processedAuthor = castStringToSingleString((getFirstAuthors(authors, false, 1)).toLowerCase()) - const processedTitle = castStringToSingleString(getRobustTitle(title)).toLowerCase() - - const parts = [] - if (processedAuthor) { - parts.push(processedAuthor) - } - if (processedTitle) { - parts.push(processedTitle) - } - - let filename = parts.join('-') - const chars = [] - let size = 0 - let hitLimit = false - - for (const c of filename) { - const currentSize = size + c.length - if (currentSize > limit) { - hitLimit = true - break - } - chars.push(c) - size = currentSize - } - - filename = chars.join('') - if (hitLimit) { - const glyph = filename.lastIndexOf('-') - if (glyph !== -1) { - filename = filename.substr(0, glyph) - } - } - - if (!filename) { - if (doi) { - filename = quoteUrl(doi, '') - } else { - filename = md5 - } - } - - const year = getIssuedDate(issuedDate) - - if (year) { - filename = `${filename}-${year}` - } - filename = filename.replace(/-+/g, '-') - - return `${filename}.${extension}` -} diff --git a/nexus/cognitron/web/plugins/search-api.js b/nexus/cognitron/web/plugins/search-api.js deleted file mode 100755 index 53cf778..0000000 --- a/nexus/cognitron/web/plugins/search-api.js +++ /dev/null @@ -1,16 +0,0 @@ -import HttpClient from '~/nexus/cognitron/web/client/index' -import SummaApi from '~/nexus/cognitron/web/client/api' - -export default ({ $config }, inject) => { - const summaApi = new SummaApi( - new HttpClient({ - baseUrl: $config.searchApi, - headers: () => { - return { - Accept: 'application/json' - } - } - }) - ) - inject('search_api', summaApi) -} diff --git a/nexus/cognitron/web/plugins/utils.js b/nexus/cognitron/web/plugins/utils.js index ed6eb32..fa8657b 100644 --- a/nexus/cognitron/web/plugins/utils.js +++ b/nexus/cognitron/web/plugins/utils.js @@ -2,9 +2,7 @@ const ALNUMWHITESPACE_REGEX = /\P{L}/gu const MULTIWHITESPACE_REGEX = /\s+/g export function castStringToSingleString (s) { - let processed = s.replace(ALNUMWHITESPACE_REGEX, ' ') - processed = processed.replace(MULTIWHITESPACE_REGEX, '-') - return processed + return s.replace(ALNUMWHITESPACE_REGEX, ' ').replace(MULTIWHITESPACE_REGEX, '-') } export function escapeFormat (text) { diff --git a/nexus/hub/configs/__init__.py b/nexus/hub/configs/__init__.py index 5a9bbd6..9526d2f 100644 --- a/nexus/hub/configs/__init__.py +++ b/nexus/hub/configs/__init__.py @@ -7,7 +7,7 @@ def get_config(): 'nexus/hub/configs/base.yaml', 'nexus/hub/configs/%s.yaml?' % env.type, 'nexus/hub/configs/logging.yaml', - ]) + ], env_prefix='NEXUS_HUB') config = get_config() diff --git a/nexus/hub/configs/base.yaml b/nexus/hub/configs/base.yaml index a3044da..283a91d 100644 --- a/nexus/hub/configs/base.yaml +++ b/nexus/hub/configs/base.yaml @@ -12,8 +12,8 @@ application: database: database: nexus host: - password: '{{ DATABASE_PASSWORD }}' - username: '{{ DATABASE_USERNAME }}' + password: + username: grobid: url: grpc: @@ -24,7 +24,7 @@ grpc: ipfs: address: port: 4001 -log_path: '/var/log/nexus-hub/{{ ENV_TYPE }}' +log_path: '/var/log/nexus-hub' meta_api: url: pylon: @@ -34,14 +34,14 @@ pylon: resolve_proxy: socks5://127.0.0.1:9050 telegram: # Telegram App Hash from https://my.telegram.org/ - app_hash: '{{ APP_HASH }}' + app_hash: # Telegram App ID from https://my.telegram.org/ app_id: 00000 # External bot name shown in messages to users bot_external_name: libgen_scihub_bot # Internal bot name used in logging bot_name: nexus-hub - bot_token: '{{ BOT_TOKEN }}' + bot_token: # Telethon database for keeping cache database: session_id: nexus-hub diff --git a/nexus/hub/services/submitter.py b/nexus/hub/services/submitter.py index 19b40ee..3756fda 100644 --- a/nexus/hub/services/submitter.py +++ b/nexus/hub/services/submitter.py @@ -122,7 +122,9 @@ class SubmitterService(SubmitterServicer, BaseHubService): request_context.error_log(e) await self.telegram_client.send_message( request_context.chat.chat_id, - t('UNPARSABLE_DOCUMENT_ERROR', language=request_context.chat.language), + t('UNPARSABLE_DOCUMENT_ERROR', language=request_context.chat.language).format( + filename=document.attributes[0].file_name, + ), buttons=[close_button()], ) return SubmitResponsePb() @@ -132,7 +134,9 @@ class SubmitterService(SubmitterServicer, BaseHubService): request_context.error_log(UnparsableDoiError()) await self.telegram_client.send_message( request_context.chat.chat_id, - t('UNPARSABLE_DOI_ERROR', language=request_context.chat.language), + t('UNPARSABLE_DOI_ERROR', language=request_context.chat.language).format( + filename=document.attributes[0].file_name, + ), buttons=[close_button()], ) return SubmitResponsePb() @@ -162,17 +166,16 @@ class SubmitterService(SubmitterServicer, BaseHubService): return SubmitResponsePb() document_view = ScimagView(search_response_pb.scored_documents[0].typed_document.scimag) + uploaded_message = await self.send_file( + document_view=document_view, + file=file, + request_context=request_context, + session_id=session_id, + voting=False, + ) finally: await processing_message.delete() - uploaded_message = await self.send_file( - document_view=document_view, - file=file, - request_context=request_context, - session_id=session_id, - voting=False, - ) - document_operation_pb = DocumentOperationPb( update_document=UpdateDocumentPb( typed_document=TypedDocumentPb(sharience=ShariencePb( diff --git a/nexus/meta_api/BUILD.bazel b/nexus/meta_api/BUILD.bazel new file mode 100644 index 0000000..c4ada9c --- /dev/null +++ b/nexus/meta_api/BUILD.bazel @@ -0,0 +1,94 @@ +load("@io_bazel_rules_docker//python3:image.bzl", "py3_image") +load("@io_bazel_rules_docker//container:container.bzl", "container_push") +load("@pip_modules//:requirements.bzl", "requirement") + +alias( + name = "binary", + actual = ":image.binary", + visibility = ["//visibility:public"], +) + +py3_image( + name = "image", + srcs = glob( + ["**/*.py"], + exclude = ["proto/**/*.py"], + ), + base = "//images/production:base-python-image", + data = [ + "configs/base.yaml", + "configs/logging.yaml", + "models/classic.txt", + ], + main = "main.py", + srcs_version = "PY3ONLY", + visibility = ["//visibility:public"], + deps = [ + requirement("aiochclient"), + requirement("aiopg"), + requirement("cachetools"), + requirement("grpcio"), + requirement("lightgbm"), + requirement("numpy"), + requirement("protobuf"), + requirement("recordclass"), + requirement("uvloop"), + "//library/aiogrpctools", + "//library/aiopostgres", + "//library/configurator", + "//library/logging", + "//nexus/meta_api/proto:meta_api_grpc_py", + "//nexus/meta_api/query_extensionner", + "//nexus/models/proto:models_proto_py", + "//nexus/nlptools", + "//nexus/views/telegram", + requirement("aiosumma"), + ], +) + +py3_image( + name = "learn", + srcs = ["learn.py"], + base = "//images/production:base-python-image", + main = "learn.py", + srcs_version = "PY3ONLY", + visibility = ["//visibility:public"], + deps = [ + requirement("fire"), + requirement("lightgbm"), + requirement("numpy"), + requirement("orjson"), + requirement("pandas"), + "//nexus/meta_api/proto:meta_api_proto_py", + requirement("izihawa_utils"), + ], +) + +py_binary( + name = "cli", + srcs = ["cli.py"], + main = "cli.py", + deps = [ + "//nexus/meta_api/aioclient", + requirement("fire"), + ], +) + + +container_push( + name = "push-public-latest", + format = "Docker", + image = ":image", + registry = "registry.hub.docker.com", + repository = "thesuperpirate/meta-api", + tag = "latest", +) + +container_push( + name = "push-public-testing", + format = "Docker", + image = ":image", + registry = "registry.hub.docker.com", + repository = "thesuperpirate/meta-api", + tag = "testing", +) diff --git a/nexus/meta_api/README.md b/nexus/meta_api/README.md new file mode 100644 index 0000000..695ccf2 --- /dev/null +++ b/nexus/meta_api/README.md @@ -0,0 +1 @@ +# Nexus Search: Meta API \ No newline at end of file diff --git a/nexus/meta_api/__init__.py b/nexus/meta_api/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/nexus/meta_api/cli.py b/nexus/meta_api/cli.py new file mode 100644 index 0000000..51a7478 --- /dev/null +++ b/nexus/meta_api/cli.py @@ -0,0 +1,16 @@ +import fire +from aiokit.utils import sync_fu +from nexus.meta_api.aioclient import MetaApiGrpcClient + + +async def search(url, schema, query): + client = MetaApiGrpcClient(url) + try: + await client.start() + print(await client.search(schemas=(schema,), query=query, language='ru')) + finally: + await client.stop() + + +if __name__ == '__main__': + fire.Fire(sync_fu(search)) diff --git a/nexus/meta_api/configs/__init__.py b/nexus/meta_api/configs/__init__.py new file mode 100644 index 0000000..836e54c --- /dev/null +++ b/nexus/meta_api/configs/__init__.py @@ -0,0 +1,14 @@ +from izihawa_utils import env +from library.configurator import Configurator + + +def get_config(): + return Configurator([ + 'nexus/meta_api/configs/base.yaml', + 'nexus/meta_api/configs/metrics.yaml?', + 'nexus/meta_api/configs/%s.yaml?' % env.type, + 'nexus/meta_api/configs/logging.yaml', + ], env_prefix='NEXUS_META_API') + + +config = get_config() diff --git a/nexus/meta_api/configs/base.yaml b/nexus/meta_api/configs/base.yaml new file mode 100644 index 0000000..b8a49d1 --- /dev/null +++ b/nexus/meta_api/configs/base.yaml @@ -0,0 +1,20 @@ +--- + +application: + debug: true + learn_log: true + request_id_length: 12 + session_id_length: 8 + threads: 4 +data_provider: + enabled: false +grpc: + host: 0.0.0.0 + port: 9090 +log_path: '/var/log/nexus-meta-api' +stat_provider: + enabled: false +summa: + timeout: 15 + ttl_dns_cache: 30 + url: diff --git a/nexus/meta_api/configs/logging.yaml b/nexus/meta_api/configs/logging.yaml new file mode 100644 index 0000000..93cb3de --- /dev/null +++ b/nexus/meta_api/configs/logging.yaml @@ -0,0 +1,106 @@ +--- + +logging: + disable_existing_loggers: false + formatters: + base: + class: library.logging.formatters.BaseFormatter + default: + class: library.logging.formatters.DefaultFormatter + none: + class: logging.Formatter + traceback: + class: library.logging.formatters.TracebackFormatter + handlers: + debug: + class: library.logging.handlers.BaseFileHandler + filename: '{{ log_path }}/debug.log' + level: DEBUG + error: + class: library.logging.handlers.BaseFileHandler + filename: '{{ log_path }}/error.log' + formatter: default + level: ERROR + learn: + class: library.logging.handlers.BaseFileHandler + filename: '{{ log_path }}/learn.log' + formatter: base + level: INFO + operation: + class: library.logging.handlers.BaseFileHandler + filename: '{{ log_path }}/operation.log' + formatter: base + level: DEBUG + query: + class: library.logging.handlers.BaseFileHandler + filename: '{{ log_path }}/query.log' + formatter: default + level: DEBUG + statbox: + class: library.logging.handlers.BaseFileHandler + filename: '{{ log_path }}/statbox.log' + formatter: default + level: DEBUG + traceback: + class: library.logging.handlers.BaseFileHandler + filename: '{{ log_path }}/traceback.log' + formatter: traceback + level: ERROR + warning: + class: library.logging.handlers.BaseFileHandler + filename: '{{ log_path }}/warning.log' + formatter: default + level: WARNING + wsgi: + class: logging.StreamHandler + level: WARNING + stream: 'ext://sys.stderr' + loggers: + aiobaseclient: + handlers: + - error + - warning + propagate: false + chardet: + handlers: + - error + propagate: false + debug: + handlers: + - debug + propagate: false + error: + handlers: + - error + - traceback + - warning + propagate: false + learn: + handlers: + - learn + propagate: false + metrics: + handlers: + - error + propagate: false + operation: + handlers: + - operation + propagate: false + query: + handlers: + - query + propagate: false + statbox: + handlers: + - statbox + propagate: false + telethon: + handlers: + - error + propagate: false + root: + handlers: + - debug + level: DEBUG + version: 1 diff --git a/nexus/cognitron/web/client/BUILD.bazel b/nexus/meta_api/js/client/BUILD.bazel similarity index 81% rename from nexus/cognitron/web/client/BUILD.bazel rename to nexus/meta_api/js/client/BUILD.bazel index bc16260..1079947 100644 --- a/nexus/cognitron/web/client/BUILD.bazel +++ b/nexus/meta_api/js/client/BUILD.bazel @@ -6,6 +6,7 @@ js_library( data = [ "//library/js:base-client", "//library/js:utils", + "//nexus/meta_api/proto:meta_api_grpc_web_js", ], visibility = ["//visibility:public"], ) diff --git a/nexus/meta_api/js/client/index.js b/nexus/meta_api/js/client/index.js new file mode 100644 index 0000000..a9c306b --- /dev/null +++ b/nexus/meta_api/js/client/index.js @@ -0,0 +1,39 @@ +import documentsProto from '~/nexus/meta_api/proto/documents_service_grpc_web_pb' +import searchProto from '~/nexus/meta_api/proto/search_service_grpc_web_pb' + +export default class MetaApi { + constructor (config) { + this.documentsClient = new documentsProto.DocumentsPromiseClient(config.url) + this.searchClient = new searchProto.SearchPromiseClient(config.url) + } + + generateId (length) { + const result = [] + const characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789' + const charactersLength = characters.length + for (let i = 0; i < length; i++) { + result.push(characters.charAt(Math.floor(Math.random() * charactersLength))) + } + return result.join('') + } + + async getView (schema, documentId) { + const request = new documentsProto.TypedDocumentRequest() + request.setSchema(schema) + request.setDocumentId(documentId) + request.setSessionId(this.generateId(8)) + const response = await this.documentsClient.get_view(request, { 'request-id': this.generateId(12) }) + return response.toObject() + } + + async search (schema, query, page, pageSize = 5) { + const request = new searchProto.SearchRequest() + request.setPage(page) + request.setPageSize(pageSize) + request.addSchemas(schema) + request.setQuery(query) + request.setSessionId(this.generateId(8)) + const response = await this.searchClient.search(request, { 'request-id': this.generateId(12) }) + return response.toObject() + } +} diff --git a/nexus/meta_api/main.py b/nexus/meta_api/main.py new file mode 100644 index 0000000..20993c2 --- /dev/null +++ b/nexus/meta_api/main.py @@ -0,0 +1,66 @@ +import asyncio +import logging + +import uvloop +from aiosumma import SummaHttpClient +from library.aiogrpctools import AioGrpcServer +from library.configurator import Configurator +from library.logging import configure_logging +from nexus.meta_api.configs import get_config +from nexus.meta_api.providers.data import DataProvider +from nexus.meta_api.providers.stat import StatProvider +from nexus.meta_api.services.documents import DocumentsService +from nexus.meta_api.services.search import SearchService + + +class GrpcServer(AioGrpcServer): + def __init__(self, config): + super().__init__(address=config['grpc']['host'], port=config['grpc']['port']) + self.config = config + + self.summa_client = SummaHttpClient( + base_url=config['summa']['url'], + timeout=config['summa']['timeout'], + ttl_dns_cache=config['summa']['ttl_dns_cache'], + ) + self.data_provider = DataProvider(data_provider_config=self.config['data_provider']) + self.stat_provider = StatProvider(stat_provider_config=self.config['stat_provider']) + + learn_logger = logging.getLogger('learn') if self.config['application']['learn_log'] else None + + self.search_service = SearchService( + server=self.server, + summa_client=self.summa_client, + stat_provider=self.stat_provider, + learn_logger=learn_logger, + ) + self.documents_service = DocumentsService( + server=self.server, + summa_client=self.summa_client, + data_provider=self.data_provider, + stat_provider=self.stat_provider, + learn_logger=learn_logger, + ) + self.waits.extend([self.summa_client, self.data_provider, self.stat_provider, + self.search_service, self.documents_service]) + + +async def create_app(config: Configurator): + try: + await GrpcServer(config).start_and_wait() + except asyncio.CancelledError: + pass + + +def main(): + config = get_config() + configure_logging(config) + if config['metrics']['enabled']: + from library.metrics_server import MetricsServer + MetricsServer(config['metrics']).fork_process() + asyncio.set_event_loop(uvloop.new_event_loop()) + asyncio.get_event_loop().run_until_complete(create_app(config)) + + +if __name__ == '__main__': + main() diff --git a/nexus/meta_api/models/classic.txt b/nexus/meta_api/models/classic.txt new file mode 100644 index 0000000..7f41af4 --- /dev/null +++ b/nexus/meta_api/models/classic.txt @@ -0,0 +1,1760 @@ +tree +version=v3 +num_class=1 +num_tree_per_iteration=1 +label_index=0 +max_feature_idx=12 +objective=lambdarank +feature_names=Column_0 Column_1 Column_2 Column_3 Column_4 Column_5 Column_6 Column_7 Column_8 Column_9 Column_10 Column_11 Column_12 +feature_infos=[-8.5666110465730601:503.83307000000002] [1:2] [-115719580800:61125494400] [0:587] [0:7216] [0:1] [0:1] [0:257] [0:17] [1:1024] [0:17] [0:3] [0:2] +tree_sizes=3510 3518 3512 3512 3550 3527 3524 3531 3534 3538 3533 3542 3543 3537 3548 3539 3538 3547 3546 3535 3551 3559 3539 3533 3550 3544 3545 3528 3545 3555 3539 3553 3551 3536 3538 3542 3542 3553 3539 3546 3549 3550 3549 3550 3540 3550 3534 3543 3558 3557 3547 3548 3523 3544 3538 3542 3541 3524 3506 3524 3562 3541 3531 3546 3555 3532 3550 3540 3527 3516 3533 3536 3554 3536 3538 3535 3553 3523 3515 3541 3550 3559 3542 3550 3517 3533 3497 3536 3516 3508 + +Tree=0 +num_leaves=31 +num_cat=0 +split_feature=1 8 11 7 0 12 11 10 7 6 11 0 2 12 7 2 0 0 0 11 2 8 4 3 8 0 11 2 4 12 +split_gain=44707.9 12315.2 3862.22 5112.42 1991.96 1684.84 898.039 855.163 535.862 413.493 379.851 646.923 376.153 327.292 297.819 289.769 280.259 251.789 196.433 167.181 128.254 125.285 123.492 97.972 91.5784 84.6041 79.4613 76.9616 72.3464 74.0098 +threshold=1.5000000000000002 3.5000000000000004 0.34313725490196084 1.0000000180025095e-35 30.880862000000004 0.21980676328502416 0.18898809523809526 4.5000000000000009 2.5000000000000004 1.0000000180025095e-35 0.51666666666666672 24.035689000000001 189345600.00000003 0.43650793650793657 6.5000000000000009 216043200.00000003 37.701621500000009 33.642312000000004 26.127514000000005 0.24068965517241384 153316800.00000003 7.5000000000000009 4.5000000000000009 1.0000000180025095e-35 4.5000000000000009 43.939336500000003 0.24068965517241384 315144000.00000006 1.5000000000000002 0.46410256410256417 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 5 3 9 8 17 14 24 15 27 11 12 -4 16 -6 -5 -7 23 -17 -19 26 -9 -15 -1 28 -21 -10 -2 -3 -30 +right_child=2 7 10 4 6 13 -8 21 20 -11 -12 -13 -14 22 -16 18 -18 19 -20 25 -22 -23 -24 -25 -26 -27 -28 -29 29 -31 +leaf_value=-0.2274937302934858 0.1118382078662199 -0.025921162033357655 0.14972224031273024 0.086736463656595708 0.12186214875254504 -0.18219168131579974 0.18028981744304431 0.13974486131202679 -0.15221325705478431 0.23807601178851934 0.23259398527438968 0.21060347453329503 -0.089400074829792148 -0.070885082722041443 -0.123708028782279 -0.16007388985361157 -0.072228824670056938 -0.21197457700615938 0.12903649165529726 -0.16692545282821764 -0.21160460871448286 0.21820766354507332 0.057540223763106496 -0.13228611513612737 0.084431592704786895 -0.093099842278928618 0.012674083103098623 -0.044437029886033673 -0.088531874883678557 0.14456249806630225 +leaf_weight=7096.7487530381695 121.58636014187141 390.06699677743018 189.00813293276588 186.23506322478352 96.661857770741335 939.97287162258363 594.07649903796846 464.25386266499117 142.3424870345043 1775.1284394819595 6275.5819181182887 1154.955603962655 189.85499169850664 1018.848712812327 268.84739652089775 203.47615957513335 517.5925173653377 1117.4162464804394 40.568101734330412 794.39967936337052 724.75510516639042 795.79307004620205 120.55789764776273 159.27565907576354 272.9676862447086 311.25265652008238 59.742715272383066 72.369447509474412 26.114172565139597 78.578568838362116 +leaf_count=3170933 52511 30801 143579 224221 53287 263664 149604 9504 126967 18094 442469 261492 524935 148023 117584 605160 30268 168354 44697 79126 972537 2297 10172 34369 10200 16591 66320 75667 3700 2404 +internal_value=0 -0.145167 0.169275 0.0777392 -0.043091 -0.191116 0.0892359 0.128475 -0.136656 0.219899 0.219509 0.165969 0.0298962 -0.10548 -0.0587604 -0.0259846 -0.143145 -0.214578 -0.112004 -0.179237 -0.188032 0.189303 -0.0572955 -0.225404 0.0286381 -0.146146 -0.103473 0.0535304 -0.00214739 0.0864116 +internal_weight=0 14103.8 12095.2 4285.79 2316.71 12076.1 959.586 2027.77 1357.12 1969.08 7809.4 1533.82 378.863 2596.97 365.509 430.279 1457.57 9479.09 244.044 2223.07 926.84 1260.05 1139.41 7256.02 767.727 1105.65 202.085 193.956 494.76 104.693 +internal_count=7859530 3980406 3879124 2506649 2360377 3921500 320475 58906 2039902 146272 1372475 930006 668514 452127 170871 874078 293932 3469373 649857 264071 1165824 11801 158195 3205302 47105 95717 193287 128178 36905 6104 +shrinkage=0.12 + + +Tree=1 +num_leaves=31 +num_cat=0 +split_feature=3 12 7 0 3 0 0 0 7 12 11 6 11 0 0 7 11 0 2 1 0 0 7 7 12 0 11 6 2 2 +split_gain=38047.4 21416.2 8436.69 8011.82 6159.91 5956.19 4592.04 3756.33 1924.38 4385.1 1908.47 1726.65 1589.07 1503.47 1136.99 1252.59 998.567 702.655 628.994 649.125 607.926 595.385 594.308 575.382 975.313 503.822 502.031 469.186 457.235 431.587 +threshold=1.0000000180025095e-35 0.43650793650793657 1.0000000180025095e-35 35.053196000000007 4.5000000000000009 22.795642500000003 30.077133500000006 23.223223000000001 1.0000000180025095e-35 0.40833333333333338 0.2752525252525253 1.0000000180025095e-35 0.82575757575757591 38.267659000000002 28.355377000000004 2.5000000000000004 0.82575757575757591 46.836120500000007 63892800.000000007 1.5000000000000002 45.25187300000001 21.515842500000002 2.5000000000000004 1.0000000180025095e-35 0.43650793650793657 28.355377000000004 0.78888888888888908 1.0000000180025095e-35 63201600.000000007 347371200.00000006 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 2 5 14 7 28 16 12 27 13 -5 29 -2 22 18 -16 -3 -8 19 -4 -12 26 25 -23 -25 -10 -6 -9 -1 -7 +right_child=4 6 3 10 21 11 17 8 9 -11 20 -13 -14 -15 15 -17 -18 -19 -20 -21 -22 23 -24 24 -26 -27 -28 -29 -30 -31 +leaf_value=0.040985929373495031 -0.12083398763546463 -0.11505530640911858 -0.19086370627979615 -0.10306460220505854 -0.01864346575709749 0.080538821593413676 0.091991818923339949 0.093556687231399441 -0.092439416389612339 0.13136439739798528 -0.0035593440541226281 0.21291216143216427 0.053026799205209342 0.072207383838174599 -0.039332971934029813 -0.16381324890449389 0.0095188549546858046 0.16428504380928802 -0.19211706821948227 -0.060094742136109179 0.094508305857402941 0.21226392945131631 -0.11769630978361487 0.091549688603238547 0.17572791757175302 0.036833405955821005 0.14792845705306418 0.21869617459113458 -0.11596333012310242 -0.07578529129306702 +leaf_weight=296.53384848252608 2173.0804308796505 1303.1526287957531 1063.9548815733215 2247.8528510682809 469.20999279989337 666.35601240235701 4150.5227100433403 590.85760818631388 749.47750186992198 6023.9766124599337 2217.8344449146389 1801.2801281953143 1161.6672427780577 1712.1475508258736 1786.7201331897013 3340.2207694367316 3206.3138268269831 3628.8409352825838 16656.154008991667 1124.2121757573768 1543.8782966555736 3158.2952285067877 1638.7111724903953 2685.3791142870468 7568.3352529148106 1031.7290578271422 585.84192936238833 1599.6914868383901 2709.1220633993216 411.25128232211864 +leaf_count=46796 319918 47113 449576 282656 37122 53399 97802 10645 53554 36026 138429 9006 24548 44590 193692 521789 135525 16784 4436175 101879 37857 5779 152207 62425 21531 33276 3699 2274 448519 34939 +internal_value=0 -0.0668499 -0.113694 -0.139479 0.103347 0.0176758 0.0698656 0.0536507 0.0821145 0.061923 -0.0155849 0.141033 -0.0602692 -0.0195871 -0.170539 -0.120433 -0.0264813 0.125715 -0.184171 -0.12368 0.0366899 0.16065 -0.0655433 0.167478 0.153683 -0.0175613 0.073851 0.184944 -0.100479 0.0208798 +internal_weight=0 48154.2 35865.4 29980.8 31148.4 5884.54 12288.8 16681.3 13346.6 11156 6009.57 2878.89 3334.75 5132.07 23971.3 5126.94 4509.47 7779.36 18844.3 2188.17 3761.71 14467.1 3419.92 13412 10253.7 1781.21 1055.05 2190.55 3005.66 1077.61 +internal_count=7859530 7051936 6754712 6162053 807594 592659 297224 677038 332572 319653 458942 97344 344466 283627 5703111 715481 182638 114586 4987630 551455 176286 130556 239037 89735 83956 86830 40821 12919 495315 88338 +shrinkage=0.12 + + +Tree=2 +num_leaves=31 +num_cat=0 +split_feature=12 7 0 0 11 6 3 0 1 2 0 0 11 1 11 2 1 1 2 7 0 11 2 1 0 11 2 11 2 7 +split_gain=31419.9 18735.3 10218.9 6033.9 3752.34 1725.34 1696.27 1631.91 1144 1024.91 763.942 753.349 654.826 644.868 617.86 663.704 620.753 579.625 511.802 492.933 462.747 434.635 427.321 393.794 342.107 320.518 310.099 308.274 301.938 233.781 +threshold=0.35504201680672276 1.0000000180025095e-35 29.087282000000002 21.669163500000003 0.28991596638655465 1.0000000180025095e-35 2.5000000000000004 39.539316000000007 1.5000000000000002 249480000.00000003 46.836120500000007 40.27922800000001 0.4188596491228071 1.5000000000000002 0.4188596491228071 63892800.000000007 1.5000000000000002 1.5000000000000002 94392000.000000015 3.5000000000000004 25.452091500000005 0.76388888888888895 284040000.00000006 1.5000000000000002 28.072161000000005 0.15075757575757578 347112000.00000006 0.88194444444444453 252763200.00000003 3.5000000000000004 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 3 6 17 10 23 14 8 24 27 19 13 -8 -6 -3 16 -16 -1 -19 -4 -17 -11 -15 -5 -2 -12 -25 -10 -9 -13 +right_child=7 2 4 5 11 -7 12 28 9 21 25 29 -14 22 15 20 -18 18 -20 -21 -22 -23 -24 26 -26 -27 -28 -29 -30 -31 +leaf_value=-0.14320927090608193 -0.072091058887277584 -0.16957548971600384 -0.039181310920053773 -0.11649340622121562 -0.087962844131142012 0.18096592552381058 -0.11687993459149576 0.15349516131628946 0.07554857696702337 -0.0004589829580780309 -0.09123586966091296 0.11140391656458243 0.042870622002823926 0.065585887985825833 -0.16365765302354005 -0.15880503508817079 0.027435070775036759 0.093117447922713412 -0.050458035693942131 -0.13722946369475933 -0.071445828592650668 0.07445146719886836 -0.01326622162617134 0.097282096801208098 0.032495616952632117 0.04479945404147094 -0.011043860133798777 0.14610229607454098 0.11615460236024867 0.04360739558802789 +leaf_weight=789.17348965875863 785.17924647394102 15016.773781782671 948.54051859193714 182.32358292493154 835.04237600088527 5124.3871840444044 640.01101943215326 6508.0698572492693 1149.3367794610385 1378.5058399908157 384.96755231490533 1822.916708288074 874.07917573541636 2079.33122596264 376.59956361563673 4606.1790542205345 699.27645522163948 434.78448408975964 2011.2969106509408 3332.7790390473892 1077.4662972562073 5841.9408727447153 1888.4848286401248 1407.5980872867221 1056.1200257237069 708.15074800420552 521.51955960009946 3981.2306509983027 5988.2886931000103 1224.4104147370235 +leaf_count=265760 116437 3800182 121603 78650 204658 17573 85232 31755 17208 37036 55421 43856 33632 68478 146916 1308626 34577 13343 224425 518969 179720 77929 105088 25741 82715 35223 27771 24141 37961 38904 +internal_value=0 -0.0590613 -0.0996389 0.0824419 -0.0153939 0.143353 -0.147474 0.103979 0.0761346 0.0892892 -0.0926464 0.0374953 -0.0246575 0.00788441 -0.156014 -0.125885 -0.0394577 -0.0537882 -0.024937 -0.115507 -0.142245 0.0601498 0.0280564 0.0520652 -0.0121034 -0.0031098 0.0679974 0.130298 0.135602 0.0841641 +internal_weight=0 46986.1 36515 10471.1 13224.6 7235.83 23290.4 26688.7 14192.3 12351 5374.44 7850.19 1514.09 4802.86 21776.3 6759.52 1075.88 3235.25 2446.08 4281.32 5683.65 7220.45 3967.82 2111.44 1841.3 1093.12 1929.12 5130.57 12496.4 3047.33 +internal_count=7859530 7434348 6781085 653263 1192200 149735 5588885 425182 355466 156314 731216 460984 118864 378224 5470021 1669839 181493 503528 237768 640572 1488346 114965 173566 132162 199152 90644 53512 41349 69716 82760 +shrinkage=0.12 + + +Tree=3 +num_leaves=31 +num_cat=0 +split_feature=12 7 0 0 0 7 6 3 0 3 12 11 1 3 1 1 2 2 1 11 1 0 0 1 7 2 7 1 2 0 +split_gain=25841.7 16426.7 6406.11 4723.15 2188.82 1963.5 1412.22 1382.56 1104.84 985.417 854.523 811.364 626.452 540.098 507.873 445.82 421.531 419.336 702.726 402.365 379.949 329.856 296.923 270.36 266.836 239.082 214.168 214.057 224.539 213.88 +threshold=0.30384615384615393 1.0000000180025095e-35 29.394558500000006 20.684114500000003 28.355377000000004 3.5000000000000004 1.0000000180025095e-35 1.0000000180025095e-35 43.939336500000003 1.5000000000000002 0.60769230769230786 0.70714285714285718 1.5000000000000002 1.0000000180025095e-35 1.5000000000000002 1.5000000000000002 157896000.00000003 63892800.000000007 1.5000000000000002 0.1408730158730159 1.5000000000000002 63.388565000000007 35.82988550000001 1.5000000000000002 1.5000000000000002 252417600.00000003 1.5000000000000002 1.5000000000000002 59054400.000000007 55.906434000000004 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 3 9 13 7 12 15 11 -7 17 14 -2 -4 27 21 -5 24 18 -3 -10 -13 -6 -14 -8 -11 -16 -20 -1 -29 -21 +right_child=4 2 5 6 10 8 23 -9 19 16 -12 20 22 -15 25 -17 -18 -19 26 29 -22 -23 -24 -25 -26 -27 -28 28 -30 -31 +leaf_value=-0.13825761497657585 -0.099849709475641174 -0.16173792070663182 -0.068179685616512761 -0.12095393297374317 -0.0069615761752684392 -0.1115681448157148 -0.10324898218244892 0.084086862105599749 -0.10577153525040682 0.065441673019399335 0.12780648523382546 -0.063964228199294926 0.01500904737835263 0.037024334256410149 0.11128087495649008 0.065453962551974804 -0.11663705445591525 -0.15512688253825213 0.0087499149510147835 -0.010195627018708945 0.041573227303612778 0.14205892958960994 0.079550861720927318 0.16676778666289871 -0.06499135520492795 0.07190978156726463 -0.088151318507495274 0.08775700007806489 -0.073154824327400531 0.080991662358518235 +leaf_weight=712.67053942117491 1214.2553186160658 1475.9816960695607 794.97305443894584 202.93616651021875 1310.5888172820123 3807.0205411768111 53.986559803335695 3655.0475899399316 408.17408716573846 473.6445844382979 11466.211863098812 635.50178245615098 1996.4153082372504 697.10769321370753 4414.6390841838438 2059.2200776076061 791.59811108571012 16854.237566445197 638.375530989666 874.09649465097755 2163.2166135365842 255.57805047841975 2112.5453334706835 4747.3904909509001 431.66540386585984 4470.4110703208717 676.45460567928967 137.5709023923846 1350.7616805781727 642.72188599329093 +leaf_count=243447 183099 460376 177187 97148 129769 574256 10695 43161 65453 17529 58869 96050 113262 36592 35673 64352 130266 4686563 36822 51379 52483 1542 58093 9754 48758 81085 86377 3163 188112 18215 +internal_value=0 -0.0605815 -0.102498 0.0739745 0.0858787 -0.0264158 0.126901 0.0306962 -0.0741056 -0.140414 0.105185 -0.0179328 0.0293271 -0.0550238 0.0803659 0.0487301 -0.0526782 -0.147992 -0.104905 -1.61541e-05 0.0176085 0.0173589 0.0481924 0.163731 0.00324915 0.0914721 -0.0411048 -0.0841776 -0.0582798 0.028444 +internal_weight=0 41939.5 31977.9 9961.64 29585.5 10635.9 7063.53 7668.02 5732.01 21342 21917.4 4012.97 4903.93 2898.11 10451.2 2262.16 1696.91 19645 2790.81 1924.99 2798.72 1566.17 4108.96 4801.38 905.31 8885.05 1314.83 2201 1488.33 1516.82 +internal_count=7859530 7177799 6524536 653263 681731 1057845 181949 374793 709303 5466691 306938 331632 348542 471314 248069 161500 196553 5270138 583575 135047 148533 131311 171355 20449 66287 116758 123199 434722 191275 69594 +shrinkage=0.12 + + +Tree=4 +num_leaves=31 +num_cat=0 +split_feature=12 7 0 0 0 11 3 3 6 11 11 3 3 3 0 1 1 1 0 11 0 1 7 0 1 2 2 0 7 2 +split_gain=20724.8 13307.5 5502.53 3724.27 1810.49 1551.5 1454.68 1183.36 1123.54 844.1 598.849 571.047 500.188 351.087 344.693 320.245 305.005 297.679 273.69 265.76 257.013 253.399 251.765 242.122 242.094 536.868 240.655 211.127 256.079 194.694 +threshold=0.28991596638655465 1.0000000180025095e-35 30.880862000000004 23.117341500000006 33.642312000000004 0.23303167420814483 1.0000000180025095e-35 1.0000000180025095e-35 1.0000000180025095e-35 0.78888888888888908 0.36931818181818188 1.0000000180025095e-35 1.0000000180025095e-35 1.0000000180025095e-35 55.906434000000004 1.5000000000000002 1.5000000000000002 1.5000000000000002 38.267659000000002 0.96666666666666679 25.784979000000003 1.5000000000000002 2.5000000000000004 22.741666500000004 1.5000000000000002 93960000.000000015 315316800.00000006 25.866490500000001 1.5000000000000002 157896000.00000003 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 3 7 11 6 17 9 24 -5 21 -9 16 18 14 -6 -11 -1 -4 22 -8 29 -2 -7 -23 -3 -26 -18 -27 -29 -12 +right_child=4 2 5 8 13 12 19 10 -10 15 20 -13 -14 -15 -16 -17 26 -19 -20 -21 -22 23 -24 -25 25 27 -28 28 -30 -31 +leaf_value=-0.12926268388299422 -0.11269924259016413 -0.15477609461745218 -0.13323432323487092 0.04217544967880768 0.06398972953491526 0.010735845968267309 0.041745363750637032 -0.10740396029483094 0.15576889065559368 -0.02520856618239975 0.0026094224458770424 0.043372990616356848 0.063594866778914752 0.11675055968694531 0.11732788842593028 0.056103500860233121 0.0086489912745384805 -0.056279144547145644 0.025048304225877588 0.098241782426251742 0.053726648611858628 -0.088810953937304385 -0.078402640631396639 0.0088278150241380294 -0.04910303472885548 -0.14653274083008075 -0.084985387168096796 -0.014690839064283454 -0.12602396862671686 -0.11157928757423492 +leaf_weight=757.32938669855503 792.64946748375951 8547.2838232024224 1170.2408571190754 1754.1964274955681 5056.9720570598438 797.32032957155025 1660.1533526923158 1905.0182950385279 4396.1783184347441 942.36093290772988 488.79294310635305 957.5355279132491 2277.1433923231962 9619.1626635353314 2663.805460542324 2683.9482770386385 816.76348893198883 1897.6146809479033 1830.7790591324301 4316.7112343962654 613.69749132421566 598.79394304211019 1066.6630496551588 939.50620271867956 1125.0067408232717 6810.1666713906016 765.88258893697639 399.07951825941564 1168.8766314064414 383.84863556965138 +leaf_count=291619 166358 2784734 243173 93498 122958 77518 35831 371036 13948 114537 32773 42486 65841 48607 10527 54502 80349 213846 102346 25099 27054 56698 149446 50248 105939 1968454 131363 50095 243544 85103 +internal_value=0 -0.0562286 -0.094797 0.0682039 0.076695 -0.0162741 0.0407227 -0.127902 0.12337 -0.00124187 -0.0628632 -0.0346903 0.0193579 0.101453 0.0823927 0.0349731 -0.0666346 -0.0856349 -0.00790644 0.0825494 -0.00577504 -0.057582 -0.040274 -0.0291797 -0.140121 -0.12694 -0.0366638 -0.137392 -0.097688 -0.0476208 +internal_weight=0 39929.4 30481.5 9447.89 29274.1 9039.76 11934.1 21441.8 6150.37 5957.26 3391.36 3297.51 5971.91 17339.9 7720.78 3626.31 2339.98 3067.86 3694.76 5976.86 1486.34 2330.95 1863.98 1538.3 18050.4 9503.13 1582.65 8378.12 1567.96 872.642 +internal_count=7859530 7174165 6520902 653263 685365 852170 503273 5668732 107446 442343 515966 545817 395151 182092 133485 169039 503331 457019 329310 60930 144930 273304 226964 106946 5152766 2368032 211712 2262093 293639 117876 +shrinkage=0.12 + + +Tree=5 +num_leaves=31 +num_cat=0 +split_feature=12 3 7 0 7 0 0 11 0 6 6 1 3 11 11 11 0 12 2 1 1 1 1 0 3 0 3 3 2 2 +split_gain=17354.6 10065.9 2953.96 3339.07 2678.63 1596.22 1418.53 959.93 921.308 796.831 671.259 522.398 412.104 408.271 403.753 396.925 441.878 359.805 321.97 294.714 243.399 225.278 223.869 220.627 206.958 201.812 195.437 191.651 193.64 188.482 +threshold=0.36602870813397131 1.0000000180025095e-35 1.0000000180025095e-35 31.309764500000004 1.0000000180025095e-35 27.145081500000003 21.920927000000002 0.267948717948718 28.208573500000004 1.0000000180025095e-35 1.0000000180025095e-35 1.5000000000000002 11.500000000000002 0.26201372997711675 0.4188596491228071 0.4188596491228071 25.525596500000002 0.51666666666666672 187272000.00000003 1.5000000000000002 1.5000000000000002 1.5000000000000002 1.5000000000000002 43.939336500000003 2.5000000000000004 18.046731000000005 12.500000000000002 27.500000000000004 32097600.000000004 158155200.00000003 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 2 6 15 9 14 21 23 11 25 -8 -2 17 -7 -6 -4 29 22 -13 -9 -18 -1 -10 -5 -20 -3 -15 28 -16 -17 +right_child=8 4 3 7 5 13 10 19 12 -11 -12 18 -14 26 27 16 20 -19 24 -21 -22 -23 -24 -25 -26 -27 -28 -29 -30 -31 +leaf_value=-0.12278015366668645 -0.053066934956220911 -0.023733885423421683 -0.14065658046662521 -0.10576797994402805 -0.1140434185762973 -0.022275980557405817 0.0007879390163752952 -0.041315496181955902 0.0041962851882882098 0.14941347250831938 0.13630967116745393 0.096239874524633562 0.12544114818560761 0.044685953096759101 0.092888435976043779 -0.086173566318018355 -0.11105875793297434 0.09623787517162849 0.011589500572358124 0.031653032424322637 -0.0033539977694666315 -0.03718888798684522 0.068738448334492552 -0.032771852484711712 0.072015872655677465 0.070913168960043862 0.11092031079579509 0.10595491698319366 -0.057277422227240554 -0.1404373728413576 +leaf_weight=659.49817736638943 792.05328471053508 424.02332854375709 12756.291829364127 1909.4211155406374 1551.9623272627141 1158.3594851874514 956.76028198409767 1136.9992867840629 935.15133468760177 3027.5625634873868 1169.7554271378613 1606.7963625655975 4054.2960167028941 2915.8278625634557 139.65783603279851 1419.1542664409353 467.7897735505976 9653.1952303443395 2438.3904927688054 2665.7593478995623 853.15857966481417 1347.768471640913 4487.22066109968 867.00292690610513 1226.8286328420509 1380.7115303330065 822.46558889886364 144.84853263467085 1077.5452280262107 2630.9467317926974 +leaf_count=269057 117840 25617 3746709 345645 330833 105841 109561 176208 75469 9640 11307 15367 10063 92336 3298 374042 165009 67194 67295 117361 81083 202734 63999 103097 6643 25347 8607 2424 128043 1001861 +internal_value=0 -0.0477102 -0.086848 -0.102557 0.0415683 -0.00187745 0.00704117 -0.0293302 0.0785576 0.111791 0.0753367 0.0377996 0.0914776 0.039971 -0.0721984 -0.129134 -0.101767 0.0823435 0.0514514 0.00983578 -0.0414973 -0.0653118 0.0576075 -0.0829738 0.0318159 0.0486758 0.059259 -0.0245174 -0.040046 -0.121424 +internal_weight=0 41483.3 28840.3 24706.5 12643 7810.67 4133.78 6579.18 25193.9 4832.3 2126.52 6064.07 19129.9 4896.65 2914.01 18127.3 5371.05 15075.6 5272.02 3802.76 1320.95 2007.27 5422.37 2776.42 3665.22 1804.73 3738.29 1362.05 1217.2 4050.1 +internal_count=7859530 7435660 6703674 6111015 731986 671382 592659 742311 423870 60604 120868 207145 216725 206784 464598 5368704 1621995 206662 89305 293569 246092 471791 139468 448742 73938 50964 100943 133765 131341 1375903 +shrinkage=0.12 + + +Tree=6 +num_leaves=31 +num_cat=0 +split_feature=12 7 0 6 0 11 3 0 11 3 1 1 1 2 1 1 1 11 2 0 2 0 11 0 2 0 2 2 7 0 +split_gain=14614.1 9316.84 4285.61 2705.22 1373.84 1248.23 1214.06 714.422 706.402 704.134 657.472 406.449 343.852 325.549 522.227 320.213 314.587 275.468 253.618 244.405 234.824 223.238 218.506 197.551 195.329 176.731 172.405 168.634 167.005 158.502 +threshold=0.31009615384615391 1.0000000180025095e-35 28.927267500000003 1.0000000180025095e-35 35.82988550000001 0.26201372997711675 1.5000000000000002 18.046731000000005 0.70714285714285718 2.5000000000000004 1.5000000000000002 1.5000000000000002 1.5000000000000002 63892800.000000007 1.5000000000000002 1.5000000000000002 1.5000000000000002 0.76388888888888895 647179200.00000012 41.01957500000001 315576000.00000006 20.185810000000004 0.39230769230769241 46.836120500000007 378475200.00000006 55.906434000000004 32097600.000000004 378734400.00000006 4.5000000000000009 24.831658500000003 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 3 9 7 6 12 8 26 29 13 -5 25 -4 14 -3 -9 -10 23 -12 28 -13 -18 -11 -6 -17 -7 -1 -19 -14 -2 +right_child=4 2 5 10 17 11 -8 15 16 22 18 20 19 -15 -16 24 21 27 -20 -21 -22 -23 -24 -25 -26 -27 -28 -29 -30 -31 +leaf_value=0.053346996261430552 -0.089209064994170501 -0.14250083073741082 -0.11529214678200513 -0.11817039738486823 0.039176255232463722 -0.064416676282825033 0.083772817573618735 -0.080515454037468362 -0.021536678250769225 -0.085304272341770598 0.021374273678274561 0.05231910805926044 -0.030855279797860652 -0.13330443951725815 -0.032462845369753274 0.066472543260221825 -0.015933809490094972 0.11252963767615311 0.14696236536150967 0.004254512455723415 -0.0019602643501363147 0.056608524705528504 0.023197725042663153 0.08777781784291401 -0.018009779947108326 0.081060048385749928 -0.077721611776716187 0.079133497979455555 -0.10424825077795732 -0.023709646510033894 +leaf_weight=159.11569604617398 861.49902003237366 1212.9867844963883 1605.913962170358 148.37184506332414 2105.6947339392791 1084.2686485598024 4945.3849274989916 313.99897339203744 1312.6402905966097 489.44764745698194 246.99494968046201 2724.1248766189819 811.74030335241696 13936.497786475295 1272.7195723130862 1851.9190380310756 726.01438061788213 6713.0225661852746 3705.7478236270254 939.49134437319299 1983.313399652543 3851.1982864523306 588.72239334968617 2813.626334217377 500.61082807253115 135.22450947132893 1572.9221892607166 3223.0032680509612 992.20840170946758 1391.0434916436789 +leaf_count=10703 139671 452543 380622 50505 54209 221805 36330 153156 144501 81881 16244 90937 89380 4696085 129203 50407 20297 38183 14705 76049 109965 66739 31071 21884 47238 3981 310305 27092 161674 132165 +internal_value=0 -0.0502411 -0.0838818 0.0596954 0.065224 -0.0223706 0.036876 -0.00567438 0.00839247 -0.120001 0.129806 0.0134562 -0.0711922 -0.126169 -0.0861608 0.0333025 0.0302507 0.0901989 0.139115 -0.0453766 0.0294505 0.0451022 -0.026059 0.0669745 0.048495 -0.0482838 -0.0656801 0.101697 -0.071224 -0.0487612 +internal_weight=0 36276.3 27776.7 8499.68 27943.1 10276.3 13087.8 4398.57 8142.4 17500.4 4101.11 5926.93 4349.35 16422.2 2485.71 2666.53 5889.85 14855.3 3952.74 2743.44 4707.44 4577.21 1078.17 4919.32 2352.53 1219.49 1732.04 9936.03 1803.95 2252.54 +internal_count=7859530 7178459 6525196 653263 681071 1134413 539703 571809 503373 5390783 81454 426688 707725 5277831 581746 250801 231537 141368 30949 327103 200902 87036 112952 76093 97645 225786 321008 65275 251054 271836 +shrinkage=0.12 + + +Tree=7 +num_leaves=31 +num_cat=0 +split_feature=12 3 1 0 7 7 0 0 0 11 3 6 0 6 7 2 11 2 1 0 2 3 11 11 0 0 11 2 0 0 +split_gain=12627.5 7485.69 2273 2203.84 1963.13 1365.28 1225.05 747.843 747.251 737.421 700.386 676.041 577.583 471.29 337.57 316.332 310.533 306.368 272.691 257.613 246.761 214.563 211.829 197.829 187.908 181.135 170.303 169.999 164.221 150.359 +threshold=0.43650793650793657 1.0000000180025095e-35 1.5000000000000002 23.223223000000001 1.0000000180025095e-35 2.5000000000000004 26.917887500000003 42.837928000000005 35.82988550000001 0.96666666666666679 1.0000000180025095e-35 1.0000000180025095e-35 32.751201500000008 1.0000000180025095e-35 1.0000000180025095e-35 63892800.000000007 0.28991596638655465 93960000.000000015 1.5000000000000002 33.981020000000008 307368000.00000006 15.500000000000002 0.18465909090909094 0.15587044534412958 30.664758000000003 43.939336500000003 0.27888888888888896 315144000.00000006 51.783302000000013 51.783302000000013 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 2 7 9 11 13 15 24 26 17 12 -3 18 19 -15 -6 -8 -4 -2 27 -12 -17 -9 -10 -1 -18 -7 -5 -25 -14 +right_child=10 4 3 5 6 8 16 22 23 -11 20 -13 29 14 -16 21 25 -19 -20 -21 -22 -23 -24 28 -26 -27 -28 -29 -30 -31 +leaf_value=-0.13754400774646117 -0.037918368671344925 0.043723096574910095 -0.045151956020297604 0.016519652583174758 0.011504518071789189 -0.12056684970985512 -0.017579939850211959 -0.11257793674947505 -0.081809232202719295 0.010072381415701647 0.1042011605041584 0.14061728106611787 0.055070845705457734 0.13786410976412306 0.015983888401538981 -0.10025989320887152 0.033562679454886848 -0.12351105172421913 0.032148094434359613 0.061260229766686734 0.069494072098461729 0.024518142399003247 0.017610687859985524 -0.0111066179755905 -0.093621441939769207 0.088289692370591616 -0.055706591156286754 -0.053716626532991571 0.066720524774533704 0.093229868867078 +leaf_weight=7979.4124997828585 1110.5446091938938 1740.6459331298829 829.11300840608601 1162.8275107360532 605.14872033183201 1691.5743058629305 1275.4931813221483 244.74623888474889 373.88353659718996 789.27828079654137 7613.4848337266594 2564.8205871459795 3473.6715195580909 923.15108896652237 506.93369273957796 1869.0973802824374 2868.232315664558 5387.8077941552037 2858.8605856822687 988.34497420204571 4816.2528039332246 222.00531755090924 679.7395297754847 1200.0390784282936 1702.0762253722096 1250.6322140928241 889.59301472417428 865.6012993214099 578.65020679973532 2600.1222136386787 +leaf_count=3233594 141190 50964 79096 109525 46298 425763 114991 52800 60737 102920 30191 9640 74931 3213 45588 402602 90840 1810190 71111 38449 37565 12560 48031 70942 405020 11943 103273 154292 11279 9992 +internal_value=0 -0.0411226 -0.0767964 -0.048504 0.0359824 -0.00982303 0.00114592 -0.119976 -0.0546748 -0.0991896 0.0717105 0.101445 0.0481427 0.0379223 0.0946615 -0.0649014 0.0341584 -0.113061 0.012545 0.0110247 0.0907531 -0.0870125 -0.0168577 -0.00246606 -0.129822 0.0501802 -0.0982138 -0.013453 0.0142131 0.0714067 +internal_weight=0 39188.8 26792.8 16186.8 12396.1 9180.6 8090.61 10606 4733.74 7006.2 22472.9 4305.47 10043.2 4446.86 1430.08 2696.25 5394.36 6216.92 3969.41 3016.77 12429.7 2091.1 924.486 2152.57 9681.49 4118.86 2581.17 2028.43 1778.69 6073.79 +internal_count=7859530 7494550 6754712 3015267 739838 1023061 679234 3739445 671994 1992206 364980 60604 297224 351067 48801 461460 217774 1889286 212301 302266 67756 415162 100831 142958 3638614 102783 529036 263817 82221 84923 +shrinkage=0.12 + + +Tree=8 +num_leaves=31 +num_cat=0 +split_feature=11 7 0 6 0 1 3 11 2 0 11 3 0 11 2 7 0 0 1 12 0 3 2 1 2 2 0 4 1 2 +split_gain=10959.9 5805.08 4357.1 2357.17 1605.06 1021.16 1015.82 783.197 535.46 426.144 378.116 376.491 353.255 348.604 326.492 273.748 270.749 267.923 274.752 167.058 166.472 154.297 151.975 147.745 283.387 139.261 128.584 126.537 120.177 117.067 +threshold=0.51666666666666672 1.0000000180025095e-35 33.981020000000008 1.0000000180025095e-35 30.077133500000006 1.5000000000000002 1.0000000180025095e-35 0.18465909090909094 221140800.00000003 51.783302000000013 0.4188596491228071 8.5000000000000018 26.819955000000004 0.44949494949494956 647179200.00000012 3.5000000000000004 20.842892000000003 48.846755000000009 1.5000000000000002 0.46410256410256417 21.763782500000001 13.500000000000002 284212800.00000006 1.5000000000000002 63374400.000000007 63201600.000000007 27.946536000000005 6.5000000000000009 1.5000000000000002 63892800.000000007 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 3 6 -1 5 19 12 28 21 15 26 17 23 -14 -5 -9 -10 18 27 -2 -12 25 -20 -3 -25 -7 29 -6 -4 -8 +right_child=4 2 7 14 11 8 10 9 16 -11 20 -13 13 -15 -16 -17 -18 -19 22 -21 -22 -23 -24 24 -26 -27 -28 -29 -30 -31 +leaf_value=-0.071418029805711047 -0.11674789652513004 -0.13913555071705994 -0.12082793700583513 -0.066127389183755492 -0.005766003733959895 0.094915381576960917 -0.029812186363929565 0.034626183648326585 -0.035197680419173295 0.075017148350407376 -0.062381253936281932 0.10886327151263593 -0.10384708750512703 -0.021177634730937703 0.14137195472470462 -0.025199080763810663 0.025289036316216106 0.090112240147224881 0.082906058015524281 -0.037164182183758158 0.022795610774124925 0.11328215059840661 0.04723505324725593 -0.046179355499017381 -0.12167396896492105 0.039226561772605563 -0.038570118919932839 0.092873719515136649 -0.047405671248634415 -0.11550927312628612 +leaf_weight=1080.8357679889268 681.8330543305201 5238.7597912437632 504.94023706781445 113.24470513478445 1308.3905851836025 883.7598482798785 286.43731987595675 2268.3873770409846 1518.9085345592466 1789.0747582365875 459.88484688252356 4110.5051425902639 2769.7709068007207 999.63221230394265 3041.1485836131469 2140.8274086363454 3570.7625339035876 4726.0689429509221 3354.8366659334861 857.5541908472369 1173.4250167770588 787.98348313942552 3529.5398561550537 822.22088715806603 5544.5544840171715 2410.0597553228145 802.54332827100006 218.52527575136628 881.42655416614434 1156.1558853916067 +leaf_count=240954 321244 2381858 132345 17427 96045 10645 35557 124936 127736 31736 76365 12915 751255 168626 14386 179274 104500 23120 31632 117893 66799 2538 62351 86209 2060529 75539 70602 6709 119438 308367 +internal_value=0 -0.0490463 -0.0696505 0.0815189 0.05451 0.0180241 -0.0999977 0.00738488 0.0332041 0.0256219 -0.0451173 0.0771675 -0.113842 -0.0819238 0.133922 0.00557896 0.00723791 0.0672501 0.0544043 -0.0724154 -0.00118802 0.0655815 0.0646182 -0.124208 -0.111925 0.0541691 -0.0770748 0.00835241 -0.0741494 -0.0984945 +internal_weight=0 31073.3 26838 4235.23 27958.7 10710.9 19253.4 7584.66 9171.47 6198.29 3878.45 17247.9 15374.9 3769.4 3154.39 4409.21 5089.67 13137.4 8411.29 1539.39 1633.31 4081.8 6884.38 11605.5 6366.78 3293.82 2245.14 1526.92 1386.37 1442.59 +internal_count=7859530 6866663 6593896 272767 992867 760095 6006167 587729 320958 335946 557690 232772 5448477 919881 31813 304210 232236 219857 196737 439137 143164 88722 93983 4528596 2146738 86184 414526 102754 251783 343924 +shrinkage=0.12 + + +Tree=9 +num_leaves=31 +num_cat=0 +split_feature=12 3 1 7 0 7 0 3 6 0 11 0 0 7 1 11 2 6 0 3 2 0 11 11 11 3 11 0 2 2 +split_gain=9541.52 5354.78 1773.47 1684.26 1603.16 1061.18 822.237 752.487 583.925 572.307 543.024 504.197 488.669 404.099 291.361 272.03 259.805 234.66 227.194 213.717 185.694 185.615 172.098 163.715 156.947 151.46 150.21 142.517 137.785 130.825 +threshold=0.36602870813397131 1.0000000180025095e-35 1.5000000000000002 1.0000000180025095e-35 23.223223000000001 2.5000000000000004 25.784979000000003 1.0000000180025095e-35 1.0000000180025095e-35 37.179385000000003 0.96666666666666679 35.82988550000001 39.539316000000007 1.0000000180025095e-35 1.5000000000000002 0.26201372997711675 157464000.00000003 1.0000000180025095e-35 38.267659000000002 32.500000000000007 157896000.00000003 45.25187300000001 0.76388888888888895 0.88194444444444453 0.18465909090909094 12.500000000000002 0.27888888888888896 39.539316000000007 220708800.00000003 315316800.00000006 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 2 11 8 10 13 20 9 -3 14 16 -1 26 17 -2 -8 -4 -6 28 21 -5 23 -16 -9 -13 27 -7 -17 -15 -12 +right_child=7 3 4 6 5 12 15 19 -10 -11 29 24 -14 18 22 25 -18 -19 -20 -21 -22 -23 -24 -25 -26 -27 -28 -29 -30 -31 +leaf_value=-0.12717638920721494 -0.035031642170437374 0.040231163135759723 -0.06082307114311454 -0.029884139128199941 0.029089807788138619 -0.10746761518272339 -0.028242988970367297 0.027476225639536007 0.13516304079080965 0.06549152408291363 0.044441172764243961 -0.11357481955922859 0.0034671288328198295 0.025404136455720365 -0.020372131959316118 0.005621386120586107 -0.1211368001101273 0.13117611963988973 0.065734820560470864 0.11554968062008095 -0.099151673000401314 0.096761044503159949 0.04114810562207067 0.072296765050294545 -0.021632118947590036 0.083927789117000037 -0.04643877522454605 0.060494728588623231 -0.037947801006072819 -0.051659480765406419 +leaf_weight=7504.6802695461665 1526.0144555116713 1658.1659933302435 1377.3045057611744 1078.5327843982159 578.20851381850662 1683.3572414329319 1179.6984234178381 1521.182620647829 2133.6263468578691 5124.8928665777785 431.25973999951384 369.86630474227422 1317.6714692442329 796.51231116376584 846.75973398429051 1905.4177416174498 4061.3356767492587 738.22662502981257 683.56885600328678 2123.2913548739161 1153.2741748199041 3328.847110136121 2887.9216638178332 5135.7530494129169 964.44946644094307 805.41362720541656 886.74151209682896 1061.0975046196691 1303.0970765066013 387.01823607020197 +leaf_count=3472924 186722 50964 249587 125797 27584 461334 125284 19205 9640 62477 37288 105942 88584 77645 36509 90123 1634022 3213 19763 4581 301784 12162 62554 39660 128818 9506 108476 18888 222862 65632 +internal_value=0 -0.0400579 -0.0728672 0.0289472 -0.0466656 -0.0110346 -0.00520641 0.0606505 0.0936496 0.0369513 -0.0921507 -0.115091 -0.0559498 0.0315597 0.00914759 0.02205 -0.105863 0.0863392 0.00564849 0.0809765 -0.0656786 0.0736248 0.0271996 0.062055 -0.0471202 0.0377796 -0.0864121 0.0252495 -0.0139145 -0.00101146 +internal_weight=0 34058.5 23083.3 10975.2 14244.3 7987.38 7183.43 22494.7 3791.79 10385.6 6256.92 8839 3887.77 4099.61 5260.7 4951.63 5438.64 1316.44 2783.18 12109.1 2231.81 9985.78 3734.68 6656.94 1334.32 3771.93 2570.1 2966.52 2099.61 818.278 +internal_count=7859530 7435660 6703674 731986 2995990 1009461 671382 423870 60604 348262 1986529 3707684 658394 351067 285785 243801 1883609 30797 320270 75608 427581 71027 99063 58865 234760 118517 569810 109011 300507 102920 +shrinkage=0.12 + + +Tree=10 +num_leaves=31 +num_cat=0 +split_feature=11 7 0 0 0 11 1 3 0 3 2 12 11 6 0 7 1 7 1 2 11 11 0 3 3 3 0 2 2 1 +split_gain=8374.72 4167.78 3604.41 1866.66 1340.84 847.317 689.984 513.554 455.054 444.39 376.428 321.666 262.143 238.402 235.189 210.906 204.671 200.851 183.938 274.066 195.941 175.408 154.207 141.254 126.184 124.333 122.173 111.266 109.01 99.3424 +threshold=0.51666666666666672 1.0000000180025095e-35 28.927267500000003 23.062892000000002 28.208573500000004 0.2752525252525253 1.5000000000000002 1.0000000180025095e-35 42.837928000000005 6.5000000000000009 252072000.00000003 0.63961038961038974 0.36931818181818188 1.0000000180025095e-35 51.783302000000013 1.5000000000000002 1.5000000000000002 4.5000000000000009 1.5000000000000002 189086400.00000003 0.36931818181818188 0.82575757575757591 1.0000000180025095e-35 33.500000000000007 6.5000000000000009 2.5000000000000004 20.132072500000003 157896000.00000003 94737600.000000015 1.5000000000000002 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 3 7 22 6 14 -2 18 15 11 24 16 -9 -5 17 -7 -6 29 -3 20 -20 -12 -1 -14 28 -17 -23 -18 -8 -4 +right_child=4 2 5 13 9 8 10 12 -10 -11 21 -13 23 -15 -16 25 27 -19 19 -21 -22 26 -24 -25 -26 -27 -28 -29 -30 -31 +leaf_value=0.1276746945642693 -0.073377167706924873 -0.13318019573923484 -0.087847965165195052 -0.023193757316095766 -0.009036645784574077 0.031168122739461956 0.069215989702467742 -0.092332104189478528 0.054079910485594643 0.100099370699372 -0.048268987566794576 0.075639397779103973 -0.030016616788146488 0.13856526013531145 0.011675850210144893 -0.038457183895147885 0.07566360484261897 -0.093691020435302946 -0.095389115833510382 -0.11944692268823966 -0.01805290541426384 -0.023533006988354917 -0.073114117096830161 0.10046762315675392 0.091271306463814428 0.025217458311258729 0.027532554162184343 0.037116188493030618 0.018945533659847937 -0.011233894653999923 +leaf_weight=58.371026258857455 1222.606211157763 4893.6307784850142 333.84183734872931 138.7176882775675 1112.6561119701219 1265.7412521262013 1040.7180700434255 1359.1712990328233 2544.6825054211513 4519.9225411148509 883.76911983601167 6391.4243350492034 1070.7541869417764 2418.483939290687 607.17181438916305 2489.9750557690713 1469.5724821147742 1959.4829652378976 1212.3762744151245 4182.5933113381689 772.28379541161121 966.25995443706051 969.16446256041672 134.44025007123128 905.69333865912631 536.75726809579646 2235.3324469496729 4050.1609121319489 1540.8154059021617 902.55777436491917 +leaf_count=2300 406419 2647031 119692 21261 117131 92678 19782 347809 59194 16788 70762 51197 137138 8529 52958 293327 15674 442971 322257 1841204 122094 84475 240677 2098 4144 14803 59222 84977 62296 98642 +internal_value=0 -0.045877 -0.0637195 0.0748998 0.0485093 -0.0113833 0.01027 -0.10459 0.0138723 0.0676798 0.0237752 0.0564283 -0.056204 0.12979 -0.0567878 -0.00996399 0.037915 -0.0697949 -0.115807 -0.102021 -0.0652963 -0.000943498 -0.0617045 -0.0154589 0.0527335 -0.0271651 0.0121206 0.0473794 0.0392121 -0.0319222 +internal_weight=0 27850.2 24265.5 3584.74 26338.9 10640.2 8795.19 13625.2 6837.16 17543.7 7572.59 13023.8 2564.37 2557.2 3803.05 4292.47 6632.39 3195.88 11060.9 6167.25 1984.66 4085.36 1027.54 1205.19 3487.23 3026.73 3201.59 5519.73 2581.53 1236.4 +internal_count=7859530 6866663 6593896 272767 992867 1174265 707100 5419631 460002 285767 300681 268979 487045 29790 714263 400808 217782 661305 4932586 2285555 444351 214459 242977 139236 86222 308130 143697 100651 82078 218334 +shrinkage=0.12 + + +Tree=11 +num_leaves=31 +num_cat=0 +split_feature=12 3 0 1 7 7 7 3 0 0 0 0 8 6 0 6 1 2 1 2 3 2 11 11 11 0 1 2 0 11 +split_gain=7351.91 4038.16 1811.08 1274.29 946.967 841.13 771.26 591.371 515.516 481.522 449.564 424.164 299.204 289.773 268.094 227.325 207.114 179.776 191.718 164.34 162.987 155.354 152.549 149.34 144.04 141.099 139.75 134.208 118.861 114.678 +threshold=0.44949494949494956 1.5000000000000002 24.035689000000001 1.5000000000000002 1.0000000180025095e-35 1.0000000180025095e-35 2.5000000000000004 1.5000000000000002 35.82988550000001 40.27922800000001 43.939336500000003 24.035689000000001 1.0000000180025095e-35 1.0000000180025095e-35 17.801955500000002 1.0000000180025095e-35 1.5000000000000002 63892800.000000007 1.5000000000000002 93960000.000000015 9.5000000000000018 346766400.00000006 0.11651583710407241 0.27888888888888896 0.27888888888888896 24.357912500000001 1.5000000000000002 283608000.00000006 30.464548000000004 0.17752100840336138 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 2 4 10 14 13 12 9 23 16 24 -7 15 -3 26 -5 -2 18 -6 -18 -13 -14 -10 -8 -4 -21 -1 -9 -26 -12 +right_child=7 5 3 6 17 11 8 27 22 -11 29 20 21 -15 -16 -17 19 -19 -20 25 -22 -23 -24 -25 28 -27 -28 -29 -30 -31 +leaf_value=-0.12580832341608619 -0.018140891300474898 0.051718346859977934 -0.12499581454308437 -0.0067264855313367055 -0.13294761928068663 -0.058611588082792487 -0.10357918438462617 0.096109244601698937 -0.08235478553978319 0.0688350852182677 -0.096822990647750212 0.014170301498757676 0.034212587346012728 0.13589061321697499 0.020463983238399919 0.1267544588888152 0.094415118871694029 -0.12062709997135088 -0.041478838081932701 -0.0070571977487528335 0.067631233159731186 -0.015347856763073165 0.0093308591234666644 -0.042170594010823723 -0.10789295097723642 0.038272963971576056 -0.039619691832069169 0.064921964018593709 -0.046941917460174939 0.01560210197786264 +leaf_weight=358.17239281826551 1606.8064876288699 980.68141531065339 1784.531950544515 251.78393802921346 513.06593258304929 903.28947797710862 1398.2325875696697 4584.9532377828145 294.72360372607363 4927.3039976216387 159.77472265415417 2276.0158808193592 2328.773054802441 1474.6238910853863 977.63332721361076 679.64564966247417 531.52501801098697 7152.9053361021142 924.69667743443279 1447.1002634160686 1284.6971529617149 1495.7431225890468 2303.6552427359857 963.14856791325292 913.85119740166192 3122.1897838333971 1111.7727428788785 3507.1720522205578 929.29880414044601 716.17021181312157 +leaf_count=169318 172207 22808 805030 43808 307189 148131 421459 15911 51899 41591 46680 114185 138059 6103 205730 7282 4434 3581620 96224 44677 24681 154334 118137 108374 508332 58781 175223 25725 197747 43851 +internal_value=0 -0.0353623 -0.0576126 -0.0293008 -0.0940832 0.0458581 -0.00484288 0.0576795 -0.0379507 0.0403521 -0.0820638 0.0148285 0.0296838 0.102272 -0.0282346 0.0906729 0.0194288 -0.112844 -0.0741216 0.0312636 0.0334593 0.0148299 -0.0010695 -0.078533 -0.100694 0.0239169 -0.0606229 0.0825928 -0.0771633 -0.00490715 +internal_weight=0 32176.9 25257.6 14219.3 11038.2 6919.31 9715.71 19727.1 4959.76 11634.9 4503.63 4464 4755.95 2455.31 2447.58 931.43 6707.62 8590.67 1437.76 5100.82 3560.71 3824.52 2598.38 2361.38 3627.68 4569.29 1469.95 8092.13 1843.15 875.945 +internal_count=7859530 7496204 7180296 2644992 4535304 315908 1043352 363326 699869 321690 1601640 286997 343483 28911 550271 51090 280099 3985033 403413 107892 138866 292393 170036 529833 1511109 103458 344541 41636 706079 90531 +shrinkage=0.12 + + +Tree=12 +num_leaves=31 +num_cat=0 +split_feature=11 0 7 0 0 11 1 11 3 3 0 2 2 2 1 1 7 8 1 1 7 2 0 11 0 0 3 12 0 0 +split_gain=6463.06 2998.18 3152.11 1329.3 1062.55 669.921 604.347 439.568 331.424 293.282 274.137 231.451 218.935 211.779 210.922 202.112 183.403 176.437 275.158 175.536 164.519 162.748 161.206 153.33 143.013 136.531 132.902 118.239 113.728 100.13 +threshold=0.51666666666666672 23.223223000000001 1.0000000180025095e-35 33.981020000000008 30.464548000000004 0.4188596491228071 1.5000000000000002 0.17752100840336138 5.5000000000000009 1.0000000180025095e-35 55.906434000000004 63892800.000000007 94737600.000000015 647179200.00000012 1.5000000000000002 1.5000000000000002 3.5000000000000004 5.5000000000000009 1.5000000000000002 1.5000000000000002 1.0000000180025095e-35 187272000.00000003 1.0000000180025095e-35 0.82575757575757591 27.946536000000005 11.867569500000002 39.500000000000007 0.46410256410256417 20.132072500000003 18.203359500000005 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 11 13 5 6 14 27 -5 12 17 16 15 -8 -3 -4 -1 -9 18 -6 -7 22 -21 -13 -14 -16 -22 -11 -2 -25 -24 +right_child=4 2 3 7 9 19 8 10 -10 26 -12 20 23 -15 24 -17 -18 -19 -20 21 25 -23 29 28 -26 -27 -28 -29 -30 -31 +leaf_value=-0.12830758783616722 -0.10525057777902537 -0.027945930589351419 -0.12280524204832233 -0.06432601710691889 -0.018945570904424676 -0.077550456271263377 0.060106340524879252 0.028453281202146866 0.068317863160343495 0.07260240954141578 0.066790817610451803 0.13280299148997274 -0.033406193359617795 0.13516636831323148 -0.10199211329132339 -0.032395055735466811 -0.020072139205996712 0.075325579769783352 0.048799895843566532 0.04087158993855159 -0.0588368881213088 -0.029360023152165349 -0.095991776942523199 -0.018261485264212462 -0.049341212753474951 -0.12337097334810293 0.116248586706585 -0.032953243481012841 0.02601886652812593 0.016829282296615792 +leaf_weight=442.41638263759887 531.51622452609081 121.82881471395376 2050.7931626183126 1108.8859196180274 1141.6116481170466 544.84896076206496 1126.4934504627163 2236.1546400626248 1947.9504716404481 7073.7851688305382 1294.9564582567546 57.842793018789962 1331.3623056270881 1935.3641321413161 1343.9229095286319 1110.4453792080458 2250.1586887911399 1939.6487077479833 3541.7287683335016 805.17141112708487 516.33476372596851 1159.0444319291273 610.70175014848064 1166.1804914733075 1661.3573940424903 5517.9633708791298 1171.010972574586 841.4576599267748 2943.0032130968248 139.06308069097577 +leaf_count=272935 323924 16615 1111952 243569 96051 304703 21295 127649 11822 52980 21103 2095 101368 12079 485396 108494 195408 8408 62608 39593 204188 157313 176724 105313 269012 3075783 2696 121449 84953 42052 +internal_value=0 -0.0431578 -0.0134721 -0.033251 0.0434219 -0.0679794 0.0129368 0.00487966 0.0248495 0.0636962 0.018154 -0.101549 0.0119554 0.125506 -0.0931348 -0.0597229 0.00411486 0.0448913 0.0322862 -0.0172876 -0.111042 -0.000570494 -0.0601739 0.00198525 -0.0728868 -0.117849 0.0788019 -0.0609432 0.0134521 -0.0750664 +internal_weight=0 24907.3 16512.5 14455.3 24755.7 7565.14 9887.96 6890.16 8514.99 14867.8 5781.27 8394.77 6567.04 2057.19 5056.07 1552.86 4486.31 6622.99 4683.34 2509.06 6841.91 1964.22 807.608 5440.55 3005.28 6034.3 8244.8 1372.97 4109.18 749.765 +internal_count=7859530 6866663 2984392 2955698 992867 2367969 770124 587729 324751 222743 344160 3882271 312929 28694 1866360 381429 323057 167067 158659 501609 3500842 196906 220871 291634 754408 3279971 55676 445373 190266 218776 +shrinkage=0.12 + + +Tree=13 +num_leaves=31 +num_cat=0 +split_feature=11 3 0 12 7 0 1 7 7 11 0 2 11 0 2 1 0 0 3 2 0 1 6 1 4 6 2 0 0 2 +split_gain=5599.48 2627.57 1626.17 909.974 827.078 791.485 648.702 594.581 488.811 449.026 393.566 367.029 280.917 200.257 198.648 189.859 181.284 171.296 170.831 167.178 159.434 150.106 136.17 128.485 115.507 115.278 110.459 130.141 107.827 106.745 +threshold=0.51666666666666672 2.5000000000000004 24.554782000000003 0.51666666666666672 1.0000000180025095e-35 35.82988550000001 1.5000000000000002 1.0000000180025095e-35 1.0000000180025095e-35 0.31414473684210531 23.062892000000002 346766400.00000006 0.17752100840336138 23.799446500000005 378475200.00000006 1.5000000000000002 21.669163500000003 63.388565000000007 9.5000000000000018 63892800.000000007 24.357912500000001 1.5000000000000002 1.0000000180025095e-35 1.5000000000000002 1.5000000000000002 1.0000000180025095e-35 62510400.000000007 24.763925500000003 11.867569500000002 315748800.00000006 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 2 8 6 25 9 20 22 10 -6 -1 18 -7 -9 15 24 -13 -14 26 21 -2 -10 -3 -11 -5 -4 -8 -28 -21 -25 +right_child=3 7 4 14 5 12 11 13 19 23 -12 16 17 -15 -16 -17 -18 -19 -20 28 -22 -23 -24 29 -26 -27 27 -29 -30 -31 +leaf_value=-0.063016667447461469 -0.10060666515142343 -0.020457692372518266 -0.027550401186408006 0.012111715469552397 -0.1031479025906943 -0.064725170852630465 0.085269181663283886 -0.052097258243077198 -0.1303923431524969 -0.074473309792202097 0.10831486450168665 -0.048464670310022093 0.0018263769600849471 0.035619077788220634 0.044975728903848489 0.086036950131983522 0.013519099737757213 0.070965729823569149 0.082297269426907071 -0.062801866221439559 -0.023241219299069329 -0.045495108041550894 0.13739160491965505 -0.00063375075143032994 0.10707789388325745 0.12831018896074919 0.0037673008663844116 0.04456248811448682 -0.12252399264957001 -0.05319530628063774 +leaf_weight=816.64922948710591 605.78939050416011 85.255278990371153 78.6021255289088 878.6462386889034 2631.4179166053327 821.49523785223573 586.45938639102678 456.33874970987381 435.09996527346811 917.09812639166557 252.80827442824375 868.08549809604301 3411.5216138864052 2096.6892971333218 4330.9795636412164 5990.4060104204109 3126.6032411462002 607.93869707759586 1451.7276278140489 472.14807399885103 1045.6571349754886 965.16189102287171 1021.8419408658519 1405.6494929780165 233.40190260420786 522.56948638166068 1739.0783018560032 3194.4724824298028 5597.4408771468952 920.85256191011285 +leaf_count=236108 299600 6617 13162 29332 1102932 192539 6476 80689 323128 455394 9677 100903 238173 83485 54296 27478 108049 9047 8255 197142 193618 104906 4450 131148 3042 2753 102908 58910 3528332 146981 +internal_value=0 -0.0416371 -0.0588585 0.0407114 -0.0290281 -0.0367119 0.0184924 0.05179 -0.0983923 -0.0663156 -0.0225138 0.0290512 -0.000784477 0.0199399 0.0652319 0.0775836 4.91487e-05 0.0122841 0.0456687 -0.109256 -0.051622 -0.0718772 0.125236 -0.0364342 0.032046 0.107931 0.0360353 0.0301823 -0.117879 -0.0214386 +internal_weight=0 23516.6 19856.5 24051.3 11317.1 10716 12617.9 3660.13 8539.31 5875.02 1069.46 10966.4 4840.96 2553.03 11433.4 7102.45 3994.69 4019.46 6971.74 7469.85 1651.45 1400.26 1107.1 3243.6 1112.05 601.172 5520.01 4933.55 6069.59 2326.5 +internal_count=7859530 6866663 6691422 992867 2292129 2276214 878719 175241 4399293 1836455 245785 385501 439759 164174 114148 59852 208952 247220 176549 4153508 493218 428034 11067 733523 32374 15915 168294 161818 3725474 278129 +shrinkage=0.12 + + +Tree=14 +num_leaves=31 +num_cat=0 +split_feature=12 3 0 7 7 0 3 6 1 6 11 11 0 1 11 3 2 1 0 0 3 2 2 0 2 0 1 2 0 11 +split_gain=5007.1 2713.63 1126.24 1148.82 893.676 480.64 466.293 401.02 362.647 369.116 318.649 308.572 308.024 267.424 220.582 152.304 151.62 148.699 146.731 126.357 110.395 110.274 105.757 103.712 97.9935 96.3648 95.7365 94.6095 89.4763 82.4649 +threshold=0.44949494949494956 1.0000000180025095e-35 30.464548000000004 1.0000000180025095e-35 1.0000000180025095e-35 34.326487000000007 1.0000000180025095e-35 1.0000000180025095e-35 1.5000000000000002 1.0000000180025095e-35 0.36931818181818188 0.28991596638655465 40.27922800000001 1.5000000000000002 0.27888888888888896 27.500000000000004 189345600.00000003 1.5000000000000002 40.27922800000001 46.836120500000007 14.500000000000002 378907200.00000006 62856000.000000007 25.135713500000005 323524800.00000006 63.388565000000007 1.5000000000000002 252158400.00000003 21.763782500000001 0.82575757575757591 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 2 3 8 7 14 12 24 -1 21 -5 25 17 -12 -6 28 -15 -2 20 26 29 -10 -19 -18 -3 -4 -13 -7 -16 -8 +right_child=6 4 11 10 5 27 18 -9 9 -11 13 19 -14 16 15 -17 23 22 -20 -21 -22 -23 -24 -25 -26 -27 -28 -29 -30 -31 +leaf_value=-0.097076720449161366 -0.024023473647521977 0.051578819507870917 -0.060121349431836578 -0.11713902427804691 -0.077782658130060231 0.054409826936815772 0.0043666680282648867 0.12607789262334068 0.0074781207247667661 0.10156128235857993 -0.11905423972599755 -0.044286046267018674 0.056047373882016888 -0.013451433940339453 -0.061071070482237096 0.068428925661425957 -0.099328453822759968 0.098083324686865148 0.084342913635518643 0.039096848674967301 0.082408938347620808 -0.060798409323414036 0.016742899737549746 -0.031771981892273801 -0.021689698185016593 0.028570497241676637 0.0036353426940725912 0.010539895864435444 -0.0095557058298800547 0.05154422628373663 +leaf_weight=535.60424750690981 1379.2203699078382 1144.5967098633701 2107.3184376823992 5851.0684523428317 1059.8324363671418 1511.316937977841 641.09735899057705 1296.6491804398247 990.79841455162386 516.05377946890076 1158.6600727161476 839.22844202128181 3490.2593005764938 1009.7179634155036 658.05029017862398 292.50614776631119 887.07926318988029 247.77083452744409 4233.652264265751 1014.1824154554633 1461.3783501175931 519.07314095571928 3236.4608095804579 518.55457610133453 341.20212272761273 192.50470098282676 2108.5507163053917 1331.5997383405847 1851.4861035338981 3180.049065935018 +leaf_count=345379 169547 28476 516139 3572361 291323 41085 10245 9640 106838 21687 975675 188526 35849 149523 143515 5547 527197 1898 17905 27822 6332 110730 88444 78705 22488 15708 119908 53819 144113 33106 +internal_value=0 -0.0319159 -0.0589801 -0.080527 0.0201411 -0.00358486 0.0495363 0.0773123 -0.00926568 0.0139505 -0.0998941 -0.0177337 0.028847 -0.0716615 -0.0311513 -0.013513 -0.0489257 0.00932644 0.067698 0.00256197 0.0543577 -0.0159952 0.022528 -0.0744073 0.0347532 -0.0526972 -0.0100081 0.0338618 -0.0230646 0.0436291 +internal_weight=0 27735.6 18248.4 11986.6 9487.24 6704.79 17869.9 2782.45 2561.53 2025.93 9425.08 6261.78 8353.71 3574.01 3861.87 2802.04 2415.35 4863.45 9516.18 3961.96 5282.52 1509.87 3484.23 1405.63 1485.8 2299.82 2947.78 2842.92 2509.54 3821.15 +internal_count=7859530 7496204 6756198 5888095 740006 679402 363326 60604 584634 239255 5303461 868103 295738 1731100 584498 293175 755425 259889 67588 336256 49683 217568 90342 605902 50964 531847 308434 94904 287628 43351 +shrinkage=0.12 + + +Tree=15 +num_leaves=31 +num_cat=0 +split_feature=11 0 7 0 0 11 3 11 1 1 11 1 2 6 2 0 3 11 0 7 0 1 0 0 2 1 4 2 0 6 +split_gain=4438.53 2055.89 2045.97 910.838 806.845 599.26 393.139 293.402 248.793 235.016 217.837 217.6 229.555 200.866 169.445 168.693 150.912 142.989 133.893 126.085 115.948 144.885 115.632 111.513 106.587 105.689 105.053 101.091 92.8012 91.4611 +threshold=0.51666666666666672 23.223223000000001 1.0000000180025095e-35 39.539316000000007 30.077133500000006 0.31414473684210531 2.5000000000000004 0.80909090909090919 1.5000000000000002 1.5000000000000002 0.14907407407407411 1.5000000000000002 157896000.00000003 1.0000000180025095e-35 157550400.00000003 29.895107000000003 6.5000000000000009 0.82575757575757591 5.2224168000000004 3.5000000000000004 63.388565000000007 1.5000000000000002 46.836120500000007 55.906434000000004 249480000.00000003 1.5000000000000002 1.5000000000000002 284212800.00000006 27.250207500000005 1.0000000180025095e-35 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 11 13 5 6 15 9 22 28 -2 -5 -1 -13 -3 -10 -4 20 -11 29 -17 21 26 -6 25 -19 -12 -9 -23 -7 -14 +right_child=4 2 3 10 7 8 -8 16 14 17 23 12 18 -15 -16 19 -18 24 -20 -21 -22 27 -24 -25 -26 -27 -28 -29 -30 -31 +leaf_value=-0.12685651388014549 -0.056359664760450845 -0.031490932387174195 -0.11478568154545109 -0.060500585214194047 0.014129086213931006 -0.12057165590718887 0.05041804209709376 -0.0097255514849969651 0.026646358375856445 -0.030697755495696172 -0.034233626545220289 -0.046156844408333321 -0.081138968983733128 0.13191038051197959 -0.027406493638565517 -0.010332958144321626 0.091786741341560132 0.038325392290193383 -0.10647764801273231 -0.082743213547963948 0.093732193022825219 0.078641052425553637 0.053329455418787156 0.05486981490912466 -0.0014218189777372994 0.024496378378496757 0.083372573811186554 0.042787675656769504 -0.048975827323083171 0.096778959328666939 +leaf_weight=2014.1940621075719 1132.5252511940562 117.55535471296753 1831.0017519381145 473.74958096849878 2673.9890339416306 406.29311920038162 2371.572618777398 812.56039767111361 1204.8029492160422 1300.8593567378848 570.09125877835322 1811.6855582167918 86.69328142892482 1379.1821618090908 2721.6102155583976 481.55821375354572 2616.6388320105616 1662.724834148612 2819.8215821344274 1232.7235264054962 1081.1525124430191 2181.870758745179 1821.8366510075284 1265.807364852546 2336.9727405289887 1951.8300671217658 222.25151583558181 2354.7724014066043 727.63754875242375 79.945258746476611 +leaf_count=1700446 438868 20302 1120740 114613 98070 388690 22952 45862 71282 103448 77707 384008 27328 8392 361643 88455 10649 51123 1762454 364452 2723 17024 15482 24651 143704 75719 5838 37124 267746 8035 +internal_value=0 -0.0394613 -0.0137116 -0.0291581 0.0370248 -0.0516253 0.00865558 0.0551707 -0.0251198 -0.00674042 0.0162122 -0.0937542 -0.0798576 0.119076 -0.0108205 -0.0894574 0.067372 0.00386156 -0.100301 -0.062403 0.0577687 0.0507895 0.0300144 0.0258075 0.0151018 0.01122 0.0102714 0.0600315 -0.0746315 0.00421966 +internal_weight=0 21176.2 14363.8 12867.1 22569.7 8605.63 8804.65 13765.1 5060.34 6433.08 4261.48 6812.34 4798.15 1496.74 3926.41 3545.28 9269.25 5300.56 2986.46 1714.28 6652.61 5571.46 4495.83 3787.73 3999.7 2521.92 1034.81 4536.64 1133.93 166.639 +internal_count=7859530 6866663 2984392 2955698 992867 2663008 760095 232772 1089361 737143 292690 3882271 2181825 28694 432925 1573647 119220 298275 1797817 452907 108571 105848 113552 178077 194827 153426 51700 54148 656436 35363 +shrinkage=0.12 + + +Tree=16 +num_leaves=31 +num_cat=0 +split_feature=12 3 0 7 7 0 0 6 11 1 6 3 11 1 0 1 8 2 1 7 2 2 2 0 0 2 5 0 0 3 +split_gain=3914.71 2077.44 902.22 909.662 681.161 410.316 396.074 345.948 298.623 269.658 273.478 255.621 224.708 220.903 162.608 136.626 174.286 135.365 118.636 112.984 110.5 98.8258 90.0423 86.3404 86.2738 80.9141 73.2175 72.6196 70.2792 70.0213 +threshold=0.44949494949494956 1.0000000180025095e-35 30.880862000000004 1.0000000180025095e-35 1.0000000180025095e-35 35.82988550000001 26.917887500000003 1.0000000180025095e-35 0.39230769230769241 1.5000000000000002 1.0000000180025095e-35 1.0000000180025095e-35 0.17752100840336138 1.5000000000000002 40.27922800000001 1.5000000000000002 6.5000000000000009 158155200.00000003 1.5000000000000002 2.5000000000000004 220708800.00000003 315144000.00000006 378907200.00000006 24.486205000000002 25.135713500000005 662385600.00000012 1.0000000180025095e-35 20.514205000000004 55.906434000000004 12.500000000000002 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 2 3 9 7 11 17 27 -5 -1 22 23 -4 -10 19 16 -7 -6 28 -8 -15 -17 -11 -2 -22 -9 -12 -3 -14 -13 +right_child=5 4 12 8 6 15 14 25 13 10 26 29 18 20 -16 21 -18 -19 -20 -21 24 -23 -24 -25 -26 -27 -28 -29 -30 -31 +leaf_value=-0.090165195072213308 -0.019782274245595508 -0.0064409314105374708 -0.06994694780273962 -0.11275383826989162 -0.020139201810595066 -0.010418963299194497 0.020875094606261156 0.032429541898126031 -0.11389284351194402 0.0067188703996546376 0.11097304900482277 0.036338273132161626 -0.045710344426135113 -0.018199162329348758 0.04420309262954817 0.08194876638888722 0.071320433652520193 -0.08409339188603418 0.0066476118432833653 -0.028902497726583581 -0.097111545492787416 0.054128283203244178 -0.056258934293016274 0.017077224377210466 -0.032029085049759577 0.13443355210460362 -0.049796183864142758 0.050860861490831535 0.021206473118734782 0.071688016180294523 +leaf_weight=483.3055663428986 1468.6055315160193 476.36155897763092 954.86967022804492 5021.4099293376585 1048.464156334634 766.8175296234258 1378.6022237474681 127.26336665742565 982.59304207944842 967.45472431935195 387.1917282261129 2783.4688735188683 1262.8650533489199 1090.0693225197538 1770.0359386069322 4043.7556845906656 736.28652065430651 873.73169750824673 3284.5160613421685 1253.7307957420308 725.36973810044947 3372.3809060130734 493.72849840446725 2428.0389998330065 492.45859398998437 934.00405633461196 45.577647456259001 960.83817316876957 275.2480044249096 1136.3722956411075 +leaf_count=345993 103860 32263 310329 3612837 148883 32493 56850 4105 981566 107033 11425 34583 299845 184146 44286 19456 2918 312600 198517 116783 497024 33230 110989 131786 76632 5535 10270 18701 9592 5000 +internal_value=0 -0.0297938 -0.0549694 -0.0756199 0.0171921 0.045022 -0.00376447 0.0702405 -0.0943412 -0.0101619 0.0102547 0.0249505 -0.0167628 -0.0662422 0.0160787 0.0626117 0.0296212 -0.0492104 -0.0062321 -0.0028331 -0.0459536 0.0692981 -0.0145618 0.00318521 -0.0707953 0.122203 0.0940392 0.0318684 -0.0337353 0.0465867 +internal_weight=0 25289.7 16466.7 10689.2 8823.03 16735.7 6324.56 2498.47 8311.9 2377.26 1893.95 7816.49 5777.5 3290.49 4402.37 8919.24 1503.1 1922.2 4822.63 2632.33 2307.9 7416.14 1461.18 3896.64 1217.83 1061.27 432.769 1437.2 1538.11 3919.84 +internal_count=7859530 7496204 6756198 5937915 740006 363326 679402 60604 5352205 585710 239717 275229 818283 1739368 217919 88097 35411 461483 507954 173633 757802 52686 218022 235646 573656 9640 21695 50964 309437 39583 +shrinkage=0.12 + + +Tree=17 +num_leaves=31 +num_cat=0 +split_feature=11 0 7 0 0 11 3 1 2 11 1 2 0 3 3 11 12 0 0 1 7 1 11 2 0 7 1 7 0 7 +split_gain=3533.25 1601.76 1508.66 703.002 653.366 431.345 384.487 204.244 201.988 197.875 184.472 178.001 156.545 149.924 149.777 137.505 125.229 122.8 118.824 117.61 116.074 114.569 100.898 99.6832 98.4607 96.6469 91.5375 84.1494 93.0518 83.9748 +threshold=0.51666666666666672 23.223223000000001 1.0000000180025095e-35 35.82988550000001 35.449802500000011 0.31414473684210531 1.5000000000000002 1.5000000000000002 94824000.000000015 0.14907407407407411 1.5000000000000002 662385600.00000012 51.783302000000013 3.5000000000000004 14.500000000000002 0.82575757575757591 0.72077922077922085 20.077880000000004 11.867569500000002 1.5000000000000002 3.5000000000000004 1.5000000000000002 0.96666666666666679 283867200.00000006 22.481851500000001 1.0000000180025095e-35 1.5000000000000002 1.5000000000000002 28.355377000000004 2.5000000000000004 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 7 11 5 6 19 10 -1 -9 -5 24 -3 20 16 21 -12 26 -17 -10 -4 -11 -7 -8 -23 -2 -20 -6 -21 -29 -18 +right_child=4 2 3 9 13 14 22 8 18 12 15 -13 -14 -15 -16 17 29 -19 25 27 -22 23 -24 -25 -26 -27 -28 28 -30 -31 +leaf_value=-0.12451605774030372 -0.088592764246107195 -0.017166110179526902 -0.12256300951878424 -0.059374345390445962 -0.0054206178188282309 -0.072704186701433013 0.0074250571793031345 -0.033468181856828608 -0.047833550357014615 0.022066582251277833 -0.021730557813701982 0.13041381262428975 0.044311598927915856 0.078715029695740832 0.064340903034898714 -0.015344605579488822 -0.033191612094440909 0.030707974292624 -0.014680944242960785 0.031312097645943553 -0.02370643523632518 -0.0035047713988735412 0.054460566210237718 -0.048799057049097733 -0.020161288344392053 -0.11055103225008828 0.041721665324178418 -0.11448654672545297 -0.052663729233505353 0.071580340998890532 +leaf_weight=1673.7886951151395 411.14008260600895 132.23862811826257 1039.6524593866652 606.04218464143196 722.53509720307193 858.30913633625823 830.0028242514818 1206.8829210704134 699.57693102491976 1526.2947953788098 1627.3416603605729 1069.037534145551 1580.1017948925291 3039.152268813632 235.9368643448106 1115.5676174654363 115.21035941771697 3300.7281839630887 162.44385841405892 108.84545338834869 1671.2924682271223 1649.0188823910576 3146.1475578943209 1215.3248575830676 1148.5431626796562 2233.3388331436508 3311.155930683075 595.45203565658812 852.70444995216349 2504.7560239427839 +leaf_count=1700446 245178 17393 854614 166030 43759 627013 16316 181526 245317 88193 116912 11301 38237 16610 4944 106088 4232 99812 49250 30009 171887 160461 30246 233576 252186 1705732 49107 364478 216256 12421 +internal_value=0 -0.0374407 -0.0140155 -0.0269133 0.033646 -0.0533022 0.0144047 -0.0889485 -0.0751102 0.00521804 -0.00140805 0.114168 0.0134118 0.0566324 -0.0283711 0.00808739 0.0465456 0.0190749 -0.0913459 -0.0913089 -0.00185774 -0.0342475 0.0446423 -0.0227232 -0.0382015 -0.104051 0.0332773 -0.0704377 -0.0780858 0.0669728 +internal_weight=0 19116.3 13140.3 11939 21272.3 6555.24 11579.5 5976.03 4302.24 5383.73 7603.32 1201.28 4777.69 9692.81 3958.59 6043.64 6653.66 4416.3 3095.36 2596.65 3197.59 3722.65 3976.15 2864.34 1559.68 2395.78 4033.69 1557 1448.16 2619.97 +internal_count=7859530 6866663 2984392 2955698 992867 2491351 866738 3882271 2181825 464347 820176 28694 298317 126129 1025994 322812 109519 205900 2000299 1465357 260080 1021050 46562 394037 497364 1754982 92866 610743 580734 16653 +shrinkage=0.12 + + +Tree=18 +num_leaves=31 +num_cat=0 +split_feature=11 0 7 0 0 1 12 7 1 1 6 7 2 0 3 11 11 2 2 0 9 7 11 1 0 0 2 11 8 0 +split_gain=3115.13 1418.69 1280.39 627.352 590.839 446.851 268.717 243.791 232.122 194.064 183.469 178.303 171.631 150.731 140.225 129.021 123.099 122.53 91.5704 123.007 90.3236 87.5543 87.5088 85.4589 81.0774 79.6007 70.2788 68.4929 67.5684 61.8724 +threshold=0.51666666666666672 23.223223000000001 1.0000000180025095e-35 41.01957500000001 27.026261500000004 1.5000000000000002 0.60769230769230786 1.5000000000000002 1.5000000000000002 1.5000000000000002 1.0000000180025095e-35 1.5000000000000002 158068800.00000003 28.355377000000004 2.5000000000000004 0.28991596638655465 0.82575757575757591 378907200.00000006 94392000.000000015 1.0000000180025095e-35 2.5000000000000004 9.5000000000000018 0.27888888888888896 1.5000000000000002 45.25187300000001 27.250207500000005 283608000.00000006 0.27888888888888896 6.5000000000000009 17.967157500000003 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 9 10 5 8 22 14 26 -2 -1 -3 18 -10 27 24 -5 -14 23 -11 -20 -13 -15 -4 28 -6 -24 -7 -9 -8 -18 +right_child=4 2 3 15 6 7 17 13 12 11 -12 20 16 21 -16 -17 29 -19 19 -21 -22 -23 25 -25 -26 -27 -28 -29 -30 -31 +leaf_value=-0.12328627681338711 -0.06021788878292697 -0.034429931405184043 -0.11618707301085397 -0.014119621306775305 0.0087108450200481229 0.029323975373240493 0.00090645667148221188 -0.11271974207906706 0.040142533070359733 -0.0080733584941785567 0.12766693021202502 -0.047242235438370125 -0.047315648206920517 -0.023275782628166129 0.054061736003229624 0.033256443043259129 -0.025902639078706689 0.040700808429919265 0.10153427585598541 -0.071626754840771995 -0.11050018646768522 -0.099924324925231928 -0.11732076505936954 0.080550456876584187 0.043922051307280434 -0.045799804112902381 -0.01993371964476234 -0.052932662482909759 0.072938501507921583 0.01551503473565756 +leaf_weight=1514.4418758056127 773.68235794029169 112.16642790414517 1053.8474856446746 1300.0234905290345 3703.3479167590122 1069.1545733999146 381.68796283518896 523.34709946267776 1823.1487613474455 593.32073072254025 969.80137156018463 405.51743413462191 775.24844853652758 2729.9873221139587 2199.2042078501836 2278.518734804471 667.68078423682891 2576.9985358144913 61.713781353915692 1368.1073544629617 1639.0848577825718 232.88504055386147 320.97722810646155 3868.5656202491373 1262.746022092877 742.43364319737248 683.86420342796919 583.82374477599114 368.60332914427272 2338.0388112221262 +leaf_count=1700446 380985 20302 893660 174638 221906 75776 16003 355971 48622 49133 8392 184459 78314 338927 21893 69532 72487 28780 7632 848000 1092601 66839 399132 16636 19011 297847 124745 158631 1705 86525 +internal_value=0 -0.0362562 -0.0139464 -0.0256699 0.0317879 -0.0444702 0.0452857 -0.0273045 0.0013943 -0.0866164 0.110862 -0.0729632 0.00990052 -0.0434186 0.0288358 0.0160456 -0.00468211 0.0616655 -0.0477055 -0.0641508 -0.0979548 -0.0293014 -0.0916797 0.073362 0.0176643 -0.0673902 0.0101082 -0.0811956 0.0362959 0.00631448 +internal_weight=0 18183 12600.8 11518.9 20739 7940.32 14361.2 5823.06 6377.8 5582.19 1081.97 4067.74 5604.12 4070.04 7165.3 3578.54 3780.97 7195.86 2023.14 1429.82 2044.6 2962.87 2117.26 4618.86 4966.09 1063.41 1753.02 1107.17 750.291 3005.72 +internal_count=7859530 6866663 2984392 2955698 992867 2711528 325934 1120889 666933 3882271 28694 2181825 285948 920368 262810 244170 237326 63124 904765 855632 1277060 405766 1590639 34344 240917 696979 200521 514602 17708 159012 +shrinkage=0.12 + + +Tree=19 +num_leaves=31 +num_cat=0 +split_feature=11 0 7 0 0 11 1 3 2 11 6 3 3 0 0 0 1 2 0 0 1 2 0 7 7 7 1 11 2 6 +split_gain=2776.01 1486.73 991.159 713.779 467.647 422.78 215.768 199.692 183.32 175.225 166.602 165.527 153.357 128.83 126.571 122.094 105.19 110.454 102.874 102.086 98.048 89.6543 78.8242 75.9444 73.3316 64.6358 63.1293 62.111 57.5307 56.2481 +threshold=0.67948717948717963 23.223223000000001 1.0000000180025095e-35 38.267659000000002 30.077133500000006 0.31414473684210531 1.5000000000000002 4.5000000000000009 157896000.00000003 0.29705882352941182 1.0000000180025095e-35 2.5000000000000004 24.500000000000004 48.846755000000009 5.2224168000000004 29.895107000000003 1.5000000000000002 63028800.000000007 55.906434000000004 26.418316500000003 1.5000000000000002 221054400.00000003 20.514205000000004 3.5000000000000004 2.5000000000000004 1.5000000000000002 1.5000000000000002 0.11651583710407241 59054400.000000007 1.0000000180025095e-35 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 6 10 5 7 15 -1 16 28 27 -3 19 13 20 29 25 -2 -18 24 26 -6 -22 -19 -17 -11 -4 -7 -5 -8 -10 +right_child=4 2 3 9 12 11 8 -9 14 18 -12 -13 -14 -15 -16 23 17 22 -20 -21 21 -23 -24 -25 -26 -27 -28 -29 -30 -31 +leaf_value=-0.12162460616967062 -0.038193884680002232 -0.032346274368158602 -0.014322435483087094 -0.066175789963838688 0.0004822057853577834 -0.113924449817011 0.0033359826824606096 0.050902118706901471 -0.053135518324417305 0.03939861488345605 0.1252551848781201 0.01941673215280176 0.093660520845520803 0.067489421612928382 -0.095720741737854775 -0.010768397600557355 0.063758215577764787 -0.022389292843803622 0.056099959090339213 -0.022374393087938302 0.065563413495696624 0.031277170704255203 0.013622076997169535 -0.073592975592804741 0.00053082415422627254 -0.11435156643280808 -0.047088779401877799 -0.007311733402291215 -0.049481666671758621 0.086391309454236009 +leaf_weight=1432.6707155472686 818.49092253931303 108.72428216824665 100.94354039755672 325.90367476117535 896.60869689987157 280.01784896385288 377.67351012225026 1503.6958739652764 88.574234217810044 1123.7306659323804 864.47282233368605 1123.3485382188665 1183.5196969859535 3049.3273581183021 2360.0886218162905 398.48770590412823 467.93448980170069 1283.3082761285914 1263.2182665521395 3561.4929090636178 1726.3599351736193 3018.6475538300292 2752.6269041180494 909.45249786254317 1849.260537850656 1186.6309746100687 744.92960766562464 1240.770953311825 1389.5266422191689 78.408902352268342 +leaf_count=1745486 334791 20302 76709 97618 60478 366665 34738 10540 27805 46046 8392 39895 4196 16858 1811079 84388 6331 119924 14118 614374 14466 49382 92141 337556 75724 1044031 199363 138769 359030 8335 +internal_value=0 -0.0292463 -0.00948021 -0.01756 0.03644 -0.0401217 -0.0812983 0.0122883 -0.0678437 0.0147311 0.107648 -0.0218673 0.0531356 0.0476167 -0.0885773 -0.0802782 0.0013787 0.00857045 0.0274122 -0.0319789 0.0368751 0.0437518 0.00217144 -0.054453 0.0152223 -0.10651 -0.0653512 -0.0195578 -0.038194 0.0123847 +internal_weight=0 20808.3 15081.4 14108.2 16700.5 8305.3 5726.94 6826.06 4294.27 5802.88 973.197 5709.79 9874.46 8690.94 2527.07 2595.51 5322.36 4503.87 4236.21 4586.44 5641.62 4745.01 4035.94 1307.94 2972.99 1287.57 1024.95 1566.67 1767.2 166.983 +internal_count=7859530 7150423 3163950 3135256 709107 2762981 3986473 563727 2240987 372275 28694 1220297 145380 141184 1847219 1542684 553187 218396 135888 1180402 124326 63848 212065 421944 121770 1120740 566028 236387 393768 36140 +shrinkage=0.12 + + +Tree=20 +num_leaves=31 +num_cat=0 +split_feature=12 3 1 0 3 0 0 7 7 0 3 7 0 6 2 3 8 11 2 12 7 0 6 0 1 11 2 2 11 3 +split_gain=2465.76 1239.17 617.137 444.013 406.697 326.873 302.833 225.826 222.451 223.929 182.429 180.809 162.587 140.447 107.465 95.1046 85.4411 81.4537 80.9619 78.3877 77.0276 97.834 77.1926 72.3779 83.2754 67.3175 67.064 64.8038 63.2649 60.8261 +threshold=0.44949494949494956 1.0000000180025095e-35 1.5000000000000002 22.741666500000004 9.5000000000000018 30.664758000000003 40.27922800000001 1.0000000180025095e-35 1.0000000180025095e-35 33.642312000000004 1.0000000180025095e-35 2.5000000000000004 36.697481500000002 1.0000000180025095e-35 157982400.00000003 3.5000000000000004 1.0000000180025095e-35 0.18465909090909094 59054400.000000007 0.63068181818181823 1.0000000180025095e-35 38.267659000000002 1.0000000180025095e-35 63.388565000000007 1.5000000000000002 0.24068965517241384 599486400.00000012 126273600.00000001 0.27888888888888896 29.500000000000004 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 2 5 7 8 -1 10 -4 13 18 19 20 25 -3 -9 23 -6 -7 -10 -2 22 -22 -5 24 -8 -13 -15 -12 -20 -29 +right_child=6 4 3 11 16 17 15 14 9 -11 27 12 -14 26 -16 -17 -18 -19 28 -21 21 -23 -24 -25 -26 -27 -28 29 -30 -31 +leaf_value=-0.11306945339064406 -0.0081402450592583525 0.015524599495144179 -0.019003554471095703 0.018200592737198724 0.11511138365647436 -0.09930884998300836 -0.00013306475754342123 -0.05418262794182073 0.029515772918962513 0.014281527612634839 0.067309294686639931 -0.092572042316221334 -0.0047357490465232549 -0.0063578039896441067 -0.10690751265026867 0.079100927527858911 0.04950793344720783 -0.032743584171347755 -0.079222410043151698 0.025188150013053998 -0.015531307454135682 0.042568312093767692 0.10281587753524879 0.0712443310860877 0.047855912421779188 -0.039947248845882417 0.12403389777964827 0.025162819769857382 -0.034222807429429659 0.069659381112920915 +leaf_weight=2537.9137001681493 2554.3884337335767 1004.0905347922962 1040.8573405745956 530.44125561551482 357.39502538270608 326.57357705202503 667.23855141708918 916.46264919359055 221.66542111926537 1988.0486976467164 979.55682861251989 573.60352971159682 1546.1542440092162 69.193986078433227 1418.3616938657415 1994.4997142681095 1428.7256948623781 1397.3231319325459 617.89508604672483 1687.5229779624788 1715.584406996988 551.49314024928026 219.47743528911087 1289.9704560253303 2371.1048537887982 898.22372957434618 317.02068585343659 2800.7172125327052 1654.8276636319606 525.35908730584197 +leaf_count=3233806 203043 46666 209135 30792 10391 192856 19616 277129 19586 90584 7186 366213 129666 3371 1421936 8257 40853 313834 262044 56846 337363 19763 3363 4620 21261 220342 3686 40196 262825 2301 +internal_value=0 -0.0261483 -0.0477952 -0.0306383 0.0124954 -0.0856796 0.0375094 -0.06549 -0.00275468 -0.0157617 0.0227809 -0.0111437 -0.0319109 0.0391801 -0.086213 0.0574201 0.0626366 -0.0453552 -0.0397062 0.00511859 0.00963048 -0.00139752 0.0429679 0.0474291 0.0373173 -0.0604578 0.100674 0.0401816 -0.0464579 0.0321917 +internal_weight=0 21331.3 13672.5 9410.66 7658.86 4261.81 14870.4 3375.68 5872.74 4482.44 8547.54 6034.98 3017.98 1390.31 2334.82 6322.81 1786.12 1723.9 2494.39 4241.91 3017 2267.08 749.919 4328.31 3038.34 1471.83 386.215 4305.63 2272.72 3326.08 +internal_count=7859530 7496204 6756198 3015702 740006 3740496 363326 1908200 688762 635039 309572 1107502 716221 53723 1699065 53754 51244 506690 544455 259889 391281 357126 34155 45497 40877 586555 7057 49683 524869 42497 +shrinkage=0.12 + + +Tree=21 +num_leaves=31 +num_cat=0 +split_feature=11 0 7 0 0 11 3 0 1 0 7 7 6 1 1 11 11 2 2 9 2 4 7 6 2 0 3 0 1 11 +split_gain=2218.24 986.112 815.457 464.459 443.755 267.61 262.942 192.716 164.209 158.775 166.437 154.724 149.515 147.314 129.705 116.587 114.687 108.392 97.0713 90.3359 89.6142 89.0815 82.5232 68.5529 99.4955 73.9111 68.4913 67.9012 60.3367 57.4715 +threshold=0.51666666666666672 23.223223000000001 1.0000000180025095e-35 24.096014000000004 33.324993000000006 0.31414473684210531 8.5000000000000018 55.906434000000004 1.5000000000000002 48.846755000000009 3.5000000000000004 1.5000000000000002 1.0000000180025095e-35 1.5000000000000002 1.5000000000000002 0.82575757575757591 0.82575757575757591 378907200.00000006 220708800.00000003 2.5000000000000004 221054400.00000003 6.5000000000000009 1.5000000000000002 1.0000000180025095e-35 220708800.00000003 1.0000000180025095e-35 53.500000000000007 27.577402000000003 1.5000000000000002 0.097619047619047633 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 8 12 14 5 22 7 13 -1 10 -6 23 -3 21 -2 -15 -16 -18 28 -13 -17 -5 -4 24 -10 -25 -8 -20 -7 -11 +right_child=3 2 4 6 9 18 26 -9 11 29 -12 19 -14 15 16 20 17 -19 27 -21 -22 -23 -24 25 -26 -27 -28 -29 -30 -31 +leaf_value=-0.11923704260745896 -0.066020379189799666 -0.031285412924853026 7.496101367373176e-05 -0.019216444613515491 0.011222578799350616 -0.055459247180955219 0.060159282235141727 0.062880427415535262 -0.025880123052024088 -0.062245822668143137 -0.038435592858016607 -0.038946569561306807 0.12298586785573143 0.0089137997246983361 -0.04285799857601013 0.059913568148314854 0.026191938559870453 -0.023284400603227996 -0.084035303158402241 -0.10708473096918457 0.027887714425530709 0.060209120569291799 -0.097452693849378436 0.14904959257054046 -0.088866853088987618 -0.015579286345874757 0.10579838161049568 -0.030898935507021396 0.0044833279768183246 0.032134679960078308 +leaf_weight=1142.6285152662513 489.94012725718676 103.99476912561477 136.16780364541773 1547.0802824334878 1855.2815967770002 303.09329677185406 2403.9085187389283 2052.1049031256116 827.55515957285888 97.858385598708992 2041.2352358655771 354.30329030836765 694.70866787133855 2701.0938167227869 729.06129710515961 1963.054353440355 1989.1620698789411 938.40155030765163 557.53494239342808 1340.1213712220565 3504.111848496279 234.08393313193301 1514.4248449508968 45.579857151431497 640.76588586201797 282.48416810577328 589.72397975274362 914.12820347131947 1195.4345114730531 1826.8360845326533 +leaf_count=1700446 303836 20302 83888 226998 154205 289838 14266 10943 205832 27451 387807 184459 8392 81072 76647 22826 82884 80952 383600 1092601 74502 15749 1271082 843 600621 97469 2192 179956 107576 70295 +internal_value=0 -0.0331664 -0.013964 0.0275047 -0.022903 -0.0506687 0.0373343 0.0293979 -0.079751 -0.000862916 -0.0147915 -0.0668253 0.102899 0.0224918 -0.00804164 0.0293103 -0.000272767 0.0103327 -0.0291403 -0.092838 0.0393873 -0.00877735 -0.0894072 -0.042288 -0.0533684 0.00730511 0.0691508 -0.0510308 -0.00764157 0.0273351 +internal_weight=0 15874.1 11240.7 19141.7 10442 4620.78 14995.2 12001.5 4633.44 5821.21 3896.52 3490.81 798.703 9949.42 4146.57 8168.26 3656.62 2927.56 2970.19 1694.42 5467.17 1781.16 1650.59 1796.39 1468.32 328.064 2993.63 1471.66 1498.53 1924.69 +internal_count=7859530 6866663 2984392 992867 2955698 2315940 448548 432090 3882271 639758 542012 2181825 28694 421147 544319 178400 240483 163836 960970 1277060 97328 242747 1354970 904765 806453 98312 16458 563556 397414 97746 +shrinkage=0.12 + + +Tree=22 +num_leaves=31 +num_cat=0 +split_feature=11 0 7 0 0 1 1 11 3 2 2 3 11 0 0 3 2 0 7 0 1 0 2 7 2 2 6 0 4 2 +split_gain=1989.61 1030.57 641.294 524.17 380.308 368.269 181.399 179.041 161.115 139.05 137.369 136.68 116.507 103.876 101.95 91.5629 78.579 80.5256 77.6324 72.3042 67.4775 64.6579 63.8632 63.2228 59.4751 58.2967 56.6645 50.6107 46.3382 45.6856 +threshold=0.67948717948717963 23.223223000000001 1.0000000180025095e-35 45.25187300000001 30.077133500000006 1.5000000000000002 1.5000000000000002 0.47213622291021679 4.5000000000000009 220708800.00000003 662385600.00000012 8.5000000000000018 0.36038961038961043 5.2224168000000004 27.946536000000005 3.5000000000000004 33998400.000000007 21.372305500000003 4.5000000000000009 48.846755000000009 1.5000000000000002 63.388565000000007 315662400.00000006 5.5000000000000009 315835200.00000006 189345600.00000003 1.0000000180025095e-35 26.917887500000003 39.500000000000007 59054400.000000007 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 6 10 5 8 12 28 14 16 29 -3 19 -4 -11 25 21 -2 -18 -16 20 -6 23 -9 -5 -22 -7 -12 -14 -1 -8 +right_child=4 2 3 15 11 7 9 22 -10 13 26 -13 27 -15 18 -17 17 -19 -20 -21 24 -23 -24 -25 -26 -27 -28 -29 -30 -31 +leaf_value=-0.12187870289089017 0.051215544914132723 -0.021115660167176593 -0.097818836050019647 0.023942627260656747 0.00011550767098052023 -0.037813963681080802 -0.0011698424862211134 0.012564348276784782 0.045805744309525775 0.014962972370639968 -0.070586904499270797 0.0752660028655837 -0.10422044388316 -0.094297387068368418 -0.0091928776461838151 0.067433112725982541 -0.025802006871942805 0.0070553969192642119 -0.050146111821225844 0.056428270479506028 0.051764382269356993 0.044970353106288878 -0.019123160732246746 -0.019080384318884397 0.021599191318434983 -0.10558106407744143 0.12972221587332911 -0.029856324601551056 0.01550885601393817 -0.048345710458283911 +leaf_weight=1056.6167360248974 388.38980958933371 113.23713395487903 1232.4504849956284 1068.4977108708772 839.02598186633622 320.76775611077619 363.33189013044694 2383.6769116071155 1370.024644633173 135.64293212425855 21.046269634985947 1999.5985728717933 157.65660929908881 1642.0627615785274 1587.1228571562606 598.56620097097766 1694.6879022766825 2932.7401836767376 1149.1474578084571 2442.6526116718887 2023.2021151454246 777.8570279981941 1487.3233659975085 911.32815962016321 1760.0606984927872 425.1068793793479 588.48445774248103 802.75673052366983 36.568520061039635 1585.6304999010481 +leaf_count=1713237 28675 17393 1229907 41545 60474 126773 34738 137443 10540 32126 4362 10010 252165 1594809 190324 6816 301867 222645 259415 15696 22882 23666 160911 86153 36318 360657 6939 259481 32249 579314 +internal_value=0 -0.0266089 -0.00973826 -0.0159002 0.0317661 -0.0302418 -0.0742995 -0.0173704 0.00933533 -0.06169 0.100255 0.0475682 -0.0734017 -0.0859605 -0.0371131 0.0248911 -0.000626441 -0.00497795 -0.0263923 0.0397286 0.0309033 0.0156565 0.000389257 0.00413883 0.0377311 -0.0764401 0.122803 -0.0420664 -0.117283 -0.0395512 +internal_weight=0 18444.9 13625 12902.3 15450.4 9546.01 4819.85 7353.15 6385.84 3726.67 722.768 9064.54 2192.86 1777.71 3482.14 3356.25 5015.82 4627.43 2736.27 7064.94 4622.29 2757.68 3871 1979.83 3783.26 745.875 609.531 960.413 1093.19 1948.96 +internal_count=7859530 7150423 3163950 3135256 709107 2977076 3986473 1235523 563727 2240987 28694 145380 1741553 1626935 937169 158180 553187 524512 449739 135370 119674 151364 298354 127698 59200 487430 11301 511646 1745486 614052 +shrinkage=0.12 + + +Tree=23 +num_leaves=31 +num_cat=0 +split_feature=12 3 0 7 3 0 11 3 7 0 1 0 1 0 1 7 7 11 11 11 4 3 6 2 0 6 11 1 2 6 +split_gain=1789.06 869.689 491.209 447.619 289.181 239.667 190.767 147.393 145.61 154.37 131.344 109.505 106.544 85.0122 84.762 97.6488 79.5687 69.9316 69.4176 66.2982 64.2142 63.6901 61.9564 58.9371 54.6904 54.6257 54.493 52.3808 58.4936 52.8758 +threshold=0.44949494949494956 1.0000000180025095e-35 29.394558500000006 1.0000000180025095e-35 8.5000000000000018 39.539316000000007 0.36931818181818188 1.0000000180025095e-35 1.0000000180025095e-35 33.981020000000008 1.5000000000000002 17.719184000000002 1.5000000000000002 23.117341500000006 1.5000000000000002 4.5000000000000009 1.0000000180025095e-35 0.76388888888888895 0.14907407407407411 0.43303571428571436 1.5000000000000002 61.500000000000007 1.0000000180025095e-35 220708800.00000003 46.836120500000007 1.0000000180025095e-35 0.4188596491228071 1.5000000000000002 62856000.000000007 1.0000000180025095e-35 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 2 3 11 8 7 -5 17 13 26 18 -1 -8 -3 15 -7 25 -2 -4 24 -17 -16 -15 -14 -12 -6 -10 29 -29 -19 +right_child=5 4 10 6 16 14 12 -9 9 -11 19 -13 23 22 21 20 -18 27 -20 -21 -22 -23 -24 -25 -26 -27 -28 28 -30 -31 +leaf_value=-0.044937843928854734 -0.02996780089288004 -0.0049344478813905688 -0.10475514769742246 -0.10442419031717187 0.056673409664417043 -0.044099920668481896 -0.1051719720641018 0.035908346249828804 -0.055724873821940774 0.011463156824123962 -0.030585200944995637 0.013456785797362309 -0.021017528318619579 0.035954513454385821 0.054319156407765412 0.01986417551149431 0.034041816194937818 -0.044321848375147251 -0.034090376138832694 0.014277573199955285 0.098896094212773539 0.11594909497120841 0.11309066858813042 -0.066336401398407019 0.012737815681731391 0.13004970635399399 -0.018299664981020414 0.091378308396540611 0.014772999460851841 0.016337744619131109 +leaf_weight=882.01175734277331 759.18866665812675 504.74365154219777 232.30709592416451 2758.9611063531847 337.96947242936585 259.59710168850143 503.6869108364408 3800.8078084446461 1046.1212942888178 1798.7784726893697 1441.277814011557 972.03988071702588 885.67291046969967 490.20606207221863 4741.0671986662055 545.8092570725712 1111.5933438194406 432.34840165006244 1447.0243788086605 1673.2771254089603 203.12427628226578 254.41973210172728 216.02376158641709 774.71020284133465 591.90521653727046 257.43407579197083 1206.2789990560286 153.67262900670175 2169.8589864297683 396.83459115598816 +leaf_count=324908 59400 38303 178851 3467157 4839 16762 948819 48443 388076 86302 276038 256429 180174 11613 33649 5664 50001 90167 437794 86773 935 945 3095 561534 37721 2754 155023 1364 65652 40345 +internal_value=0 -0.0237126 -0.0430792 -0.0645772 0.010087 0.0330742 -0.0835031 0.0190789 -0.0038354 -0.0147491 -0.0160275 -0.0143231 -0.0568299 0.0326746 0.0510522 0.0193189 0.0530047 0.00272725 -0.0438673 -0.00341346 0.0413022 0.0574586 0.059553 -0.0421635 -0.0179729 0.088404 -0.0356822 0.0106006 0.0198406 -0.0152915 +internal_weight=0 19132 12162.9 6777.08 6969.15 13716.7 4923.03 7712.71 5262.15 4051.18 5385.79 1854.05 2164.07 1210.97 6004.02 1008.53 1707 3911.9 1679.33 3706.46 748.934 4995.49 706.23 1660.38 2033.18 595.404 2252.4 3152.71 2323.53 829.183 +internal_count=7859530 7496204 6756198 5739021 740006 363326 5157684 305371 682412 629401 1017177 581337 1690527 53011 57955 23361 57594 256928 616645 400532 6599 34594 14708 741708 313759 7593 543099 197528 67016 130512 +shrinkage=0.12 + + +Tree=24 +num_leaves=31 +num_cat=0 +split_feature=11 0 1 7 0 0 7 12 1 0 2 11 3 1 2 0 0 2 0 0 2 2 0 0 11 2 2 2 7 0 +split_gain=1614.84 925.027 412.313 324.946 296.089 280.924 238.821 179.062 165.564 156.044 143.503 142.099 133.29 104.878 92.8554 80.3337 76.5994 76.598 76.3513 67.8562 64.5707 58.1752 57.2282 56.0364 55.4241 51.5302 51.3683 49.3764 48.1712 47.748 +threshold=0.76388888888888895 24.035689000000001 1.5000000000000002 1.0000000180025095e-35 28.208573500000004 43.939336500000003 1.0000000180025095e-35 0.22902097902097904 1.5000000000000002 18.203359500000005 220881600.00000003 0.47213622291021679 11.500000000000002 1.5000000000000002 315316800.00000006 30.464548000000004 45.25187300000001 189518400.00000003 1.0000000180025095e-35 28.355377000000004 662385600.00000012 378302400.00000006 63.388565000000007 21.515842500000002 0.39230769230769241 284212800.00000006 121867200.00000001 688910400.00000012 8.5000000000000018 11.867569500000002 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 6 7 20 13 11 9 15 -8 18 -10 17 16 -2 -15 -3 25 -5 -1 -19 -4 -7 -9 -16 -12 -6 -13 -25 -21 -26 +right_child=4 2 3 5 12 21 8 22 10 -11 24 26 -14 14 23 -17 -18 19 -20 28 -22 -23 -24 27 29 -27 -28 -29 -30 -31 +leaf_value=0.11121580986298407 -0.040370579404558238 -0.11150854913251282 0.0039742359085117212 -0.0078196325690613536 0.04225462596211501 0.043263235176263182 -0.12172310553978127 -0.025710162487311596 -0.042807041757177512 0.075503958028038873 -0.11380488754870248 0.028734931769233803 0.076976074400845598 0.030372093189842221 -0.030675936885308057 -0.054131190101372913 0.054518887589625059 -0.099092903369457142 -0.054974762651466343 -0.029749892820200727 0.12337803390223678 0.0094816957038895335 0.042260107741618619 -0.0027162604115142084 0.0097157136834222137 0.015593710426684282 -0.0051875414444766416 0.053524413547317372 -0.093131139162097865 -0.080336261146024698 +leaf_weight=43.378058188826799 557.87636056836891 556.1377565834382 78.627323459571926 1111.6448683167982 1991.9098341486442 1895.8762140288964 940.72113492275184 1111.2695246022454 1892.419487339587 240.86098760429286 808.94648452174329 800.83128534213756 1585.3071830450208 2455.5116125419372 741.50058761306718 954.64948858731304 2596.4453379047045 307.28643540576968 480.17040575646843 1406.0415652824827 382.41358003157802 1197.9225586381654 212.45253232232062 904.63205403677421 98.400890894475651 2193.6316284166787 3257.1678225491141 299.08935289499641 196.83250631240662 612.55243414704546 +leaf_count=2300 301487 932498 5282 223224 56659 51773 1883240 238263 652809 55431 1080865 26342 8221 78618 82954 431797 19711 287683 193495 233046 6328 42560 2653 31049 35160 71195 242983 9103 67421 505380 +internal_value=0 -0.0228567 -0.00635544 0.00448391 0.0318798 1.84034e-05 -0.0662877 -0.0470227 -0.0771508 -0.00442549 -0.064862 -0.0131634 0.0456497 0.00864404 0.0148578 -0.0752542 0.0383268 -0.0328642 -0.0411996 -0.0474389 0.103016 0.0301832 -0.0148005 -0.00472651 -0.0923212 0.0282819 0.0015071 0.0112589 -0.0375347 -0.0678726 +internal_weight=0 18586.6 13469.2 10634.6 13325.9 10173.6 5117.45 2834.51 4353.04 764.409 3412.32 7079.8 8367.29 4958.61 4400.73 1510.79 6781.99 3021.81 523.548 1910.16 461.041 3093.8 1323.72 1945.22 1519.9 4185.54 4058 1203.72 1602.87 710.953 +internal_count=7859530 7200533 2791853 1186642 658997 1175032 4408680 1605211 4157454 251226 2274214 1080699 155786 503211 201724 1364295 147565 811374 195795 588150 11610 94333 240916 123106 1621405 127854 269325 40152 300467 540540 +shrinkage=0.12 + + +Tree=25 +num_leaves=31 +num_cat=0 +split_feature=11 0 3 0 0 7 7 1 7 3 2 6 3 11 12 2 7 1 7 2 1 1 2 3 6 12 11 0 4 2 +split_gain=1460.44 737.882 317.953 290.559 244.829 220.329 181.611 165.08 136.08 131.742 122.147 119.947 109.496 106.167 102.895 93.3399 92.3753 74.3372 97.7198 73.9199 71.1979 64.7043 69.1101 58.3811 54.5352 53.9188 51.576 48.7241 46.6021 45.7387 +threshold=0.67948717948717963 24.035689000000001 2.5000000000000004 30.077133500000006 38.267659000000002 1.0000000180025095e-35 2.5000000000000004 1.5000000000000002 1.0000000180025095e-35 4.5000000000000009 220708800.00000003 1.0000000180025095e-35 39.500000000000007 0.28991596638655465 0.23303167420814483 662385600.00000012 1.0000000180025095e-35 1.5000000000000002 3.5000000000000004 157896000.00000003 1.5000000000000002 1.5000000000000002 63028800.000000007 27.500000000000004 1.0000000180025095e-35 0.62019230769230782 0.39230769230769241 26.418316500000003 60.500000000000007 694180800.00000012 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 5 4 9 6 11 16 -7 -4 21 -9 -1 17 -6 20 -13 24 18 -5 -19 -8 28 -23 -10 -3 -21 -12 -18 -2 -17 +right_child=3 2 8 12 13 7 14 10 23 -11 26 15 -14 -15 -16 29 27 19 -20 25 -22 22 -24 -25 -26 -27 -28 -29 -30 -31 +leaf_value=-0.036992575294270379 -0.040182075952172498 -0.029876125312185857 0.12334390636940019 -0.02975206225724979 -0.025952597641608274 -0.12426781233506229 -0.10804829130712294 -0.042678658771641134 0.011847398339618511 0.042135082409304671 -0.11160458520744108 -0.054498312824631245 0.094522465484945944 0.016562814396555298 -0.026645050803749497 0.13048850519205743 -0.052834439370762196 0.066273555481846921 0.038564281020996238 0.021343850717382037 -0.056765319201024483 0.050430832112831087 -0.00088654316193046952 0.060707867835338547 0.099269061855706678 0.046763975517904552 -0.063999535528719342 -0.011022539889043842 0.1295980858927919 -0.1774151091862238 +leaf_weight=510.27979260734628 697.7353923312894 67.03278931103705 208.92693422880166 491.9819411682729 1199.243001479972 818.41253086203324 594.05067816739074 1740.3958266065106 1709.3554184256382 1265.8755863092956 755.02238124052337 64.058105160594096 540.60772830079077 2869.4439254942408 1041.6363470403808 154.36622199089106 502.36750920918621 1598.6689545037225 778.66224364152004 1996.9772578694974 1134.4209438415528 422.18848621187499 3600.0836532675312 443.48801826448471 158.10341933294694 3016.970499833842 579.36252093045823 1995.2113425678808 24.055482780624516 7.2493717380257285 +leaf_count=225280 331860 15224 2787 54482 227572 1876290 780124 626214 83467 10540 1097548 17254 2231 123552 188691 4442 367532 10852 11574 44641 536637 6331 212065 7827 3364 21600 540423 421945 2931 4250 +internal_value=0 -0.0243275 -0.00854056 0.0278983 -0.0182797 -0.0649896 -0.034806 -0.076372 0.0308876 0.00774114 -0.0636225 -0.00477579 0.0422792 0.00403132 -0.0564384 0.0680661 -0.0127968 0.0386962 0.0121127 0.0438043 -0.0743921 -0.00143654 0.0045002 0.0219134 0.0608181 0.0366397 -0.0909374 -0.0194332 -0.0345186 0.116647 +internal_weight=0 16552.4 11923.3 14433.8 9561.51 4629.15 5492.82 3893.19 2361.77 6009.94 3074.78 735.953 8423.87 4068.69 2770.11 225.674 2722.72 7883.26 1270.64 6612.62 1728.47 4744.06 4022.27 2152.84 225.136 5013.95 1334.38 2497.58 721.791 161.616 +internal_count=7859530 7150423 2758722 709107 2664641 4391701 2313517 4140475 94081 563727 2264185 251226 145380 351124 1505452 25946 808065 143149 66056 77093 1316761 553187 218396 91294 18588 66241 1637971 789477 334791 8692 +shrinkage=0.12 + + +Tree=26 +num_leaves=31 +num_cat=0 +split_feature=11 0 7 0 0 3 11 1 11 6 7 0 11 9 12 1 3 7 2 2 2 7 11 2 3 8 1 0 0 2 +split_gain=1321.36 554.239 397.463 320 297.146 205.024 160.062 121.736 117.907 112.902 108.964 106.082 94.008 86.5075 84.7092 94.4343 79.1336 77.5682 75.399 72.6729 64.8776 60.2976 58.7745 57.841 56.8274 46.4292 86.1275 46.3627 45.075 64.9283 +threshold=0.51666666666666672 23.062892000000002 1.0000000180025095e-35 40.27922800000001 31.309764500000004 1.0000000180025095e-35 0.29705882352941182 1.5000000000000002 0.43303571428571436 1.0000000180025095e-35 1.5000000000000002 63.388565000000007 0.88194444444444453 2.5000000000000004 0.63068181818181823 1.5000000000000002 3.5000000000000004 4.5000000000000009 346766400.00000006 221140800.00000003 158155200.00000003 1.5000000000000002 0.097619047619047633 662385600.00000012 65.500000000000014 8.5000000000000018 1.5000000000000002 25.784979000000003 -1.0000000180025095e-35 283867200.00000006 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 7 9 5 6 14 21 -1 11 -3 28 17 -7 -12 15 -2 25 -6 24 -17 -8 -4 -19 -11 -14 26 -5 -22 -9 -30 +right_child=3 2 4 16 8 12 20 10 -10 23 13 -13 18 -15 -16 19 -18 22 -20 -21 27 -23 -24 -25 -26 -27 -28 -29 29 -31 +leaf_value=-0.11324203347804607 -0.046967658552448263 -0.026113417764724693 -0.0012103221442659714 -0.01235714961927498 -0.0032302214566891068 -0.0016749824681369741 -0.0075521242378290684 0.070954832797332182 0.020930666249830841 -0.041590248509543584 -0.025835970685449641 0.038646430058637875 0.043618712347286204 -0.1006396415221625 0.01955645381986371 0.016304937446402972 0.066209861520475949 -0.092292991820163928 0.013741711440683861 -0.019045501086441975 -0.091674856340874369 -0.099167747425770822 -0.030389251124145922 0.12765951170865936 0.11888876155896869 0.064956551345136018 0.038663437927070485 -0.036106476305416982 -0.022030578583227437 -0.075511856689711609 +leaf_weight=724.14894800988077 955.30750962888487 100.96703671700016 100.62447348313879 572.96163321913627 1675.9277858940163 1240.2387941983689 941.59333975559957 54.456520401799935 1878.6282422494442 31.393420186606818 287.22891061650967 464.77319968104712 2513.258493057685 990.11189306002075 1485.4689256732527 1434.6371583356449 1753.9824173303932 253.32339897951715 1423.5892078962643 2011.5885401434825 288.35926455757044 898.24791215971811 1722.7427185973652 391.78636120906958 153.22659837594256 655.08019665640313 2827.9920714459149 864.21633719069177 961.3787267335324 495.28998697112866 +leaf_count=1649075 477873 21261 84681 26644 230996 40448 308929 8040 125673 1501 180003 21902 36029 1074055 56139 70169 9535 114782 33057 209198 327269 1187920 344536 7028 692 1887 31196 290108 332872 556032 +internal_value=0 -0.0286121 -0.0137056 0.0220551 -0.0195657 0.0102157 -0.0497745 -0.0694045 -0.00398065 0.0878993 -0.0580191 -0.0153486 0.0272651 -0.0838199 -0.00522148 -0.0135838 0.0449131 -0.0222206 0.0360406 -0.00432937 -0.0309207 -0.0893 -0.0383263 0.115102 0.0479453 0.0357031 0.0300679 -0.050011 -0.0362086 -0.0402162 +internal_weight=0 13125.2 9612.58 17027.3 9088.44 11217.3 3093.04 3512.61 5995.4 524.147 2788.47 4116.77 5330.31 1277.34 5887 4401.53 5810.02 3651.99 4090.07 3446.23 2094.17 998.872 1976.07 423.18 2666.49 4056.03 3400.95 1152.58 1511.13 1456.67 +internal_count=7859530 6866663 3066586 992867 3036796 923605 2198907 3800077 837889 29790 2151002 712216 110226 1254058 813379 757240 69262 690314 69778 279367 926306 1272601 459318 8529 36721 59727 57840 617377 896944 888904 +shrinkage=0.12 + + +Tree=27 +num_leaves=31 +num_cat=0 +split_feature=12 1 3 0 0 3 7 7 9 0 0 0 0 7 2 7 11 8 0 0 2 0 2 2 0 1 4 2 2 11 +split_gain=1220.23 565.22 388.2 259.918 255.696 179.839 173.178 163.234 139.649 133.262 82.5038 77.1711 73.0993 101.774 70.0016 68.4655 66.2371 58.7342 58.3483 55.9739 51.3184 50.9312 49.7405 48.3467 47.9954 47.3298 47.1769 46.386 46.3171 44.6767 +threshold=0.44949494949494956 1.5000000000000002 5.5000000000000009 22.323515500000003 28.927267500000003 2.5000000000000004 1.0000000180025095e-35 2.5000000000000004 6.5000000000000009 51.783302000000013 51.783302000000013 24.554782000000003 38.267659000000002 1.0000000180025095e-35 157982400.00000003 1.0000000180025095e-35 0.14907407407407411 1.0000000180025095e-35 12.226027000000002 20.573342000000004 434980800.00000006 43.939336500000003 63028800.000000007 662385600.00000012 40.27922800000001 1.5000000000000002 6.5000000000000009 157896000.00000003 59054400.000000007 0.82575757575757591 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 4 3 6 -1 9 28 12 10 11 -9 -2 13 17 -8 19 -6 23 -16 -4 -19 29 -15 -5 -17 26 -13 -27 -3 -7 +right_child=5 2 15 7 16 21 14 8 -10 -11 -12 25 -14 22 18 24 -18 20 -20 -21 -22 -23 -24 -25 -26 27 -28 -29 -30 -31 +leaf_value=-0.10447762755920345 -0.013322682739800536 0.051185019493973499 0.0058937945000193757 0.0049269957254268913 -0.10040320100992592 0.00095577826836464768 -0.044719862905836308 -0.024369671051096962 -0.068968714101518377 0.046531785994237171 0.021719478038431932 -0.012681200001796419 0.039626074018468023 0.036017846206155536 -0.03483520316179483 0.0070386062259459739 -0.02670757830695622 0.030749233284516515 -0.10186279479295798 0.092969113126818298 -0.038294563047792461 0.067863709496853192 -0.018993933116088015 0.11067859408499875 0.054717072422673256 0.048659802308515014 0.055625735417131991 0.017086700592665538 -0.019804647226411055 0.046022049916396669 +leaf_weight=1431.9171071398612 1503.2169939965461 149.4340032217674 137.9652783992351 91.083297744917218 199.24890819484244 370.93556862673722 1053.9198898641637 2353.267981473301 825.94408412143184 1913.9562144832016 733.63003602434765 1041.4233731330896 870.66094596403127 265.54419655768288 236.91297221109085 847.37340622092233 1479.8987975824532 664.12261077390576 888.71502184561314 463.29604198702145 202.19164222902327 1412.9869256892125 2175.469115707685 196.65860474414148 474.13174779650581 858.63967731902085 169.2343609966847 3050.8941859623737 1155.6584335768102 2169.1968602901034 +leaf_count=3108210 114468 4201 5347 7726 193173 4898 337164 440418 485320 12580 24569 116925 28672 14525 174285 70047 484820 19575 1374458 5320 16117 7283 453191 6718 7500 10875 7169 69114 234848 20014 +internal_value=0 -0.0210235 -0.0105973 -0.0187042 -0.0672239 0.0284404 -0.0462466 -0.00724921 -0.0251428 0.0186422 -0.0134161 0.0105828 0.00842914 0.000873537 -0.0669471 0.0394205 -0.035454 0.0302372 -0.0877567 0.0729901 0.0146341 0.0496008 -0.0130091 0.0772074 0.0241456 0.0176011 -0.00313163 0.0240213 -0.0116753 0.0394411 +internal_weight=0 16897 13786 11863.2 3111.06 12490.5 3484.64 8378.57 3912.84 8537.36 3086.9 6623.41 4465.73 3595.07 2179.55 1922.77 1679.15 1154.06 1125.63 601.261 866.314 3953.12 2441.01 287.742 1321.51 5120.19 1210.66 3909.53 1305.09 2540.13 +internal_count=7859530 7496204 3710001 3621787 3786203 363326 2124956 1496831 950307 331131 464987 318551 546524 517852 1885907 88214 677993 50136 1548743 10667 35692 32195 467716 14444 77547 204083 124094 79989 239049 24912 +shrinkage=0.12 + + +Tree=28 +num_leaves=31 +num_cat=0 +split_feature=11 0 7 0 0 1 6 1 11 7 2 3 11 0 11 3 0 2 2 3 2 12 2 0 1 2 0 2 11 0 +split_gain=1120.59 609.346 290.226 227.33 222.798 178.816 173.73 171.162 114.126 113.316 107.708 99.8592 92.438 89.855 76.6325 74.8461 64.4823 64.1886 54.0794 49.5669 45.9693 41.9152 41.0728 40.6294 38.9513 36.7028 35.9171 35.5703 35.3689 34.0696 +threshold=0.76388888888888895 25.452091500000005 1.0000000180025095e-35 46.836120500000007 31.097620000000003 1.5000000000000002 1.0000000180025095e-35 1.5000000000000002 0.36931818181818188 1.5000000000000002 662385600.00000012 1.5000000000000002 0.23303167420814483 25.525596500000002 0.17752100840336138 39.500000000000007 20.020142500000002 216043200.00000003 284385600.00000006 3.5000000000000004 346766400.00000006 0.26969696969696971 220968000.00000003 19.963219000000006 1.5000000000000002 694180800.00000012 31.309764500000004 284299200.00000006 0.267948717948718 11.867569500000002 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 2 6 5 11 12 -1 -4 17 13 -8 16 -3 -7 -11 18 24 -9 -6 28 -16 -22 23 -10 -2 -12 -15 -13 -5 -24 +right_child=4 3 7 19 15 9 10 8 22 14 25 27 -14 26 20 -17 -18 -19 -20 -21 21 -23 29 -25 -26 -27 -28 -29 -30 -31 +leaf_value=-0.033093333267483385 -0.084468050268733386 -0.10598312174567998 -0.11719980218319657 -0.01160159210657417 0.050298427130226066 0.11328575381835876 -0.050023389651474945 -0.0573286943494501 -0.047468795782808076 -0.055396452831731863 0.12751733703040424 0.045816188970493742 -0.036145252666222608 -0.0061196110569585512 0.0002096084261464328 0.090383222289957529 0.0088045645905245242 -0.10658638970539316 0.027775587684225656 0.05441298166972889 -0.04317143842698612 -0.0071570679853433143 0.0076681531101218687 -0.0024580235084172264 -0.016988994624247942 -0.17846097463840999 0.032700159132750657 0.011735514694213285 0.023096291039013412 -0.068408320369129819 +leaf_weight=490.62713973771315 141.45672227218984 346.47078080378969 811.15070661181744 541.64155656661751 3079.7318433305991 141.35271033866957 69.077026290134881 815.01024718818212 518.19253830863181 601.35352689948286 232.88695302597989 1151.5480829394364 1285.4769485857501 703.54891363592378 2692.5305379735551 438.57779909297824 2707.8328417453386 715.52913731719491 3061.1850481044512 582.25532549619675 887.98619793134958 977.73921352763864 97.54311784221818 652.26038568734111 952.35504440850491 5.7602872501558968 670.05286872221768 714.72285342710529 1931.6218437894422 646.87762256401516 +leaf_count=230931 145864 502225 2238023 84050 50353 4427 17705 450275 121548 287276 7037 12354 676690 86235 241073 1957 269747 1238987 60207 6397 187417 48082 34680 102903 106014 4300 40154 12501 45061 545057 +internal_value=0 -0.0204932 -0.0551538 -0.00507274 0.0274699 -0.0153675 0.0112392 -0.0676063 -0.0559297 -0.00666141 0.0819181 0.0100317 -0.0509739 0.0221935 -0.0151338 0.042492 -0.00112835 -0.0803584 0.0390712 0.0229136 -0.00982179 -0.0242984 -0.0364031 -0.0223863 -0.0257178 0.12011 0.0128173 0.0327648 0.0154974 -0.0584399 +internal_weight=0 16416.9 5054.92 11362 12247.4 8306.51 798.351 4256.56 3445.41 6674.56 307.724 5667.92 1631.95 1514.95 5159.61 6579.49 3801.64 1530.54 6140.92 3055.52 4558.26 1865.73 1914.87 1170.45 1093.81 238.647 1373.6 1866.27 2473.26 744.421 +internal_count=7859530 7200533 4991446 2209087 658997 2073579 259973 4731473 2493450 894664 29042 546480 1178915 130816 763848 112517 521625 1689262 110560 135508 476572 235499 804188 224451 251878 11337 126389 24855 129111 579737 +shrinkage=0.12 + + +Tree=29 +num_leaves=31 +num_cat=0 +split_feature=11 0 1 7 0 6 11 3 0 7 12 1 2 7 3 0 0 0 12 2 2 1 2 12 2 0 2 11 2 3 +split_gain=1028.87 503.075 304.785 273.911 229.461 220.356 158.263 144.762 97.5466 88.1408 87.2004 78.1314 70.2355 69.8026 68.7544 62.867 57.5134 64.6295 57.2098 56.1232 55.9288 55.5789 60.511 54.2739 49.5614 45.2069 41.6945 38.4544 34.4808 34.0386 +threshold=0.67948717948717963 33.324993000000006 1.5000000000000002 1.0000000180025095e-35 23.441297500000001 1.0000000180025095e-35 0.27888888888888896 6.5000000000000009 55.906434000000004 4.5000000000000009 0.73205741626794263 1.5000000000000002 662385600.00000012 1.5000000000000002 14.500000000000002 27.360587500000005 19.963219000000006 12.226027000000002 0.17519181585677754 368884800.00000006 59054400.000000007 1.5000000000000002 94737600.000000015 0.93725490196078443 378907200.00000006 27.699832000000004 63028800.000000007 0.27888888888888896 860241600.00000012 60.500000000000007 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 2 15 5 21 26 13 10 9 24 11 -6 -7 -5 16 -1 17 -8 -11 -13 -18 -2 -23 -12 -3 -15 -4 -17 -21 -9 +right_child=4 8 3 6 7 12 14 29 -10 18 23 19 -14 25 -16 27 20 -19 -20 28 -22 22 -24 -25 -26 -27 -28 -29 -30 -31 +leaf_value=-0.10853070518439044 -0.054025210463867025 0.018077522444577936 0.062445020279115547 -0.021969701126770075 -0.017874208909432435 -0.017779685430788814 0.0057046524378649962 0.05234480353331223 0.030861576990751767 -0.045585000065530151 0.048306407245994956 0.032685212955370531 0.12281258175794744 -0.099853861977961561 0.031960633853895713 -0.10726862128056154 0.031365756169229923 -0.073124321310071044 -0.0048391936511497802 -0.0036450622825213463 -0.028474588089473417 0.035989418473390704 -0.0099051910862511684 -0.0046190626680399881 -0.01412467927921514 -0.050468991747350374 -0.041414006249440603 -0.035775889335992621 0.036286587484965903 0.093756298707315458 +leaf_weight=983.25446612955693 312.17789535798875 2127.1790033380862 65.971007170776829 317.44082995082636 840.73728633691644 60.789814649906475 186.64055823646845 2092.4154550759049 1403.3002868385665 964.81465465676001 2391.5843441854813 2755.5228068945144 323.00091421009711 882.15194634881129 260.23456374281523 153.86806924765187 244.7504610713263 757.99805458336209 1021.6429636441499 1380.6949913539502 2771.375244145228 522.67462035693461 1983.4973961490759 315.85661039879778 1017.371708385801 382.86880240057724 355.33666661377538 366.15494069634224 402.03774163970957 331.08766229881439 +leaf_count=2691503 233081 173692 3977 250649 149745 8157 71784 14156 51234 305937 24118 50906 9922 1121623 10943 284140 13213 624887 66080 46400 797725 11412 156503 10711 102687 191214 123731 247325 10461 1614 +internal_value=0 -0.0219536 -0.0419143 -0.0308201 0.0241243 0.0347711 -0.0399195 0.0322778 0.0028261 -0.00484158 0.0245677 0.0157268 0.100544 -0.0722838 -0.0277857 -0.0906838 -0.0317114 -0.0575497 -0.0246297 0.0219516 -0.0236184 -0.00628108 -0.000333326 0.042132 0.00765895 -0.0849087 -0.0251478 -0.0569346 0.00536069 0.0580033 +internal_weight=0 14646.1 8111.84 6608.56 13328.3 805.098 5803.46 10509.9 6534.31 5131.01 8086.43 5378.99 383.791 1582.46 4221 1503.28 3960.76 944.639 1986.46 4538.26 3016.13 2818.35 2506.17 2707.44 3144.55 1265.02 421.308 520.023 1782.73 2423.5 +internal_count=7859530 7150423 6450793 3227825 709107 145787 3082038 308111 699630 648396 292341 257512 18079 1563486 1518552 3222968 1507609 696671 372017 107767 810938 400996 167915 34829 276379 1312837 127708 531465 56861 15770 +shrinkage=0.12 + + +Tree=30 +num_leaves=31 +num_cat=0 +split_feature=11 0 7 0 3 3 1 6 0 7 2 2 11 11 1 0 4 2 0 7 3 0 2 2 8 1 1 12 12 2 +split_gain=946.777 401.244 255.396 251.002 157.596 141.781 137.666 129.766 124.611 122.024 107.238 88.7767 84.3299 78.184 73.0843 71.1006 64.5062 62.9374 46.3093 41.7815 41.2685 39.3606 40.5264 37.551 38.1519 37.3389 36.1364 34.3189 32.9276 32.641 +threshold=0.60769230769230786 25.452091500000005 1.0000000180025095e-35 33.981020000000008 7.5000000000000009 12.500000000000002 1.5000000000000002 1.0000000180025095e-35 46.836120500000007 1.5000000000000002 189086400.00000003 662385600.00000012 0.17752100840336138 0.82575757575757591 1.5000000000000002 20.077880000000004 1.5000000000000002 378734400.00000006 11.867569500000002 3.5000000000000004 140.00000000000003 25.525596500000002 315576000.00000006 378475200.00000006 1.5000000000000002 1.5000000000000002 1.5000000000000002 0.19615384615384621 0.62019230769230782 663076800.00000012 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 2 7 5 8 13 -4 -1 9 21 -8 -9 26 -2 16 25 19 20 -12 -5 28 -3 -23 -17 -25 -15 -11 -20 -16 -13 +right_child=3 4 6 14 -6 -7 10 11 -10 12 18 29 -14 15 17 23 -18 -19 27 -21 -22 22 -24 24 -26 -27 -28 -29 -30 -31 +leaf_value=-0.029834300865293577 -0.024263771453593899 0.093632572691242241 -0.12160605868610802 -0.045480062626379512 0.041601114625993516 0.049443243081695711 -0.036454533831021985 -0.044929639146436412 0.01097403371839805 -0.11688446673997238 -0.032675280320919042 0.1234569050625146 -0.026604203307537776 -0.079454473325254391 0.036928873901030286 0.022739235770409136 0.063718205555378937 0.025596678881748623 -0.10459866768440845 0.011835928626540551 0.13594284324667935 0.017533125608170993 -0.025668751124042058 -0.041331809734886746 0.0079236670194047457 -0.011510513325108163 -0.055687316244931881 -0.040437718806939055 0.059502547599228059 -0.162988058206919 +leaf_weight=473.37808834283771 1523.8611823771298 70.697133991483952 610.99903222810053 289.07028240562067 783.9931309041076 938.56590649398277 1449.6359695181163 66.694200779635139 1980.8479594272758 188.7265540795994 202.69721482695547 193.4947205059616 3483.5262121193018 129.82874284322679 1703.6658136125625 2631.9185970811095 224.60244261052867 2192.228631044025 856.53693529302495 499.68867295455129 80.771665844134986 858.4465887742773 491.77278532713569 274.89105189192469 1284.3226101966902 1130.0430750388859 527.09490585392848 139.67495963103636 2050.9847261064278 5.8784066210649817 +leaf_count=230931 241386 6923 2166936 39479 26250 6862 515924 17705 122943 338956 154293 6839 1018958 146792 29235 173525 6561 38909 1661513 9208 352 141119 131790 53786 75195 112902 282380 86453 10927 4498 +internal_value=0 -0.0245397 -0.0558171 0.0203219 -0.00962292 0.00565727 -0.070261 0.00785323 -0.0149064 -0.0240279 -0.0584149 0.0749014 -0.0343132 -0.000234932 0.0368034 0.00648257 0.00698596 0.0418163 -0.0849662 -0.0091706 0.0510867 0.00636912 0.00179805 0.0139967 -0.000760755 -0.0185138 -0.0718262 -0.0956044 0.0492602 0.114988 +internal_weight=0 12384.1 3998.99 14954.4 8385.11 7913.43 3259.54 739.445 7601.11 5620.26 2648.55 266.067 4199.35 6974.87 7041.01 5451 1013.36 6027.65 1198.91 788.759 3835.42 1420.92 1350.22 4191.13 1559.21 1259.87 715.821 996.212 3754.65 199.373 +internal_count=7859530 6914411 4845092 945119 2069319 810448 4585119 259973 2043069 1920126 2418183 29042 1640294 803586 134671 562200 55248 79423 1902259 48687 40514 279832 272909 302506 128981 259694 621336 1747966 40162 11337 +shrinkage=0.12 + + +Tree=31 +num_leaves=31 +num_cat=0 +split_feature=11 0 1 0 7 6 11 3 0 11 3 2 7 0 2 1 8 1 1 3 0 2 0 2 2 0 0 11 2 2 +split_gain=868.443 417.984 244.843 211.617 203.122 170.901 134.365 97.3354 83.2829 79.2237 75.4048 63.3247 61.4896 56.1737 54.8863 47.7775 45.9723 45.8518 44.0866 42.5258 42.2323 41.6977 40.4236 38.5607 37.702 37.2933 40.8549 37.2676 36.5737 35.8342 +threshold=0.67948717948717963 33.324993000000006 1.5000000000000002 30.264538000000005 1.0000000180025095e-35 1.0000000180025095e-35 0.27888888888888896 1.0000000180025095e-35 63.388565000000007 0.31414473684210531 1.0000000180025095e-35 662385600.00000012 1.5000000000000002 26.917887500000003 346766400.00000006 1.5000000000000002 3.5000000000000004 1.5000000000000002 1.5000000000000002 38.500000000000007 28.355377000000004 110808000.00000001 27.699832000000004 220881600.00000003 63028800.000000007 20.998939000000004 11.482149000000001 0.31414473684210531 63028800.000000007 347371200.00000006 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 2 13 10 5 28 12 16 9 -3 17 -7 -6 -1 25 -11 18 -2 -5 -9 -16 -12 -14 -20 -19 26 -8 -15 -4 -17 +right_child=3 8 4 7 6 11 14 19 -10 15 21 -13 22 27 20 29 -18 24 23 -21 -22 -23 -24 -25 -26 -27 -28 -29 -30 -31 +leaf_value=-0.10617438917743771 -0.037787777729620102 -0.026368025776080741 0.058373537829045086 -0.034282728296926378 -0.021379202813148149 -0.018499598081486348 0.030915615922289922 0.044152590588687909 0.037974725896265091 -0.021439296363524617 0.048919170833509142 0.11805701268696611 -0.096907908030925929 -0.10461105682250756 -0.06679874112579115 0.022030697791777319 0.033180358319352343 0.042709378980292825 0.04638252744956705 0.083600546710186935 -0.02127990500079532 0.011738214602677597 -0.048488628929507879 0.0002637343952582903 -0.0058921795470226598 -0.0086622494019074799 -0.049630288177642541 -0.034569613390439867 -0.038484549612371043 -0.0039940406288024389 +leaf_weight=813.61517312028309 599.68762443778178 1543.6603665338771 67.117252738925345 321.51236958455593 308.54228825491305 59.669887436801218 104.14686246959445 3518.1959826450766 807.09042907084222 758.36025374644305 561.59962945259758 270.71536082662897 790.50378900035605 156.53175507903484 706.85027205072583 1984.3230361135102 1914.7480271902314 257.21125531752477 395.11033097634208 443.105786082946 501.98507076774331 1916.6198335608751 362.13371303640872 769.41270943135896 2157.7455495542745 2024.2950064817878 700.41354748644335 363.25799117313886 342.4400568628007 1236.6948880543641 +leaf_count=2624293 332676 410389 3977 46829 250649 8157 23284 37243 24976 127079 7951 9922 1121623 333477 703544 69443 23743 4743 6363 2287 64402 46218 191214 25823 175231 341912 385410 265198 123731 67743 +internal_value=0 -0.0207884 -0.0398128 0.0224822 -0.0298368 0.0291886 -0.0377796 0.0357812 0.00196897 -0.00329278 0.00465749 0.0933945 -0.0689612 -0.0864872 -0.026495 0.00565858 0.0208892 -0.00809022 0.00505172 0.0485658 -0.0478974 0.0201644 -0.0816973 0.0159121 -0.000715278 -0.0173488 -0.0392032 -0.055667 -0.0226086 0.0120387 +internal_weight=0 13902.3 7572.22 12854.9 6238.81 739.943 5498.87 7362.09 6330.13 5523.04 5492.86 330.385 1461.18 1333.4 4037.69 3979.38 3400.78 3014.64 1486.04 3961.3 1208.84 2478.22 1152.64 1164.52 2414.96 2828.86 804.56 519.79 409.557 3221.02 +internal_count=7859530 7150423 6450793 709107 3227825 145787 3082038 142288 699630 674654 566819 18079 1563486 3222968 1518552 264265 102758 512650 79015 39530 767946 54169 1312837 32186 179974 750606 408694 598675 127708 137186 +shrinkage=0.12 + + +Tree=32 +num_leaves=31 +num_cat=0 +split_feature=12 3 0 7 0 3 11 7 0 11 1 1 4 0 3 6 1 3 2 1 1 8 2 8 0 0 2 0 7 11 +split_gain=802.925 336.811 200.998 197.971 138.676 123.904 117.725 78.5802 86.4369 73.3534 64.6684 63.0129 65.785 61.7542 51.6692 45.1316 44.788 43.9317 41.6943 40.4031 40.3668 37.7183 35.9124 33.2857 33.2038 31.6158 29.4213 30.2642 38.9951 29.3304 +threshold=0.44949494949494956 1.0000000180025095e-35 29.394558500000006 1.0000000180025095e-35 35.82988550000001 32.500000000000007 0.36931818181818188 1.0000000180025095e-35 34.326487000000007 0.82575757575757591 1.5000000000000002 1.5000000000000002 1.5000000000000002 20.514205000000004 1.5000000000000002 1.0000000180025095e-35 1.5000000000000002 61.500000000000007 59054400.000000007 1.5000000000000002 1.5000000000000002 11.500000000000002 252072000.00000003 6.5000000000000009 18.841907500000001 51.783302000000013 126360000.00000001 45.25187300000001 6.5000000000000009 0.14907407407407411 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 2 3 16 9 7 19 13 18 -2 23 12 21 -3 -11 -15 -1 25 -9 -5 -8 -6 -21 29 -18 -13 -12 28 -28 -4 +right_child=4 5 10 6 11 -7 20 8 -10 14 26 17 -14 15 -16 -17 24 -19 -20 22 -22 -23 -24 -25 -26 -27 27 -29 -30 -31 +leaf_value=-0.059735294985534371 -0.018677722819548895 -0.013446849398476447 -0.092237814754665137 -0.11817164368145845 -0.021335771800089554 0.062546399348392345 -0.086344698288589483 0.028428380150132548 0.010280498657792887 0.0069635212996330652 0.019177588298078342 0.031746294752525155 0.065054741506332114 0.03038280399357093 0.034074271834958973 0.099758263104890443 -0.023498791434409624 0.10153209514229593 -0.031050763585850127 -0.056781352405525932 -0.034958781363345702 0.059143675992535227 -0.099731508002568386 0.066170865702476489 0.014920531173882813 0.051427167900632308 -0.012074597590941099 0.0094548369435550807 -0.064240893881755343 -0.033631355613793955 +leaf_weight=261.40404468517409 1029.1966150933849 385.16482441673816 137.6752339011914 488.83917517721898 602.50070830820187 491.33918865515989 263.57806760360995 186.55626959315191 1805.0442003849439 2749.3568228927752 594.23111496483943 2834.8052082404174 220.26919624523725 649.86761458027831 1602.2374984965645 170.43390025559347 683.75037050590754 172.50250051438343 1877.1137829991296 600.12255803133235 1335.7687570592166 97.386786329952884 526.37013086297588 44.034151258412749 615.49609121180401 2008.2225768910794 1583.964629921812 773.99905347584536 237.22582219058495 1150.1288613056699 +leaf_count=343624 72087 34850 178842 1831408 30876 13569 948819 20142 92237 185283 53958 40264 4162 18296 17859 4992 172021 1094 555920 507439 741708 373 1128310 534 65692 11328 207750 45548 93276 437269 +internal_value=0 -0.0183384 -0.0323157 -0.0494846 0.0240841 0.00500926 -0.0665086 -0.000562472 -0.00889832 0.0101319 -0.0141818 0.0367318 0.0078654 0.0261894 0.0169457 0.0448001 -0.0144173 0.0420276 -0.0256735 -0.0893587 -0.0434288 -0.0101353 -0.0768526 -0.0363904 -0.00529836 0.0399075 -0.00490768 -0.0104227 -0.0188707 -0.0398988 +internal_weight=0 14862.1 9296.59 4775.33 11316.5 5565.52 3214.68 5074.18 3868.71 5380.79 4521.26 5935.69 920.157 1205.47 4351.59 820.302 1560.65 5015.53 2063.67 1615.33 1599.35 699.887 1126.49 1331.84 1299.25 4843.03 3189.42 2595.19 1821.19 1287.8 +internal_count=7859530 7496204 6756198 5739021 363326 740006 5157684 726437 668299 275229 1017177 88097 35411 58138 203142 23288 581337 52686 576062 3467157 1690527 31249 1635749 616645 237713 51592 400532 346574 301026 616111 +shrinkage=0.12 + + +Tree=33 +num_leaves=31 +num_cat=0 +split_feature=11 0 1 3 7 6 0 11 11 2 2 12 0 0 7 3 0 5 0 2 11 1 4 2 4 0 2 3 2 1 +split_gain=732.433 394.185 178.849 166.116 146.78 145.456 128.26 122.206 88.5326 64.4049 58.1066 55.8972 51.4443 49.9089 43.4332 42.7664 42.7662 41.4525 40.339 39.0342 37.1542 36.1632 35.2968 34.8579 33.4431 32.6289 36.3287 31.4986 30.7155 30.445 +threshold=0.76388888888888895 32.495975500000007 1.5000000000000002 8.5000000000000018 1.0000000180025095e-35 1.0000000180025095e-35 30.077133500000006 0.4188596491228071 0.43303571428571436 252072000.00000003 662385600.00000012 0.24500000000000002 21.815195000000006 63.388565000000007 4.5000000000000009 1.5000000000000002 20.077880000000004 1.0000000180025095e-35 28.355377000000004 126532800.00000001 0.087595907928388769 1.5000000000000002 36.500000000000007 252590400.00000003 7.5000000000000009 12.226027000000002 157550400.00000003 54.500000000000007 688910400.00000012 1.5000000000000002 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 2 11 6 5 -4 16 9 13 -6 -7 22 25 14 -3 -10 29 21 -11 -19 -16 24 -1 -5 -8 -9 -27 -14 -12 -2 +right_child=3 8 4 23 7 10 17 12 15 18 28 -13 27 -15 20 -17 -18 19 -20 -21 -22 -23 -24 -25 -26 26 -28 -29 -30 -31 +leaf_value=-0.099755690492499216 -0.07569671007598551 -0.0018581727342851016 -0.023820911993887011 0.068235144894173289 -0.039693495354362403 -0.022073463617194054 -0.037143541312027739 0.0046700964437913772 0.0060909413386195672 -0.09911680045930224 0.12000209694023214 -0.035841805329105803 -0.012434241119371407 0.025874069921891167 -0.086660440374354261 0.033554732143351342 0.0081785413131323283 0.058586573702061655 -0.04749844144092525 0.028923935530225976 -0.02525669239084823 0.022018521852032243 0.021640040090468597 0.03699855056534835 0.08902806838132743 -0.029244138879056827 -0.079466375628605243 0.079779417462667812 -0.23073949888366815 -0.012279644610578648 +leaf_weight=861.81786887710268 121.33538353454333 1313.9400373008784 398.95235933292133 1105.3176055151271 1279.7640819153298 55.597008747281507 289.4311802656448 171.4957598367422 2650.6411735944976 617.2420851164801 228.52897932941323 310.71930670545157 2086.5888785990887 430.23492575764249 157.79453830176362 1179.9126934045635 2962.7986321022618 825.71245924728282 337.19952102769469 2823.1381475086046 1407.0221694523721 1035.7267248846183 35.91746762767275 962.59722586068528 33.753246666077757 442.11514468863925 390.74770285681518 54.710932635643985 3.6261530956253401 1071.0059580552334 +leaf_count=2875879 146975 185142 127575 6672 734296 8151 24918 51130 160803 1298708 8358 260741 319755 21902 88521 22827 266960 17503 125317 57611 315681 16520 59316 8246 455 78261 455771 835 1564 113137 +internal_value=0 -0.0179005 -0.0375589 0.022975 -0.0291611 0.0230831 0.0160417 -0.0358298 0.00213097 -0.05729 0.0881085 -0.0797148 -0.0205873 -0.0122464 -0.0179437 0.0145507 0.000455508 0.0289741 -0.0808824 0.0356368 -0.0314501 0.0110835 -0.0948982 0.0536955 -0.0239592 -0.0429941 -0.0528085 -0.0100771 0.114495 -0.0187349 +internal_weight=0 14414.6 7275.02 11230.8 6066.57 686.705 9162.9 5379.86 7139.55 2234.21 287.752 1208.45 3145.66 3308.99 2878.76 3830.55 4155.14 5007.76 954.442 3648.85 1564.82 1358.91 897.735 2067.91 323.184 1004.36 832.863 2141.3 232.155 1192.34 +internal_count=7859530 7200533 6405657 658997 3209721 145648 644079 3064073 794876 2158321 18073 3195936 905752 611246 589344 183630 527072 117007 1424025 75114 404202 41893 2935195 14918 25373 585162 534032 320590 9922 260112 +shrinkage=0.12 + + +Tree=34 +num_leaves=31 +num_cat=0 +split_feature=11 0 0 7 3 3 0 7 6 2 9 11 11 3 0 2 8 1 6 2 4 7 3 1 0 1 2 1 3 11 +split_gain=680.583 267.01 196.549 159.213 114.848 99.9445 90.7139 104.788 76.1288 73.0599 69.1926 60.7151 55.6747 54.6752 54.3845 51.877 40.6902 38.1015 49.193 41.3372 34.4842 34.1389 32.3715 30.9307 30.7106 34.964 28.3586 28.2964 27.2629 26.4145 +threshold=0.51666666666666672 25.295506000000003 40.27922800000001 1.5000000000000002 4.5000000000000009 8.5000000000000018 46.836120500000007 1.5000000000000002 1.0000000180025095e-35 662385600.00000012 2.5000000000000004 0.86190476190476206 0.17752100840336138 3.5000000000000004 20.077880000000004 221227200.00000003 1.0000000180025095e-35 1.5000000000000002 1.0000000180025095e-35 94737600.000000015 39.500000000000007 1.5000000000000002 29.500000000000004 1.5000000000000002 63.388565000000007 1.5000000000000002 284212800.00000006 1.5000000000000002 140.00000000000003 0.29705882352941182 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 3 4 8 11 6 7 -3 15 -10 -5 -2 27 24 -13 23 -11 18 -16 -19 -17 -21 -6 -1 25 -4 -12 -9 -15 -8 +right_child=2 5 13 10 22 -7 29 12 9 16 26 14 -14 28 17 20 -18 19 -20 21 -22 -23 -24 -25 -26 -27 -28 -29 -30 -31 +leaf_value=-0.092581212471498822 -0.017110482580828409 0.0055265616726309363 -0.0076319425843407399 -0.036875143996167918 0.022526960847649505 0.036991155316658413 -0.009415144473792084 -0.11300190449870165 -0.029287233470402227 0.096249442515699599 -0.082897781057917827 -0.017088714010043009 -0.02674052197326891 0.051866144334267721 -0.03920826853846842 -0.076836741647967804 -0.048306750455288205 0.047171781952812963 0.022345505446701195 0.002387259855961517 0.091313699037407922 0.028255802520696691 0.056044575311553539 -0.017232391457062981 0.047366562603534744 0.028061644818384555 -0.12407165982095653 -0.052258913717287338 0.12693067584313014 0.021850432797545373 +leaf_weight=86.532793461803749 2141.0051577799277 1357.8912114097584 484.70598114584573 370.64214533926247 1437.8557123164646 589.99622053397616 632.91104367791559 143.84254659207704 231.17155878164471 158.82170363845131 701.35463592104202 1110.8336417488372 2902.5198602398486 1380.5595601427121 421.85143733494078 519.9852485804704 34.031172441805438 575.1529901791655 335.73526911463887 1943.4522645508932 18.152122445482746 1181.0564694177883 583.26493140967796 837.4970213610186 880.66595383420645 2139.4828583358467 367.24064632465888 475.77931565247695 73.364473622757941 1010.0483697025629 +leaf_count=353219 309464 292977 25850 457407 22197 22520 90196 348355 180148 26142 1147613 257680 1019131 9150 163392 1065534 48289 8716 42309 98592 14506 17070 4185 262547 4827 29050 1219337 289511 385 29231 +internal_value=0 -0.0234275 0.0166483 -0.0514965 0.00673884 -0.0103046 -0.0145826 -0.0227936 -0.0285597 0.0162072 -0.0815552 6.34026e-05 -0.0337118 0.0360926 0.00666706 -0.0415421 0.0707372 0.0125875 -0.01193 0.0176081 -0.07116 0.0121657 0.0322003 -0.0242914 0.0279765 0.0214688 -0.097051 -0.0663649 0.0556564 0.00980616 +internal_weight=0 10438.4 14689 3325.43 9730.21 7112.99 6522.99 4880.03 1886.19 424.024 1439.24 7709.09 3522.14 4958.78 5568.08 1462.17 192.853 4457.25 757.587 3699.66 538.137 3124.51 2021.12 924.03 3504.85 2624.19 1068.6 619.622 1453.92 1642.96 +internal_count=7859530 6866663 992867 4774742 923605 2091921 2069401 1949974 1950385 254579 2824357 897223 1656997 69262 587759 1695806 74431 330079 205701 124378 1080040 115662 26382 615766 59727 54900 2366950 637866 9535 119427 +shrinkage=0.12 + + +Tree=35 +num_leaves=31 +num_cat=0 +split_feature=12 1 3 0 0 7 0 9 3 0 0 7 2 7 9 7 3 8 1 3 11 0 0 2 0 2 7 6 2 2 +split_gain=625.505 252.689 172.212 133.596 125.979 150.449 120.577 87.5987 71.6867 58.913 53.8037 49.5772 44.3153 44.008 42.9109 42.817 42.6208 40.5634 51.1174 37.0436 36.0879 35.4339 30.6881 30.1521 30.0182 28.5754 35.5964 34.8452 43.97 27.7724 +threshold=0.44949494949494956 1.5000000000000002 5.5000000000000009 27.577402000000003 33.981020000000008 1.5000000000000002 45.25187300000001 2.5000000000000004 1.0000000180025095e-35 19.963219000000006 26.418316500000003 2.5000000000000004 688910400.00000012 1.0000000180025095e-35 6.5000000000000009 1.0000000180025095e-35 3.5000000000000004 4.5000000000000009 1.5000000000000002 105.00000000000001 0.14907407407407411 20.573342000000004 55.906434000000004 284212800.00000006 23.853462000000004 62510400.000000007 1.0000000180025095e-35 1.0000000180025095e-35 402926400.00000006 59054400.000000007 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 3 4 13 5 9 8 -7 17 29 23 -6 25 -1 -13 21 -8 18 -2 22 -5 -4 -17 -9 -10 -11 27 28 -27 -3 +right_child=6 2 15 20 11 7 16 10 24 12 -12 14 -14 -15 -16 19 -18 -19 -20 -21 -22 -23 -24 -25 -26 26 -28 -29 -30 -31 +leaf_value=-0.051279855060071385 -0.03051582664218444 0.01360571188178079 0.00058901758880844498 -0.09089760855845129 0.022080208164776932 -0.026036797975584135 0.031727145522723724 -0.072115066499340463 0.0010508133372127677 0.048976188536737242 -0.038840816850798536 -0.0010200172955603984 -0.059571632219115336 -0.11190245205118228 -0.049708776497043063 0.0026805986869573224 0.061247975865864279 0.028799910663781795 0.0047753782945201169 0.11195572503823568 -0.025925676822382053 0.078607818223477191 0.067001670717620226 -0.12203390289944815 0.030152558653871665 0.022505646909140281 -0.01463487584087173 0.073646070524377591 -0.047443142955817946 -0.033586456806093498 +leaf_weight=251.3493558415671 789.74171177951575 206.78892841706852 112.15517964662286 135.64045376775834 1265.0808169182656 1484.2694560295713 2402.6613425896721 548.12593425818523 615.42610954411794 214.58022512550792 533.66638824456379 1875.2772638882195 152.16353376291136 549.76051904379369 302.70918760263726 944.83819009170111 996.34779193373106 651.38910419977765 2348.4093228209094 53.830633332232537 1329.8766135256537 331.85668240772793 120.39796152480994 255.60693841397358 2990.7884216741222 682.05323454004974 890.17754033628103 141.21019795257871 159.67840033130233 1363.5264728732448 +leaf_count=340784 168659 11277 5347 234594 61304 492509 25752 590523 12946 7411 255007 154761 65018 2598697 78189 74755 5553 15818 91789 1278 612128 5320 1514 762141 42809 34905 330868 6621 22431 748822 +internal_value=0 -0.016826 -0.00968676 -0.0534816 -0.0154365 -0.0251051 0.0216733 -0.0461078 0.0130754 -0.00955102 -0.0683818 0.00318674 0.00294288 -0.0928847 -0.00778765 0.0273728 0.040381 0.0015503 -0.00410615 0.0148617 -0.0319409 0.058902 0.00995215 -0.0879945 0.0251862 0.00750009 0.00274797 0.0184903 0.00923498 -0.0273718 +internal_weight=0 13904.6 11638 2266.63 10074.9 6631.85 10794.8 2821.67 7395.75 3810.18 1337.4 3443.07 2239.86 801.11 2177.99 1563.08 3399.01 3789.54 3138.15 1119.07 1465.52 444.012 1065.24 803.733 3606.21 2087.7 1873.12 982.942 841.732 1570.32 +internal_count=7859530 7496204 3710001 3786203 3621787 3327533 363326 2100180 332021 1227353 1607671 294254 467254 2939481 232950 88214 31305 276266 260448 77547 846722 10667 76269 1352664 55755 402236 394825 63957 57336 760099 +shrinkage=0.12 + + +Tree=36 +num_leaves=31 +num_cat=0 +split_feature=11 0 0 3 1 0 2 7 0 1 7 3 3 2 2 7 9 2 3 2 0 5 11 7 0 11 2 4 2 8 +split_gain=583.604 313.697 144.581 135.903 101.212 80.7882 76.3316 76.232 66.3123 61.2091 54.1009 49.9453 46.9268 46.5148 45.6972 41.279 40.558 57.5696 41.7596 40.4769 36.4357 34.7152 32.5504 32.2035 30.4608 28.9365 28.7771 28.5254 28.2495 27.4954 +threshold=0.76388888888888895 36.697481500000002 31.995413000000003 9.5000000000000018 1.5000000000000002 22.323515500000003 378475200.00000006 1.0000000180025095e-35 28.640210000000003 1.5000000000000002 9.5000000000000018 6.5000000000000009 11.500000000000002 220708800.00000003 59054400.000000007 1.0000000180025095e-35 1.5000000000000002 663076800.00000012 11.500000000000002 59054400.000000007 11.867569500000002 1.0000000180025095e-35 0.27888888888888896 1.0000000180025095e-35 28.355377000000004 0.31414473684210531 157464000.00000003 83.500000000000014 315144000.00000006 11.500000000000002 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 3 6 4 8 19 12 -7 27 29 14 21 -2 -11 -9 -5 17 -8 -19 -6 -21 -4 -15 -22 28 -10 -23 -1 -16 -3 +right_child=2 9 11 15 5 7 16 10 25 13 -12 -13 -14 22 24 -17 -18 18 -20 20 23 26 -24 -25 -26 -27 -28 -29 -30 -31 +leaf_value=-0.092938708602067821 0.01217411062347239 -0.021854693548591549 0.0094711501706805489 0.099939732285427255 -0.0039479945887543255 0.054418369750189564 -0.019501580472652151 0.028873241664629134 -0.082166296222331056 0.029543354269696682 -0.10923577005328844 0.054854934932681725 0.053671143560771205 -0.02412575213773991 -0.02542921519777229 0.011354390900102687 -0.039497990948073956 0.019141965074715106 0.13015777707023343 -0.026875289650054458 0.0013123143813496903 0.055862395350476789 0.0096986775275199194 -0.069417119837751826 -0.015436185521276586 -0.022114531719541017 0.028191555917465749 0.064583908017986968 -0.061799324170822151 0.13290434062368972 +leaf_weight=722.65636482426908 2928.4507347251097 1045.4060880573834 1067.441224577713 89.927200876103598 265.28785450247005 193.13818781502914 893.63287429293678 252.19286041014129 151.82122798568309 1526.4166860691003 101.53322822876589 1328.6872539441938 453.11714296840364 505.9658785586671 873.70878600557342 479.59834837637482 555.06186792499921 452.86970768290121 54.656242894008756 517.40362519290625 99.994428991718223 705.60754659082886 2152.586470695147 1269.9445933498882 2257.043792156182 483.4622160758463 2323.4197370714337 16.9223785713815 474.60420512643543 16.767553550889716 +leaf_count=2856708 299491 232197 33230 4713 31439 15139 49117 22487 276865 68608 88257 10179 3259 86162 368053 36630 167225 37781 190 260198 49479 14698 77873 1695009 348838 218984 43827 20201 442648 45 +internal_value=0 -0.016621 0.0208422 -0.0312119 -0.0354063 -0.028973 0.00682057 -0.0191923 -0.0649069 0.00631791 -0.0227836 0.0346379 0.017735 0.0128474 -0.0205073 0.0253464 -0.0120463 -0.00117087 0.0311044 -0.0478386 -0.0540078 0.0280802 0.00326114 -0.0642545 -0.0239617 -0.036469 0.0346379 -0.0893319 -0.0382325 -0.019408 +internal_weight=0 13496.4 10762.9 8249.24 7679.71 6304.85 5337.79 4152.22 1374.86 5247.14 3959.08 5425.16 3381.57 4184.97 3857.55 569.526 1956.22 1401.16 507.526 2152.63 1887.34 4096.47 2658.55 1369.94 3605.36 635.283 3029.03 739.579 1348.31 1062.17 +internal_count=7859530 7200533 658997 6735648 6694305 3321547 557063 1285422 3372758 464885 1270283 101934 302750 232643 1182026 41343 254313 87088 37971 2036125 2004686 91755 164035 1744488 1159539 495849 58525 2876909 810701 232242 +shrinkage=0.12 + + +Tree=37 +num_leaves=31 +num_cat=0 +split_feature=11 0 0 3 0 3 7 1 2 1 1 7 2 7 2 12 1 11 2 11 0 7 6 3 12 4 6 2 2 12 +split_gain=539.453 279.776 139.03 124.808 79.9562 78.346 67.2473 63.8112 62.0178 54.0492 47.2613 47.2562 44.4673 43.9261 43.2982 41.3498 39.6434 38.3105 38.2288 36.0625 33.1338 32.5407 27.5243 26.0051 25.7802 25.4796 24.9178 24.6004 23.6463 23.1779 +threshold=0.76388888888888895 36.697481500000002 24.763925500000003 1.0000000180025095e-35 25.060102500000003 1.0000000180025095e-35 1.0000000180025095e-35 1.5000000000000002 662385600.00000012 1.5000000000000002 1.5000000000000002 2.5000000000000004 220881600.00000003 3.5000000000000004 284212800.00000006 0.26969696969696971 1.5000000000000002 0.28991596638655465 94392000.000000015 0.36931818181818188 46.836120500000007 1.0000000180025095e-35 1.0000000180025095e-35 185.50000000000003 0.63961038961038974 7.5000000000000009 1.0000000180025095e-35 249480000.00000003 1073131200.0000001 0.17519181585677754 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 3 10 4 7 11 8 -1 -5 -3 25 16 -9 -6 24 -15 -4 29 -12 -8 -19 26 -10 -21 -7 -2 -14 -18 -16 -11 +right_child=2 9 5 6 13 14 19 12 22 17 18 -13 21 15 28 -17 27 20 -20 23 -22 -23 -24 -25 -26 -27 -28 -29 -30 -31 +leaf_value=-0.096307093670260357 -0.057057227735031885 -0.018876776639640828 -0.032006523599509805 -0.010946595634095722 -0.016668863882800949 0.037230680047862702 -0.035995272143581211 -0.031498549374455502 -0.021848821962898217 -0.016944711842426238 0.035181564146256374 0.02948225312820411 -0.051579535873979121 -0.067868760893165334 0.022170019909151736 -0.015211724585140763 0.031044982200281443 0.0055141489354237332 -0.0035800786403252624 -0.0077278406368127914 0.029796762347127474 -0.079917405852474435 0.12169342796875848 0.12310078479018774 0.063292334777614312 0.066122366857233564 0.049476348521183454 -0.0013845392484022436 0.066065251416913023 0.043128135729608115 +leaf_weight=482.13123866067394 283.34169070199641 1041.2317402016088 388.59065775059935 146.10476599974118 1845.0275634973327 1007.9065996786921 877.80096142418824 1089.197306311994 22.752316895507192 805.63320502701572 442.01879580769946 1784.7561667407717 113.90400939101346 589.41998817287549 1716.5536303462104 337.84994130733821 552.12339028995484 1596.9730095441701 2140.8260386704396 1666.6094088175664 1640.316384632446 674.97435872868414 124.15033638098703 22.139488610439003 1194.6011811292265 26.412268195035722 50.775039116309927 863.78849228115723 196.98705078504281 104.45210124776713 +leaf_count=2247148 238756 232242 98842 19265 831603 14146 417373 567541 4169 129898 9283 29259 78741 786386 26775 64692 12670 72274 163835 199678 25813 1506064 5076 86 7231 15246 7826 40578 2376 4658 +internal_value=0 -0.0161588 0.0201741 -0.0301741 -0.0412771 0.0285953 -0.0100482 -0.057259 0.0444124 0.00556637 -0.00225831 0.0156373 -0.0474973 -0.0273777 0.0398947 -0.0486843 0.00194355 0.0117031 0.00305378 -0.0162661 0.0178182 -0.0682491 0.0994616 -0.00601052 0.0513667 -0.0465485 -0.0204179 0.0112615 0.0266897 -0.0100489 +internal_weight=0 13231.4 10597.9 8042.84 5183.28 7705.31 2859.56 2410.98 293.007 5188.61 2892.6 3589.26 1928.85 2772.3 4116.05 927.27 1804.5 4147.37 2582.84 2566.55 3237.29 839.653 146.903 1688.75 2202.51 309.754 164.679 1415.91 1913.54 910.085 +internal_count=7859530 7200533 658997 6735648 6090001 231877 645647 4407320 28510 464885 427120 181349 2160172 1682681 50528 851078 152090 232643 173118 617137 98087 1592631 9245 199764 21377 254002 86567 53248 29151 134556 +shrinkage=0.12 + + +Tree=38 +num_leaves=31 +num_cat=0 +split_feature=12 3 0 7 11 0 7 1 3 0 2 3 0 7 0 6 2 0 0 3 2 2 1 4 12 12 0 8 2 11 +split_gain=493.816 196.448 147.374 159.172 109.725 103.721 68.4372 65.3926 64.6733 49.9914 44.0465 42.5087 38.3549 37.417 40.6695 35.0066 38.2003 31.9378 29.4221 35.7185 28.7993 28.4132 27.735 33.1395 26.8734 26.171 25.8261 25.5569 23.8022 23.5899 +threshold=0.44949494949494956 4.5000000000000009 30.264538000000005 1.5000000000000002 0.27888888888888896 48.846755000000009 2.5000000000000004 1.5000000000000002 4.5000000000000009 51.783302000000013 63201600.000000007 131.50000000000003 24.619961000000007 1.0000000180025095e-35 40.27922800000001 1.0000000180025095e-35 402926400.00000006 21.618966000000004 22.583849000000004 52.500000000000007 599832000.00000012 284385600.00000006 1.5000000000000002 55.500000000000007 0.21980676328502416 0.16954022988505749 42.837928000000005 1.0000000180025095e-35 252417600.00000003 0.96666666666666679 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 2 3 7 -5 8 21 -1 12 -8 -9 13 -2 17 -15 16 29 -3 19 -10 -7 -4 23 -14 28 -11 -23 -17 -6 -12 +right_child=5 11 6 4 24 20 9 10 18 25 15 -13 22 14 -16 27 -18 -19 -20 -21 -22 26 -24 -25 -26 -27 -28 -29 -30 -31 +leaf_value=-0.063862514579250185 -0.011328306077161168 -0.0016509726874048465 0.0217009190716329 -0.092415456683968292 -0.039204724457710172 0.046389034326855517 -0.026591635320533297 0.015667099004464728 0.016358586370948884 -0.022110544085834724 -0.029074329144383106 0.11675140728897229 -0.011040473605123927 -0.0095471895132065651 0.037060758764341437 0.047338560263633332 -0.0483909349682239 0.069058656023337092 0.037698606985425598 -0.10273364411758094 0.015931599082416429 -0.0177257577152178 0.016691244501037216 0.096428632679051343 -0.023688045541466793 0.020153502408493222 0.028764543848770419 -0.01486876089681452 -0.08687053257577923 0.0014085806147905349 +leaf_weight=404.56107497713583 1357.9141548922116 129.47263167540314 1229.3249311844788 870.19821563215964 414.55153554465892 2113.530651849378 2460.1205076121182 633.79660489843354 163.73252617527032 318.36314233997837 763.66744644462688 66.849103089771233 926.52972500804299 728.2682953055164 428.01597683789078 176.35301223115857 710.44951795953239 317.63463079987196 1617.1082315292042 46.550627747084945 567.02938270202139 692.34535589533607 3491.5207354350641 43.216832903348404 795.3565490872187 625.35431881270779 228.94067297690162 206.35033628159817 237.22577565232984 701.25504890247066 +leaf_count=1308851 117342 6651 110466 2326815 506691 16557 727398 39224 1929 50624 483395 885 120576 85513 8759 41765 491836 5646 17094 236 5397 98984 83227 968 376760 16900 10169 79379 658725 60768 +internal_value=0 -0.0154335 -0.0210334 -0.0342169 -0.0587426 0.0196349 -0.00699689 -0.0184136 0.0125145 -0.0175846 -0.0126525 0.0230157 0.00633001 0.0191055 0.00770596 -0.0196692 -0.0255571 0.0485839 0.0322079 -0.0100159 0.0399465 0.00976057 0.0117049 -0.00624827 -0.0384927 0.00589547 -0.0061723 0.0137984 -0.0565567 -0.0144825 +internal_weight=0 13138.5 11468.2 5913.77 2317.33 10327.1 5554.45 3596.43 7646.57 3403.84 3191.87 1670.24 5819.18 1603.39 1156.28 2558.08 2175.37 447.107 1827.39 210.283 2680.56 2150.61 4461.27 969.747 1447.13 943.717 921.286 382.703 651.777 1464.92 +internal_count=7859530 7496204 7388750 6374209 3868991 363326 1014541 2505218 341372 794922 1196367 107454 322113 106569 94272 1157143 1035999 12297 19259 2165 21954 219619 204771 121544 1542176 67524 109153 121144 1165416 544163 +shrinkage=0.12 + + +Tree=39 +num_leaves=31 +num_cat=0 +split_feature=11 0 0 1 7 6 0 11 3 11 2 0 3 2 2 1 7 2 11 5 1 12 11 6 7 0 0 2 3 6 +split_gain=470.827 253.642 113.596 109.259 86.8106 84.3246 78.9354 69.175 68.7679 61.4465 40.7918 40.1115 39.9155 36.372 34.3926 33.2484 30.3262 28.5933 27.4161 27.1404 28.3794 26.4784 26.0477 25.6706 24.4703 44.4249 40.0398 24.4184 23.3297 23.2601 +threshold=0.76388888888888895 29.394558500000006 35.82988550000001 1.5000000000000002 1.0000000180025095e-35 1.0000000180025095e-35 46.836120500000007 0.36931818181818188 13.500000000000002 0.47213622291021679 189086400.00000003 17.967157500000003 61.500000000000007 662385600.00000012 688910400.00000012 1.5000000000000002 4.5000000000000009 347112000.00000006 0.097619047619047633 1.0000000180025095e-35 1.5000000000000002 0.24500000000000002 0.10762548262548265 1.0000000180025095e-35 1.0000000180025095e-35 17.276548500000001 18.277001000000002 94737600.000000015 3.5000000000000004 1.0000000180025095e-35 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 3 8 21 5 -5 9 10 11 16 -6 -2 19 -7 -15 23 -3 -9 -8 20 -4 24 -18 -13 25 -1 -27 -17 -20 -22 +right_child=2 6 12 4 7 13 18 17 -10 -11 -12 15 -14 14 -16 27 22 -19 28 -21 29 -23 -24 -25 -26 26 -28 -29 -30 -31 +leaf_value=-0.11371463653655295 -0.021223761018889821 -0.012537386837913146 -0.0267547603436664 -0.021765980910691415 -0.03874793469059111 -0.015302699386491789 -0.05219518641494672 -0.016008338182043023 0.044295326169701874 0.0014475069879773157 -0.081080458366444036 -0.036321061601485127 0.10261536407009994 0.11025262732425831 -0.23976520802375148 0.033917649775957619 -0.08603771989954713 -0.046185197515613972 0.011749621257135273 0.038510640802551586 0.0067832923141704134 -0.037637914355485115 -0.032091268897864712 0.0097673149191023004 -0.10613652211549209 0.15604853688680512 -0.071751468779923236 0.0084314462879286432 0.041365176783600056 0.043876693638379302 +leaf_weight=53.122174613872801 770.94272152938538 1337.0746994857982 181.77517604727473 354.84379958055979 708.46043162160652 50.422022385770106 84.520286931861847 1718.4203189188643 692.03889092609461 2839.9673146291943 610.16664283727812 388.95739169366607 119.73084096354432 158.50122535446053 4.1209006677963762 647.33622456289595 149.75481001730975 613.59491314320985 2054.0625804234414 2904.4110370856251 498.68321499181911 155.65028335271745 924.54466168631745 314.89469422728416 433.951762326508 23.552515397124409 20.984275363194286 3305.4691068861075 470.81095654865203 475.59102404132136 +leaf_count=70923 185515 324957 12519 126571 440208 8130 33196 459965 5639 260076 1530991 194339 952 8353 1560 11001 135012 452769 96485 41617 8717 215051 358619 54827 2617557 12864 41419 140907 5827 2964 +internal_value=0 -0.0153993 0.0190872 -0.03681 -0.0295813 0.0140637 -0.00203704 -0.0363707 0.00867159 -0.0105136 -0.0583378 0.00412922 0.0343352 0.0737358 0.10134 0.00832669 -0.0246005 -0.0239489 0.0150217 0.0323211 0.01677 -0.0811778 -0.0396135 -0.0157022 -0.093923 -0.0396357 0.0487406 0.0126055 0.0172724 0.0248912 +internal_weight=0 12766.5 10299.8 4905.79 4218.53 567.888 7860.74 3650.64 6119.64 5251.34 1318.63 5427.6 4180.19 213.044 162.622 4656.66 2411.37 2332.02 2609.39 4060.46 1156.05 687.261 1074.3 703.852 531.611 97.659 44.5368 3952.81 2524.87 974.274 +internal_count=7859530 7200533 658997 5986361 3028547 144614 1214172 2883933 592228 1078664 1971199 586589 66769 18043 9913 401074 818588 912734 135508 65817 24200 2957814 493631 249166 2742763 125206 54283 151908 102312 11681 +shrinkage=0.12 + + +Tree=40 +num_leaves=31 +num_cat=0 +split_feature=11 0 0 1 3 3 12 7 9 0 0 1 0 7 0 2 1 12 12 7 2 11 2 0 7 2 7 0 4 4 +split_gain=438.455 204.864 126.619 100.294 83.8423 76.1886 55.1779 53.9383 73.703 54.9703 51.1156 47.6721 40.9887 43.6132 39.3222 35.1219 37.4061 34.5006 34.3586 34.3354 32.136 29.6078 29.5172 27.0611 26.9628 24.7869 23.5886 29.927 27.8773 21.2375 +threshold=0.67948717948717963 36.697481500000002 22.074370000000005 1.5000000000000002 6.5000000000000009 9.5000000000000018 0.73205741626794263 2.5000000000000004 5.5000000000000009 20.790802500000002 26.917887500000003 1.5000000000000002 63.388565000000007 2.5000000000000004 27.699832000000004 315316800.00000006 1.5000000000000002 0.22902097902097904 0.93725490196078443 1.0000000180025095e-35 93960000.000000015 0.31414473684210531 94392000.000000015 26.619919000000003 1.5000000000000002 473083200.00000006 1.0000000180025095e-35 17.276548500000001 3.5000000000000004 55.500000000000007 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 3 15 10 6 7 11 9 -9 -5 26 29 13 -3 -10 16 -2 -15 25 -11 -21 -12 -13 -22 -7 -8 27 -1 -29 -4 +right_child=2 12 4 5 -6 24 18 8 14 19 21 22 -14 17 -16 -17 -18 -19 -20 20 23 -23 -24 -25 -26 -27 -28 28 -30 -31 +leaf_value=-0.10111451936155676 -0.0733867835888148 0.018747337702988073 -0.021754871446317207 -0.038694181002306122 0.044377593867042452 0.055488365145812027 0.047612699818621901 -0.026828730411704201 -0.10367540519357921 0.042310190872992356 -0.085782733425344274 0.041160789412311882 0.03007199083418078 -0.02437951751348964 -0.042765098774746227 -0.029747744862600498 0.0092381653312836719 0.0030492123649632549 -0.007902660682547016 0.017607271737809172 -0.04311751405987152 -0.025246269344770051 0.010834883900211671 -0.0096162805095795049 -0.0024592994446973101 0.02019223574293515 -0.10564165829467742 -0.050291256247970949 0.15108772727313757 0.079692564079549361 +leaf_weight=47.182094011589356 85.450360033848938 1092.7691278087436 746.38982137405583 1259.6500576073122 2001.0792685932793 207.87719030262815 1275.3152303155621 1242.0807494968062 354.11829053814677 183.23690733092235 154.73844074963756 527.85260360188113 707.07299361207697 1236.9861010874888 268.32836762228385 830.34036172614969 1025.0787508786052 1416.5385891817969 273.44577053247849 426.81545114631513 486.8709319039308 468.76214823818884 3713.7045715742534 1210.2562420815136 260.49692195328407 756.30471706701792 380.75369873670286 22.06674637024247 17.905862657322416 30.918630073392706 +leaf_count=70923 98892 68879 181923 1151693 16546 13779 14740 532724 787329 19950 408856 7108 24976 294132 151668 190789 58010 67421 11309 33832 463287 318293 117329 162329 26982 10776 2501122 45912 6336 1685 +internal_value=0 -0.016543 0.0168053 -0.029357 0.0226092 -0.0231749 0.0166614 -0.0271795 -0.0437193 -0.0185331 -0.0627736 0.00960252 0.00357314 -0.00142843 -0.0774211 -0.0110797 0.00287873 -0.00973729 0.0320306 -0.00752544 -0.0118254 -0.0402734 0.0146091 -0.0192277 0.0232614 0.0374054 -0.0927512 -0.0364194 0.0399628 -0.0177167 +internal_weight=0 11444.5 11265.9 6991.14 9325.01 5899.73 7323.93 5431.36 1864.53 3566.83 1091.41 5018.87 4453.37 3746.29 622.447 1940.87 1110.53 2653.52 2305.07 2307.18 2123.94 623.501 4241.56 1697.13 468.374 2031.62 467.908 87.1547 39.9726 777.308 +internal_count=7859530 7150423 709107 6695015 361416 3343573 344870 3302812 1471721 1831091 3351442 308045 455408 430432 938997 347691 156902 361553 36825 679398 659448 727149 124437 625616 40761 25516 2624293 123171 52248 183608 +shrinkage=0.12 + + +Tree=41 +num_leaves=31 +num_cat=0 +split_feature=11 0 3 1 0 7 8 1 0 0 7 1 2 0 2 2 0 6 3 11 8 2 7 3 9 7 2 4 2 7 +split_gain=413.036 187.445 120.72 91.7064 67.2197 76.3928 64.7418 58.266 49.5442 49.5442 43.6014 37.8584 36.4256 36.2908 32.837 31.2919 34.6185 29.5854 28.5532 26.3957 26.2434 26.0006 25.8016 28.9614 27.7703 24.592 24.2925 23.1 22.423 22.2226 +threshold=0.67948717948717963 38.267659000000002 1.0000000180025095e-35 1.5000000000000002 22.227638000000002 1.0000000180025095e-35 4.5000000000000009 1.5000000000000002 26.917887500000003 45.25187300000001 8.5000000000000018 1.5000000000000002 189518400.00000003 17.967157500000003 662385600.00000012 59054400.000000007 11.867569500000002 1.0000000180025095e-35 14.500000000000002 0.27888888888888896 10.500000000000002 221140800.00000003 2.5000000000000004 12.500000000000002 6.5000000000000009 1.0000000180025095e-35 157982400.00000003 55.500000000000007 252244800.00000003 1.0000000180025095e-35 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 3 6 8 15 14 7 27 29 18 22 20 -13 -9 -6 -5 -17 -16 -4 -10 -3 -15 23 -7 -24 -18 -27 -2 -20 -1 +right_child=2 11 9 4 5 10 -8 13 19 -11 -12 12 -14 21 17 16 25 -19 28 -21 -22 -23 24 -25 -26 26 -28 -29 -30 -31 +leaf_value=-0.034190854262842858 -0.034764480382252119 -0.021059261830984291 0.016582494107136584 -0.00023883028049449313 0.0022880113579598553 -0.010555294629831955 0.02710077301374101 -0.025579294592709887 -0.083176943597972661 0.048171985729245644 -0.082481622009423036 0.028786096955217354 0.0015035086015253384 0.023054513584879702 -0.048483125335393062 -0.020209370766892457 0.00020227617740811677 0.11956440911391986 0.057266772157492332 -0.026628054451238909 0.13166239195901816 -7.4144626844701363e-05 -0.017807994358004394 0.04039785154905471 -0.055196313812159996 -0.045836289499711594 -0.082135922376122356 0.085009691035205601 0.020773697475137274 -0.10379576954257459 +leaf_weight=81.204684414746225 819.96824553317083 817.47818993050078 3071.5738804426419 241.24890529620143 95.100809793694225 2102.5121999389803 1339.8442079550732 515.49698830667512 152.65845857642853 1440.9927862414734 142.3391574051102 1064.1421416602007 2086.0990577928696 1146.4847644136789 17.541762032771658 503.699714517026 96.259128013163945 107.10572969238729 517.37561827270838 536.81861788101332 16.500532309990376 1796.8237250795464 1221.1914070701714 173.89304661638744 373.57487949560664 557.3301750912907 507.24654349744594 23.834129006827879 456.3601642701251 354.81456073944673 +leaf_count=123171 378827 187332 75083 31114 8345 487794 18714 75476 412760 10139 125615 49732 135336 34842 2643 263567 49981 6882 3914 355019 53 103999 316952 6772 406587 289434 1390212 3550 4563 2501122 +internal_value=0 -0.0162158 0.0163907 -0.0276876 -0.0219145 -0.0134891 0.00406661 -0.00310643 -0.0591761 0.0290655 -0.0172613 0.00470106 0.0107197 0.00379096 0.0553983 -0.0406289 -0.0464827 0.0959089 0.0222592 -0.0391517 -0.018033 0.00893513 -0.0148626 -0.00666254 -0.0265671 -0.0578822 -0.0631341 -0.0313784 0.0401648 -0.0908357 +internal_weight=0 11248.8 11128.8 7264.54 6139.04 4233.26 5642.45 4302.61 1125.5 5486.3 4013.51 3984.22 3150.24 3458.81 219.748 1905.78 1664.54 124.647 4045.31 689.477 833.979 2943.31 3871.17 2276.41 1594.77 1160.84 1064.58 843.802 973.736 436.019 +internal_count=7859530 7150423 709107 6777970 3385898 1361590 615408 596694 3392072 93699 1343720 372453 185068 214317 17870 2024308 1993194 9525 83560 767779 187385 138841 1218105 494566 723539 1729627 1679646 382377 8477 2624293 +shrinkage=0.12 + + +Tree=42 +num_leaves=31 +num_cat=0 +split_feature=11 0 3 0 7 0 7 9 11 6 2 1 1 2 4 0 0 11 0 3 12 2 0 3 2 2 2 1 11 11 +split_gain=388.737 142.074 121.31 90.5471 89.225 61.4836 83.4735 48.9538 38.1309 36.3938 36.0216 33.7935 32.3074 33.4985 29.5628 28.0021 34.4074 27.5926 27.5243 27.1066 26.8809 26.1617 25.1736 27.397 24.4948 24.277 21.2312 21.0736 20.6911 19.8976 +threshold=0.51666666666666672 25.060102500000003 4.5000000000000009 33.324993000000006 1.5000000000000002 48.846755000000009 1.5000000000000002 5.5000000000000009 0.84523809523809534 1.0000000180025095e-35 94564800.000000015 1.5000000000000002 1.5000000000000002 157896000.00000003 1.0000000180025095e-35 1.0000000180025095e-35 23.117341500000006 0.18465909090909094 20.077880000000004 7.5000000000000009 0.68333333333333346 662385600.00000012 27.826315500000003 61.500000000000007 315748800.00000006 93960000.000000015 38923200.000000007 1.5000000000000002 0.88194444444444453 0.29705882352941182 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 4 3 8 9 6 19 -6 -2 10 -1 17 14 -14 26 -11 -17 -8 27 -3 -15 -18 -4 28 -13 -9 -5 -10 -24 -7 +right_child=2 5 22 12 7 29 11 25 18 15 -12 24 13 20 -16 16 21 -19 -20 -21 -22 -23 23 -25 -26 -27 -28 -29 -30 -31 +leaf_value=-0.0081814955758426362 -0.022665009865049473 0.0026303725749382565 0.016363943516948882 0.037082761679802227 -0.034608196677680746 -0.0063185019195811836 -0.10456649302000257 -0.054719933106233035 -0.067811886364839799 0.13818116841810382 -0.050949731027509493 -0.010537852095735038 0.043143180402309265 0.0089888849882431045 0.033790525258205216 -0.02409027655033873 -0.024931502844715316 -0.039130115420847961 0.0072618104799221277 0.055339180801230195 0.032631918614713006 0.11262643305035075 0.01824137728573386 0.082609798752203367 -0.033728275410521424 -0.10431875629747082 -0.022926764524509022 -0.0098132033220235566 0.045220766074500249 0.023245503482104201 +leaf_weight=459.47109818511456 1210.7395459925083 1255.4857735001933 790.93963478853402 99.188372274475114 359.57333953409466 518.45124225000836 108.40055464445413 203.30926292885147 100.02113292700324 22.882044585041001 740.83663691651884 1635.2916949061309 941.25195055988661 1983.4086703521643 251.82349641477049 225.0162332046803 30.588617616507634 644.21105094766199 3064.5884529367295 158.1727537754341 1063.9088747301612 56.946642027794098 590.74268655034939 209.7526167537726 1095.0946544868289 472.95163528657008 588.25057124742852 917.54592546086315 1333.4238590419645 891.48682858623943 +leaf_count=241879 266531 313205 11935 7952 672006 73998 375897 287393 146770 1705 1436350 376385 10843 54522 12165 221696 17705 635305 290772 5718 8925 11096 7708 1632 372662 1799898 48773 110920 13419 23765 +internal_value=0 -0.0193995 0.0131019 0.00693519 -0.0431718 -0.00970596 -0.0160638 -0.0703884 -0.00396311 -0.0248136 -0.0345789 -0.0260454 0.0186408 0.0233559 -0.0013817 0.0101301 0.000743108 -0.0485589 0.00158387 0.00852895 0.0172436 0.0645656 0.0346508 0.0414285 -0.0198393 -0.0894106 -0.0142669 -0.015516 0.0369382 0.0123746 +internal_weight=0 8878.17 13145.6 10220.7 2571.58 6306.59 4896.66 1035.83 5292.9 1535.74 1200.31 3483 4927.83 3988.57 939.262 335.434 312.551 752.612 4082.16 1413.66 3047.32 87.5353 2924.86 2133.92 2730.39 676.261 687.439 1017.57 1924.17 1409.94 +internal_count=7859530 6866663 992867 958173 4689728 2176935 2079172 2759297 814993 1930431 1678229 1760249 143180 74290 68890 252202 250497 1011202 548462 318923 63447 28801 34694 22759 749047 2087291 56725 257690 21127 97763 +shrinkage=0.12 + + +Tree=43 +num_leaves=31 +num_cat=0 +split_feature=12 3 0 1 0 0 3 3 7 9 7 0 12 2 7 2 0 7 6 7 2 0 11 3 10 5 1 8 4 3 +split_gain=369.245 136.885 80.6914 80.1216 61.6525 58.9626 57.3502 55.92 52.3263 51.4077 42.9849 37.9605 37.4094 29.1546 28.6274 26.7643 26.1048 25.7467 35.5562 24.6379 22.9952 23.3837 21.8262 21.084 20.8888 20.3554 19.1183 28.2048 20.0776 19.7878 +threshold=0.44949494949494956 1.0000000180025095e-35 48.846755000000009 1.5000000000000002 26.917887500000003 35.053196000000007 26.500000000000004 1.5000000000000002 2.5000000000000004 5.5000000000000009 2.5000000000000004 29.729864000000003 0.20344827586206901 378907200.00000006 1.0000000180025095e-35 32097600.000000004 26.917887500000003 1.0000000180025095e-35 1.0000000180025095e-35 1.0000000180025095e-35 32097600.000000004 21.372305500000003 0.82575757575757591 140.00000000000003 3.5000000000000004 1.0000000180025095e-35 1.5000000000000002 6.5000000000000009 3.5000000000000004 101.00000000000001 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 3 7 4 14 8 10 20 13 25 11 15 -12 19 -1 -3 -11 18 -17 -5 -2 -22 -9 26 -6 -10 27 -4 -29 -28 +right_child=2 6 23 5 24 -7 -8 22 9 16 12 -13 -14 -15 -16 17 -18 -19 -20 -21 21 -23 -24 -25 -26 -27 29 28 -30 -31 +leaf_value=-0.046671616120130419 0.038410134139653364 0.041338965778951249 -0.032479714691512368 0.0062801720936029627 -0.037857212913558945 0.00056181734999075333 0.042625412212776874 -0.00010413120285620259 0.010073596270168451 -0.11268356758980684 -0.034932160768809957 0.024959523739353305 0.0029677963717009244 -0.035489487506097088 -0.10592463418082769 -0.0069152855818570003 -0.045579694681706015 -0.026958268853622055 0.061434800014519828 -0.020313191820141817 -0.022804380984805916 0.004349720982927136 0.030196369828121718 0.13273894442593903 0.012846803578652167 -0.041168953760985401 0.040176054431694058 0.017722292785533268 0.10483686652705117 -0.13194955720633408 +leaf_weight=193.06125198485091 251.78951764604426 163.61990037737496 140.89047834646772 822.35967320055602 1052.0258898733637 1826.4228386674795 458.41690232166093 407.76708454560867 147.05645482052734 213.73268659956125 847.04500968981392 1043.7272199203962 672.97439742693678 925.6207051415663 299.93891442031514 598.69002487311991 137.07763439779762 669.31374597015224 134.12474223156937 1286.3972724640741 518.44585345008409 3831.0254740754322 2133.039705975325 32.087486225413159 131.62661821167967 463.21719875934292 2070.4370775227617 188.03268627276702 47.753064583986998 9.6341067579342035 +leaf_count=334754 14373 8835 5440 118599 926665 192268 16973 7560 100294 636279 312968 45420 42451 782593 2470408 44549 128144 260640 8170 754465 54054 237569 27816 153 8669 303060 14642 1405 199 115 +internal_value=0 -0.0139675 0.0175287 -0.0239566 -0.0470706 -0.0172998 0.00235892 0.0110446 -0.0254647 -0.0498657 -0.00211136 0.00723275 -0.0181526 -0.0177358 -0.0827251 -0.00458416 -0.0864692 -0.00994388 0.00559661 -0.00994254 0.0031541 0.00111289 0.0253336 0.0361356 -0.0322186 -0.0288212 0.0348722 0.00999525 0.0353765 0.0393769 +internal_weight=0 12086.4 9630.9 7498.54 1676.65 5821.88 4587.91 7142.07 3995.46 961.084 4129.5 2609.48 1520.02 3034.38 493 1565.75 350.81 1402.13 732.815 2108.76 4601.26 4349.47 2540.81 2488.83 1183.65 610.274 2456.75 376.676 235.786 2080.07 +internal_count=7859530 7496204 363326 6756198 3740496 3015702 740006 341372 2823434 1167777 723033 367614 355419 1655657 2805162 322194 764423 313359 52719 873064 305996 291623 35376 21954 935334 403354 21801 7044 1604 14757 +shrinkage=0.12 + + +Tree=44 +num_leaves=31 +num_cat=0 +split_feature=11 0 0 1 7 9 3 3 0 7 3 0 0 1 2 2 12 6 2 7 2 7 1 6 5 4 2 0 3 5 +split_gain=343.538 181.861 89.733 58.5511 48.9998 69.5496 47.2491 44.3892 41.6714 40.1951 36.7193 32.2376 31.6084 36.718 30.6962 30.355 30.3087 27.7672 27.2665 28.6515 27.1807 23.019 22.6305 28.118 20.5814 19.2039 19.027 18.7197 18.6341 18.2715 +threshold=0.76388888888888895 31.763350000000006 31.097620000000003 1.5000000000000002 2.5000000000000004 5.5000000000000009 1.5000000000000002 1.5000000000000002 20.790802500000002 1.0000000180025095e-35 39.500000000000007 51.783302000000013 55.906434000000004 1.5000000000000002 94824000.000000015 662385600.00000012 0.24500000000000002 1.0000000180025095e-35 315921600.00000006 1.5000000000000002 157464000.00000003 1.5000000000000002 1.5000000000000002 1.0000000180025095e-35 1.0000000180025095e-35 39.500000000000007 662472000.00000012 26.619919000000003 35.500000000000007 1.0000000180025095e-35 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 3 7 16 8 24 11 22 -5 15 12 18 13 -4 -11 -10 21 -17 19 -3 -15 25 23 -2 -6 -1 28 -16 -14 -19 +right_child=2 6 10 4 5 -7 -8 -9 9 14 -12 -13 26 20 27 17 -18 29 -20 -21 -22 -23 -24 -25 -26 -27 -28 -29 -30 -31 +leaf_value=-0.061107304966294608 -0.048813521832413824 0.031268187258992414 -0.0097630828504235729 -0.033360738790708812 -0.0005819984806681211 -0.084228348947172377 0.017373610421375134 0.022270020982390809 -0.0042878092368544051 0.013494053440534377 0.070497289912030414 0.0099815890520624888 0.051637727066754915 0.046700849396521388 -0.041361345790808746 -0.054772706512662167 -0.025307948787303282 0.12407812265504922 -0.02428522893454239 -0.0090256960073093872 0.019092942169788858 -0.10288820073269798 0.0011506724160104678 0.0079988579864107377 -0.036958007389240211 0.067376286015203735 0.0090703013220422742 -0.0093646514130331406 -0.11129000305109378 -0.37215930999841867 +leaf_weight=209.83234810548501 314.44338066626733 299.31666348004137 518.9993425700668 1235.3784683818335 306.52734186300154 421.39137943875676 1633.6408191916034 1405.2168762865022 88.66994841797441 506.41351477653825 272.16284759889822 1287.4893918380913 927.7109404783987 642.92225916113421 440.414108691965 15.812212373713917 220.84272867084184 86.231926229901546 1524.5716133119199 1681.7457989627128 2551.4295536197842 264.65243531295147 2661.0656403397843 208.68782969558561 831.67511477205312 18.18032282750417 199.7222882869537 654.72066088159443 10.192591418744994 1.0535965492890671 +leaf_count=1078758 257943 29234 46249 1161858 133460 892530 68322 24855 11222 53261 1957 72875 5744 6608 451501 3595 250898 6845 317492 388412 50312 1801258 195125 68557 346074 19520 1595 113335 52 83 +internal_value=0 -0.0138226 0.0166917 -0.0302743 -0.0253011 -0.0425822 -0.000250548 0.00450509 -0.016402 -0.00471911 0.0276086 -0.00625746 0.0252019 0.0198401 -0.010936 0.047195 -0.0622528 0.0914616 -0.0122215 -0.00293735 0.0246499 -0.0788112 -0.00333488 -0.0261507 -0.0271619 -0.0508553 0.0427023 -0.0222331 0.0498636 0.117962 +internal_weight=0 11728.6 9712.55 5301.8 4588.29 1559.59 6426.76 4589.41 3028.69 1793.32 5123.14 4793.12 4850.98 3713.35 1601.55 191.768 713.508 103.098 3505.63 1981.06 3194.35 492.665 3184.2 523.131 1138.2 228.013 1137.63 1095.13 937.904 87.2855 +internal_count=7859530 7200533 658997 6324198 3173764 1372064 876335 546480 1801700 639842 112517 808013 110560 103169 618097 21745 3150434 10523 735138 417646 56920 2899536 521625 326500 479534 1098278 7391 564836 5796 6928 +shrinkage=0.12 + + +Tree=45 +num_leaves=31 +num_cat=0 +split_feature=12 3 3 0 7 11 8 3 1 7 0 1 4 2 2 12 0 7 9 2 0 2 2 7 12 7 0 2 11 9 +split_gain=323.382 105.179 70.5182 68.7796 67.047 69.1222 55.5451 49.2429 47.84 36.4261 39.0986 31.7855 30.4466 29.917 27.5745 25.6558 24.2866 22.6426 27.8017 22.5013 24.5928 21.1287 20.2516 20.0425 25.6075 19.7317 18.7227 18.3742 17.8884 17.4364 +threshold=0.44949494949494956 1.0000000180025095e-35 8.5000000000000018 30.880862000000004 1.5000000000000002 0.27888888888888896 4.5000000000000009 29.500000000000004 1.5000000000000002 1.0000000180025095e-35 28.355377000000004 1.5000000000000002 20.500000000000004 378907200.00000006 94392000.000000015 0.62019230769230782 18.841907500000001 1.5000000000000002 5.5000000000000009 756993600.00000012 37.701621500000009 252763200.00000003 32097600.000000004 4.5000000000000009 0.18898809523809526 8.5000000000000018 51.783302000000013 38923200.000000007 0.96666666666666679 2.5000000000000004 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 3 6 4 13 -6 8 9 12 16 22 27 -2 -1 -10 19 -3 -13 -19 20 -16 -8 -11 -12 -25 -20 -4 -5 -17 -7 +right_child=2 7 26 11 5 29 21 -9 14 10 23 17 -14 -15 15 28 -18 18 25 -21 -22 -23 -24 24 -26 -27 -28 -29 -30 -31 +leaf_value=-0.011720510769257267 -0.027587058799506594 -0.013871225351342963 0.031743953974363158 0.01266843240084198 -0.088518931024142961 -0.023560148216311756 0.043362366942941245 0.041235505855587849 0.035649363182055555 0.014857197147932964 0.0070851358373977052 0.021456959531867905 0.054486473409429706 -0.040741509991383713 -0.01379828235894099 -0.037267059877384434 0.02914395713866998 -0.00079554328581609855 -0.027419428610599813 0.028632150987462936 0.012129730687251461 0.018845617890405234 -0.036527991582156027 -0.039640545508854326 0.0090567782015484426 -0.11859378740171882 0.061388301396409196 -0.034881853480545767 0.022071319190631006 -0.059508164122251954 +leaf_weight=1637.0527403873944 781.01550458564088 258.13735840930531 1271.9708395377893 136.10733261081282 520.6842275338812 667.26511854156138 814.11105240164034 402.20977566410147 540.54744193129045 127.82703630710603 1550.5685111670464 459.70267221833433 70.976359111667989 743.97097197714584 1483.13520142364 76.963698593724985 705.62600465833975 1576.4253882453149 379.65389653810394 336.50978726197354 816.91135362584828 1338.4485085226988 811.51689019982905 354.39632783802517 277.02395772078853 37.537731280447133 404.36832000184768 833.89513441309896 1469.8097047832271 274.13588765389193 +leaf_count=1315965 175026 30065 12375 59354 2164519 608473 10045 15121 7613 12841 101377 34087 4002 1023475 74840 4007 27777 175764 86613 12877 16891 18079 472787 69524 10514 30701 2265 431764 25306 825483 +internal_value=0 -0.0132703 0.0165848 -0.0221908 -0.0332096 -0.0534361 0.0117453 0.00117492 0.0054243 -0.00276963 -0.00906617 -0.00982075 -0.0207481 -0.0207888 0.0101448 0.00684903 0.0176226 -0.00254986 -0.00808576 -0.000348934 -0.00458935 0.0281185 -0.0295352 -0.000254001 -0.0182761 -0.035631 0.0388958 -0.0282096 0.0191181 -0.0340298 +internal_weight=0 11753.7 9404.77 7266.43 3843.11 1462.09 7728.43 4487.31 5575.87 4085.1 3121.33 3423.32 851.992 2381.02 4723.88 4183.33 963.763 2453.32 1993.62 2636.56 2300.05 2152.56 939.344 2181.99 631.42 417.192 1676.34 970.002 1546.77 941.401 +internal_count=7859530 7496204 363326 6756198 5937915 3598475 348686 740006 320562 724885 667043 818283 179028 2339440 141534 133921 57842 327165 293078 104608 91731 28124 485628 181415 80038 117314 14640 491118 29313 1433956 +shrinkage=0.12 + + +Tree=46 +num_leaves=31 +num_cat=0 +split_feature=11 0 0 7 0 3 0 11 9 0 3 3 2 11 3 2 7 10 7 2 2 2 0 8 0 2 2 2 11 12 +split_gain=300.422 110.332 97.7617 91.3 67.9383 61.5961 56.5216 38.5849 37.1558 34.5728 31.0892 26.2308 25.6499 24.5336 24.1558 23.6424 23.0906 22.0162 25.0789 20.4443 19.5931 18.7226 18.7127 18.1117 17.9284 36.7666 17.9577 17.7305 17.5962 17.5113 +threshold=0.51666666666666672 41.01957500000001 40.27922800000001 1.5000000000000002 27.250207500000005 8.5000000000000018 20.998939000000004 0.86190476190476206 7.5000000000000009 20.077880000000004 61.500000000000007 12.500000000000002 284040000.00000006 0.89444444444444449 3.5000000000000004 346766400.00000006 8.5000000000000018 3.5000000000000004 24.500000000000004 346766400.00000006 1685620800.0000002 662904000.00000012 11.867569500000002 1.5000000000000002 -1.0000000180025095e-35 662385600.00000012 63201600.000000007 63892800.000000007 0.23303167420814483 0.93725490196078443 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 3 5 6 8 7 24 -2 -5 -9 13 -8 22 -4 17 -11 -6 18 -3 -7 -19 -17 -10 -23 25 -1 -26 -24 -18 -15 +right_child=2 14 10 4 16 19 11 9 12 15 -12 -13 -14 29 -16 21 28 20 -20 -21 -22 23 27 -25 26 -27 -28 -29 -30 -31 +leaf_value=-0.11669249613291899 -0.014795875134836205 -0.0041789094639972822 0.014261309845231508 -0.037817057978753059 -0.023161029517189555 0.040469918000623419 -8.3660424503770157e-05 -0.014620380834486165 0.0038562936241788009 0.017720317977248653 0.08918739830332216 0.056535150660539199 -0.11759647056387981 0.036039850942152445 0.034589377832752857 -0.01024919698956453 -0.088425308526663235 0.031726538812834118 -0.1297208588734528 0.0070075297604644442 -0.22914953467953197 -0.03444686392524865 -0.045859284622802428 0.021997280013328811 -0.0071298834209346327 0.14880584640033231 -0.0438532279911555 -0.096176042624906199 -0.01307307405000032 -0.0024197397571063682 +leaf_weight=11.548656155857314 1875.1565475146563 1606.5380053963981 1769.6136109882809 485.97402093437017 2033.329838570568 799.28349717681704 1509.1907889997215 1017.9380378688911 49.308035811525087 2438.0361189976334 111.30490266653942 127.77783599203212 198.6771635318907 2151.4039625491678 334.74467781299609 1095.500000800318 143.99736698670313 318.56888657140735 23.21516292153683 391.81242262927117 4.1707090224954291 94.105817573437434 178.05873854080221 627.95551342692488 258.53311215960707 21.360170320696852 742.38940459719129 232.82659380089098 64.677899614336638 185.14677795102762 +leaf_count=9433 313466 215114 34949 933950 910958 9458 902891 259085 35119 178339 984 6399 1210733 29196 8809 89852 180799 8639 11586 5742 101 24466 246111 43197 102679 3597 1215758 844720 19267 4133 +internal_value=0 -0.0176477 0.0117277 -0.0261263 -0.0392086 0.0041982 -0.00953629 -1.14444e-05 -0.0629925 0.00524564 0.0266168 0.00433682 -0.081559 0.0249201 0.00480749 0.00999765 -0.027063 -0.000298913 -0.00596956 0.0294629 0.0283343 -0.000361475 -0.065994 0.0146398 -0.0315025 0.0556134 -0.0343683 -0.074376 -0.0650755 0.0329923 +internal_weight=0 8344.89 12557.3 6057.65 3386.85 8339.79 2670.8 7148.69 1144.84 5273.54 4217.47 1636.97 658.871 4106.16 2287.24 4255.6 2242.01 1952.49 1629.75 1191.1 322.74 1817.56 460.193 722.061 1033.83 32.9088 1000.92 410.885 208.675 2336.55 +internal_count=7859530 6866663 992867 6622414 4381657 923605 2240757 908405 3270633 594939 69262 909290 2336683 68278 244249 335854 1111024 235440 226700 15200 8740 157515 1125950 67663 1331467 13030 1318437 1090831 200066 33329 +shrinkage=0.12 + + +Tree=47 +num_leaves=31 +num_cat=0 +split_feature=12 1 0 7 0 0 0 1 3 2 7 0 4 0 7 2 8 2 0 12 9 6 11 11 2 0 12 3 2 2 +split_gain=282.659 102.79 64.5655 73.7138 64.1476 63.576 55.8682 51.3129 42.7169 40.4589 38.862 31.595 27.6764 26.9268 26.5902 25.2967 25.332 24.2583 30.9909 23.5043 23.0614 22.2754 21.9488 21.5862 20.4576 21.2983 20.0681 19.7083 34.6147 27.277 +threshold=0.44949494949494956 1.5000000000000002 20.353565500000006 2.5000000000000004 33.642312000000004 25.373452000000004 27.360587500000005 1.5000000000000002 5.5000000000000009 347284800.00000006 1.0000000180025095e-35 38.267659000000002 6.5000000000000009 63.388565000000007 1.0000000180025095e-35 434980800.00000006 1.0000000180025095e-35 1198843200.0000002 48.846755000000009 0.62019230769230782 6.5000000000000009 1.0000000180025095e-35 1.0333333333333334 0.14907407407407411 59054400.000000007 1.0000000180025095e-35 0.93725490196078443 12.500000000000002 688910400.00000012 631368000.00000012 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 6 10 8 -5 27 14 12 11 19 24 15 22 20 -1 -4 21 18 -11 -9 -6 -17 -7 -8 -3 -26 -21 -2 29 -29 +right_child=5 2 3 4 13 7 23 9 -10 17 -12 -13 -14 -15 -16 16 -18 -19 -20 26 -22 -23 -24 -25 25 -27 -28 28 -30 -31 +leaf_value=-0.041184842452721464 -0.0098071372995422249 0.037902667410059217 0.003303807535210054 -0.040922276072179541 -0.0050531739718101092 -0.0083123887067852315 -0.081371508970274814 0.022435802852307295 0.035401623261160475 -0.00018956871957697121 -0.042637000846900981 0.025214897194865884 0.041874043084315575 0.026426366058550959 -0.09950042790555437 -0.026170065837959333 -0.031279957362975203 0.043683809083976732 0.029664552461441465 0.045046978570589577 -0.042346129818720844 0.079456465196257736 -0.17829895826411415 -0.021743458676458324 0.072106992910838122 -0.019898452821952895 -0.0022499848886966063 0.033953582462021417 0.13429546664385644 -0.089544064615924651 +leaf_weight=191.51142871358081 1515.3189907055275 115.17408843488465 2296.2447745495056 1050.536371574688 1637.952580650315 997.05633807055528 94.931855801939719 1683.3099426582994 660.65837916708097 1607.9357386357806 1070.1020818926302 704.89524199702282 172.19778329505425 334.06528628706292 273.43888658312824 54.25081382239398 642.36115829669211 333.94739627580566 727.11625400816229 1840.011368964786 279.49897716596956 61.107187338807421 11.029576803019152 1102.494881065684 37.847314214439393 834.06316460986977 138.93314846488647 110.60900809435407 37.716016568243504 33.537525163032115 +leaf_count=339873 132058 3771 467354 965351 159807 111747 242675 34325 26803 45866 1417258 28672 7062 11342 2560711 47676 269793 6211 6221 13842 83707 9937 1856 642944 2737 215793 2534 1172 137 295 +internal_value=0 -0.0125956 -0.00790584 -0.00287283 -0.0164371 0.0156491 -0.040182 0.0203885 0.00726177 0.0246708 -0.0267967 0.00231566 -0.00258254 -0.00501214 -0.0754846 -0.00296998 -0.0219819 0.0134337 0.00910702 0.03286 -0.0104898 0.0297883 -0.0101775 -0.0264727 -0.0096234 -0.0159024 0.0417265 -0.00532715 0.0319966 0.00520763 +internal_weight=0 11441.1 9778.76 7721.57 3302.05 9208.72 1662.38 7511.54 4419.52 6331.25 2057.19 3758.86 1180.28 2251.52 464.95 3053.96 757.719 2669 2335.05 3662.25 1917.45 115.358 1008.09 1197.43 987.085 871.91 1978.94 1697.18 181.863 144.147 +internal_count=7859530 7496204 3710001 2070442 1220207 363326 3786203 229664 850235 108999 1639559 823432 120665 254856 2900584 794760 327406 58298 52087 50701 243514 57613 113603 885619 222301 218530 16376 133662 1604 1467 +shrinkage=0.12 + + +Tree=48 +num_leaves=31 +num_cat=0 +split_feature=11 0 3 7 7 11 0 1 0 0 8 3 1 2 1 2 6 3 2 0 7 2 12 2 2 2 2 7 9 5 +split_gain=275.086 152.407 80.9402 49.9844 41.8643 86.2551 41.3588 39.5956 32.3819 29.4162 26.4826 26.0585 25.7615 27.2805 23.313 22.7171 28.016 21.8762 21.112 20.6517 22.413 20.49 20.0401 19.9515 19.2881 19.1069 17.5816 17.4956 16.7472 17.4137 +threshold=0.80909090909090919 33.981020000000008 1.0000000180025095e-35 2.5000000000000004 1.5000000000000002 0.27888888888888896 46.836120500000007 1.5000000000000002 20.998939000000004 27.946536000000005 1.0000000180025095e-35 38.500000000000007 1.5000000000000002 315144000.00000006 1.5000000000000002 662385600.00000012 1.0000000180025095e-35 23.500000000000004 94910400.000000015 27.699832000000004 8.5000000000000018 59054400.000000007 0.24500000000000002 221227200.00000003 126273600.00000001 249480000.00000003 284212800.00000006 1.5000000000000002 5.5000000000000009 1.0000000180025095e-35 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 4 3 7 8 14 12 -2 -1 24 15 26 -3 -14 -6 -10 -17 -8 -12 21 -21 -16 23 -7 -4 -9 27 -11 29 -23 +right_child=2 6 9 -5 5 22 17 25 10 11 18 -13 13 -15 19 16 -18 -19 -20 20 -22 28 -24 -25 -26 -27 -28 -29 -30 -31 +leaf_value=-0.029441330647204719 -0.032870358028412143 -0.030595050498800083 0.036492828440886263 0.02326913458359962 -0.10944470603810902 -0.024053853590120973 0.010526044817239719 0.014874921558840759 0.0050027213820494371 0.024600149784534051 0.013504279010237263 0.068517006608456013 0.0091763955455888366 -0.015355049956458417 -0.00081843518578159687 -0.015346511769745943 0.11459386071013829 0.060030906902493922 -0.022948967752194037 -0.019629506071418609 -0.11489052324399263 0.032729679490664146 -0.01627230972922632 -0.062105713044415325 0.0056680722334050988 -0.0064685169630651152 0.020724574266419247 0.052495848740292547 -0.098561942176912262 -0.076793923877541762 +leaf_weight=1002.7283824179606 562.26032565119203 565.65628952149473 397.55832237160939 1401.1330994353339 152.72864810280453 515.82575998839934 2390.1497762949721 1032.4043386574108 183.47328805911849 570.12727079114484 354.3867435825473 292.02112189178297 1388.3610569567813 1232.0365091901017 48.015989005183428 34.820915557262282 76.063137937384312 135.81830997241195 645.3740894744351 249.97592128353909 41.439402049343244 31.447163612952764 1820.8912617867554 322.49858147050713 1104.0593130876732 1455.3727446466796 1285.3372871694937 749.45355863720761 283.89302920047152 62.242389936027038 +leaf_count=1331467 345761 264909 7839 26696 1244497 515567 135573 46873 151009 9748 132915 2208 112727 145559 20117 43992 11161 1488 538712 155285 49493 49499 511121 747528 35957 142473 22422 4927 913901 138106 +internal_value=0 -0.0122078 0.0159158 0.0045076 -0.0258642 -0.0340708 0.00172075 -0.00411125 -0.0132549 0.0274604 -0.000712618 0.0345257 -0.00737119 -0.00235764 -0.0668747 0.0309218 0.0737956 0.0131885 -0.0100273 -0.0578028 -0.0331861 -0.0746548 -0.0233411 -0.0386939 0.0138296 0.00238888 0.0307144 0.0404443 -0.0840436 -0.0400333 +internal_weight=0 11537.8 8849.73 4451.17 5825.8 3528.96 5712.02 3050.04 2296.85 4398.56 1294.12 2896.94 3186.05 2620.4 869.743 294.357 110.884 2525.97 999.761 717.014 291.415 425.599 2659.22 838.324 1501.62 2487.78 2604.92 1319.58 377.583 93.6896 +internal_count=7859530 7214626 644904 561803 6554370 4345114 660256 535107 2209256 83101 877789 39305 523195 258286 2570898 206162 55153 137061 671627 1326401 204778 1121623 1774216 1263095 43796 189346 37097 14675 1101506 187605 +shrinkage=0.12 + + +Tree=49 +num_leaves=31 +num_cat=0 +split_feature=12 1 3 3 0 7 8 0 7 1 11 9 7 7 2 6 2 0 7 9 4 10 2 0 0 0 2 2 2 11 +split_gain=258.456 85.1766 60.4971 57.2308 51.7934 66.6205 48.8582 48.2174 43.0641 37.9668 31.0796 30.0056 24.7186 23.7801 21.2909 22.3891 22.4483 19.3613 19.8397 19.5997 18.5349 18.3332 18.2813 19.9374 18.227 19.8097 17.2887 17.135 16.7302 16.5376 +threshold=0.44949494949494956 1.5000000000000002 4.5000000000000009 9.5000000000000018 30.264538000000005 1.0000000180025095e-35 4.5000000000000009 27.360587500000005 1.5000000000000002 1.5000000000000002 0.27888888888888896 6.5000000000000009 1.0000000180025095e-35 1.5000000000000002 63201600.000000007 1.0000000180025095e-35 441979200.00000006 55.906434000000004 5.5000000000000009 1.5000000000000002 20.500000000000004 4.5000000000000009 62856000.000000007 21.372305500000003 -1.0000000180025095e-35 18.909438000000005 1373025600.0000002 59054400.000000007 599486400.00000012 0.90454545454545465 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 7 6 4 5 14 9 12 -6 20 13 17 -1 -7 -3 16 -16 18 19 -10 -2 -9 -11 -24 -17 -26 -5 -15 -18 -8 +right_child=2 3 -4 26 8 10 29 21 11 22 -12 -13 -14 27 15 24 28 -19 -20 -21 -22 -23 23 -25 25 -27 -28 -29 -30 -31 +leaf_value=-0.039123390978767887 -0.025960982321807304 0.028490856365033408 0.032728039912998878 0.023061543064310047 0.022740212966114427 -0.019863289638289209 0.012282566955862197 -0.029134863589721591 -0.0058037501404431431 0.039906034032778252 -0.023999984297858407 -0.030344082998491693 -0.096863665850661224 -0.0029491158701268338 -0.0023762710829641031 0.15967622858631447 -0.091746262584521052 0.019849752480721686 -0.025561563860594421 0.029545590979196183 0.03927375495082782 0.031053117111273683 -0.01698407546433138 0.0092017752878452621 -0.029174441821479258 0.053527424957307571 -0.18681109433502366 -0.076500127219131298 -0.025587613102695906 0.035014418992266504 +leaf_weight=188.06571776208017 741.37489608129181 286.53330074887253 2144.3745060654437 851.54591974159848 864.30197886325959 209.41627374368306 770.31804415764418 1084.5031585139118 1260.9244822127803 242.98027267682482 2118.5083854797949 655.09313519807029 247.13716602942981 51.190071396225846 907.56556609921245 14.683453099190954 65.949797302331831 491.06342873262474 577.49584998152113 275.12143615470904 68.487860801365969 78.101259427327932 477.47601037025743 3399.5217247214641 69.312378987997477 104.63276383794107 5.6602228408682995 418.65901920220102 332.31132524675411 1147.3086890862305 +leaf_count=339873 174954 10032 23102 50631 54640 246120 13197 882777 91982 3059 1429790 167219 2560711 22500 135807 280 22712 17790 118715 29370 3999 2842 29836 101393 18707 8311 598 1193693 91104 13786 +internal_value=0 -0.0122004 0.0151393 -0.00791405 -0.010828 -0.0196136 0.00963098 -0.0378461 -0.0010735 0.00330898 -0.0311623 -0.00738781 -0.0719166 -0.0534982 -0.00147151 -0.00721668 -0.0127992 -0.00161371 -0.00660078 0.00052813 -0.020443 -0.0250909 0.00797802 0.00597672 0.0314255 0.0205736 0.0216692 -0.0684874 -0.0365492 0.0258833 +internal_weight=0 11157.8 8991.84 9559.97 8702.76 4578.76 6847.47 1597.81 4124 4929.84 2797.77 3259.7 435.203 679.265 1780.99 1494.46 1305.83 2604.61 2113.54 1536.05 809.863 1162.6 4119.98 3877 188.629 173.945 857.206 469.849 398.261 1917.63 +internal_count=7859530 7496204 363326 3710001 3658772 3179056 340224 3786203 479716 313241 2892103 425076 2900584 1462313 286953 276921 249623 257857 240067 121352 178953 885619 134288 131229 27298 27018 51229 1216193 113816 26983 +shrinkage=0.12 + + +Tree=50 +num_leaves=31 +num_cat=0 +split_feature=11 0 0 3 1 11 0 7 0 7 2 1 0 11 7 9 2 0 2 5 10 2 2 12 7 0 3 3 7 11 +split_gain=247.646 131.04 68.0822 44.7399 40.1626 35.0579 34.3932 36.7304 31.273 29.3085 26.4412 26.0033 23.6391 25.2837 21.7554 23.7266 21.4317 22.6721 20.0297 20.3356 19.3971 18.6432 18.2215 17.9373 17.1463 30.2493 16.9391 17.1472 15.9858 16.9644 +threshold=0.76388888888888895 35.82988550000001 24.424139000000004 2.5000000000000004 1.5000000000000002 0.28991596638655465 22.323515500000003 1.0000000180025095e-35 55.906434000000004 9.5000000000000018 662385600.00000012 1.5000000000000002 25.373452000000004 0.27888888888888896 1.5000000000000002 5.5000000000000009 347371200.00000006 46.836120500000007 94824000.000000015 1.0000000180025095e-35 1.5000000000000002 94392000.000000015 284040000.00000006 0.16333333333333336 1.0000000180025095e-35 17.276548500000001 65.500000000000014 87.500000000000014 5.5000000000000009 0.05634920634920635 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 4 11 8 12 23 14 10 -4 18 -8 -2 24 -14 -6 -16 17 26 -9 20 -20 -13 -17 28 25 -1 -7 -28 -3 -30 +right_child=2 5 3 -5 6 16 7 9 -10 -11 -12 21 13 -15 15 22 -18 -19 19 -21 -22 -23 -24 -25 -26 -27 27 -29 29 -31 +leaf_value=-0.094164820526237494 -0.040255323732536166 -0.002502594288715472 0.0094971063554422988 0.034905163408121428 -0.021570551143874399 0.005719115747868141 -0.0030614857655450801 0.0032156214972290978 0.036110053556205751 -0.10031630548704112 0.093622701546454065 0.025592236152272883 -0.087414204728480244 -0.021552972314492467 -0.030348237849241858 -0.055782676078989984 -0.0031731733267345808 0.028036366982009047 -0.012376537656996565 -0.02628847604663085 0.036229101310746206 -0.0037599870769589364 -0.11883236154856114 0.018896782056189273 -0.092826788136332092 0.060567044348503449 -0.1836095078199344 0.061760826783469426 -0.097108122772110311 -0.0282863777633338 +leaf_weight=41.172301767300311 240.00903831696542 345.9100688584831 3772.5673223993635 2178.3229905231974 958.29202690318414 1112.1209403374887 86.586473971928058 726.8684081339411 764.708295288714 58.082542978112542 76.879800189723596 377.72980517902738 102.87855649470237 455.45062613191271 450.12633800785881 252.36331077309512 1422.0948775405595 1090.7582352912868 586.15041607280705 1790.1713973402598 148.07037480529857 1779.2271223123082 89.422308495808409 176.40958288441152 217.43307199273136 32.552423443675778 13.260120916413145 5.9137944709509602 57.28246568397708 516.05779704298402 +leaf_count=70923 248077 76430 210748 24986 855038 93892 8047 111576 5510 84745 9417 9064 534488 470692 285109 384347 84185 26924 310711 747743 9534 160612 530007 18046 2220416 49468 258 115 34284 184138 +internal_value=0 -0.0122817 0.0145726 0.0207694 -0.023953 0.00267122 -0.020017 -0.0131039 0.0139826 -0.0158469 0.0424189 -0.00278896 -0.0481514 -0.0336927 -0.0337338 -0.0484511 0.00833014 0.0156921 -0.0143369 -0.019391 -0.00257315 0.00138051 -0.0722875 -0.01615 -0.0758713 -0.0258476 0.00378973 -0.107952 -0.0228761 -0.0351671 +internal_weight=0 10812.3 9112.56 6715.6 6072.5 4739.81 5223.01 3472.81 4537.28 3309.34 163.466 2396.97 849.487 558.329 1750.2 791.912 3644.15 2222.05 3251.26 2524.39 734.221 2156.96 341.786 1095.66 291.158 73.7247 1131.29 19.1739 919.25 573.34 +internal_count=7859530 7200533 658997 241244 6682261 518272 3336274 1281773 216258 1264309 17464 417753 3345987 1005180 2054501 1199463 205374 121189 1179564 1067988 320245 169676 914354 312898 2340807 120391 94265 373 294852 218422 +shrinkage=0.12 + + +Tree=51 +num_leaves=31 +num_cat=0 +split_feature=12 1 3 7 0 9 0 1 0 0 0 0 2 7 0 4 2 11 2 7 2 7 11 7 2 3 0 11 0 0 +split_gain=232.224 74.7595 58.3995 54.943 64.8374 59.6893 47.0754 38.6836 35.3086 32.9996 32.8501 28.5152 30.2028 31.0196 27.7984 26.5314 25.9314 23.8928 23.5787 22.811 21.5562 20.7923 20.6775 20.2029 28.0368 19.7543 17.4627 15.5276 15.4242 15.2648 +threshold=0.36602870813397131 1.5000000000000002 11.500000000000002 2.5000000000000004 20.132072500000003 5.5000000000000009 63.388565000000007 1.5000000000000002 27.360587500000005 25.135713500000005 27.699832000000004 45.25187300000001 688910400.00000012 1.0000000180025095e-35 63.388565000000007 6.5000000000000009 1609156800.0000002 0.88194444444444453 410011200.00000006 1.0000000180025095e-35 94824000.000000015 1.0000000180025095e-35 0.82575757575757591 1.5000000000000002 1198843200.0000002 3.5000000000000004 21.420474500000001 0.14907407407407411 34.326487000000007 12.563074500000001 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 8 6 4 19 14 7 15 21 22 -7 12 13 25 18 26 -8 -11 -5 -3 -19 -1 -9 24 -22 -6 -2 -10 -15 -21 +right_child=2 3 -4 5 11 10 16 9 27 17 -12 -13 -14 28 -16 -17 -18 20 -20 29 23 -23 -24 -25 -26 -27 -28 -29 -30 -31 +leaf_value=-0.039020040956455185 -0.08903620265508215 -0.0091974653315993887 0.036720415376637061 -0.0084336107082541908 0.013057142117722343 -0.089711518549949035 0.038269765326381988 -0.038841932180767626 -0.075638507044897732 0.0032722975594704599 -0.034096967217701529 0.038977999716352282 -0.036314663343952912 -0.0080462953680205049 0.025151115702780984 0.030127999839834736 -0.1231555795134654 0.047152219537617619 -0.036974653247062644 -0.013872076729583557 -0.0006140437139290193 -0.093965787722994867 0.0006571865922846891 0.025997887741115368 0.072593886808673014 0.049085863941281227 -0.016189784193425039 -0.021694226280886981 0.012666006448372465 -0.049521006488143234 +leaf_weight=184.99053478267834 49.610138852100363 941.02484001988114 1345.675075160234 1340.5090072236862 923.77725187104033 232.82407904173459 882.55553396257164 236.43129853597293 83.885187623162892 1608.0896308858501 445.8451049228118 346.50139453625525 261.68967755718677 1728.8288599836596 250.62135296777706 180.75797698801262 14.537950804689897 403.86552340906928 604.88862937528484 265.23495989777507 1011.1789230164613 213.93061290692762 989.33000048319445 1603.9152391236075 81.36485906985763 287.28201654980467 1044.9335762511075 912.02281770957438 739.03213668111857 497.33604357835225 +leaf_count=339873 28188 219441 12836 372651 63695 795521 6117 26500 242675 44348 211967 9242 119633 641735 8348 12796 197 4614 248122 186002 41957 2548275 39694 19373 2777 7112 184473 621890 44400 755078 +internal_value=0 -0.0125012 0.0135698 -0.00843815 -0.0018941 -0.0220755 0.00972676 0.00650096 -0.038325 0.0105759 -0.0531792 0.00597558 0.00307337 0.0058754 -0.0124624 -0.0124601 0.0356497 0.0151417 -0.0173084 -0.0216979 0.0212981 -0.0684908 -0.00696238 0.0174253 0.0048398 0.0216047 -0.0194939 -0.0262401 -0.00184366 -0.0371227 +internal_weight=0 10260.2 9452.25 8865.4 5990.71 2874.69 8106.57 7209.48 1394.83 5934.18 678.669 4287.11 3940.61 3678.92 2196.02 1275.3 897.093 4708.41 1945.4 1703.6 3100.32 398.921 1225.76 2696.46 1092.54 1211.06 1094.54 995.908 2467.86 762.571 +internal_count=7859530 7435660 423870 3682947 2046338 1636609 411034 404720 3752713 179263 1007488 885817 876575 756942 629121 225457 6314 113069 620773 1160521 68721 2888148 66194 64107 44734 70807 212661 864565 686135 941080 +shrinkage=0.12 + + +Tree=52 +num_leaves=31 +num_cat=0 +split_feature=11 0 3 11 7 0 2 8 0 1 0 3 3 0 0 2 0 6 3 0 11 1 2 7 11 0 3 4 0 0 +split_gain=220.927 114.306 63.9847 42.4453 54.1983 43.7519 38.5283 37.1141 32.0437 28.5995 25.414 25.2898 21.4341 20.11 19.8589 18.4662 17.6965 22.6992 17.195 16.98 17.6404 16.9732 15.8801 15.5579 15.0218 14.6961 14.4421 13.4897 13.2269 20.2077 +threshold=0.76388888888888895 41.01957500000001 1.0000000180025095e-35 0.4188596491228071 1.5000000000000002 27.946536000000005 284385600.00000006 4.5000000000000009 28.781668500000006 1.5000000000000002 22.227638000000002 140.00000000000003 26.500000000000004 48.846755000000009 17.801955500000002 158155200.00000003 -1.0000000180025095e-35 1.0000000180025095e-35 3.5000000000000004 63.388565000000007 0.28991596638655465 1.5000000000000002 32097600.000000004 4.5000000000000009 1.2250000000000003 23.735786000000001 26.500000000000004 128.50000000000003 9.2699195000000021 22.021408500000003 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 3 7 4 10 6 21 9 15 27 16 13 19 22 -11 26 17 -1 -12 20 -3 -6 -4 -7 -9 -24 -5 -2 -17 -30 +right_child=2 12 11 8 5 23 -8 24 -10 14 18 -13 -14 -15 -16 28 -18 -19 -20 -21 -22 -23 25 -25 -26 -27 -28 -29 29 -31 +leaf_value=-0.1206967653557572 -0.026946668800435079 -0.018769080819751746 0.053412742541496611 -0.014863359496195971 -0.10314972602190416 -0.017736734502493023 -0.10262656511660653 0.025019140142772255 -0.0015595403082281449 -0.020516963775461826 0.010475313801419778 0.093444994708190066 0.052092071046421225 0.039459941303791934 0.0073464657615923412 0.022638845904413632 -0.02293448027118089 0.15755668677162532 0.084288958304035017 0.021479451265643924 0.005560840383763031 -0.039066713487265085 0.0018168666650661405 -0.042458971968272592 -0.10881146172783421 0.02123290907925076 0.053005564849333747 0.12251705405701108 -0.063835963654892858 -0.025566088989553142 +leaf_weight=5.6469920225254127 637.57457905850333 553.99616791667631 182.075344436671 939.6619923025462 66.37102112819025 946.97865037145016 233.49282101316874 1051.2894436591723 2074.5340225217583 435.19204354674866 215.78899246148944 74.546906198957004 143.83957851486775 854.53605602917287 2396.8958206234615 53.795474991002493 538.14779568178346 16.483470867720825 57.543632969559667 681.8000744391793 1903.5404431269308 575.45197504806822 717.35836582635056 598.09736354346478 12.188703423249533 2581.4988430293224 47.398989242035896 8.7865851822880341 301.76199578603018 581.78338558540145 +leaf_count=3749 358546 155978 2525 488628 848253 390527 1625075 14595 267772 71630 149089 477 1944 6299 126378 17699 606319 595 4742 25471 88282 776763 30534 498504 1089 46032 1498 892 788205 461440 +internal_value=0 -0.0117771 0.0138612 -0.0201865 -0.0303631 -0.0394517 -0.0608869 0.0038644 -0.0119055 -0.00213359 -0.00397368 0.024157 0.00680027 0.022965 0.00306467 -0.0230584 -0.018608 0.086488 0.0260226 0.00472459 7.60466e-05 -0.0456981 0.0189153 -0.0273073 0.0234823 0.0170108 -0.0116028 -0.0249093 -0.0351209 -0.0386383 +internal_weight=0 10536.1 8951.94 7252.94 3254 2420.39 875.316 4541.93 3998.94 3478.45 833.611 4410.02 3283.18 4335.47 2832.09 1924.4 560.278 22.1305 273.333 3139.34 2457.54 641.823 3480.93 1545.08 1063.48 3298.86 987.061 646.361 937.341 883.545 +internal_count=7859530 7200533 658997 6928858 4903616 4139122 3250091 573130 2025242 557446 764494 85867 271675 85390 198008 1757470 610663 4344 153831 269731 244260 1625016 79091 889031 15684 76566 490126 359438 1267344 1249645 +shrinkage=0.12 + + +Tree=53 +num_leaves=31 +num_cat=0 +split_feature=11 0 0 0 7 7 1 3 2 3 1 7 2 7 0 0 2 6 11 2 9 12 5 3 12 2 11 0 0 0 +split_gain=209.681 116.871 62.2987 38.0223 33.6246 32.8568 34.0626 29.9966 26.5436 23.9407 23.3518 22.3161 22.1212 22.2306 20.5523 22.9564 27.121 20.1401 17.0539 16.6593 16.0003 15.5568 15.5191 17.1134 16.0075 14.5774 14.5255 14.2594 13.474 19.4514 +threshold=0.80909090909090919 40.27922800000001 31.309764500000004 25.373452000000004 8.5000000000000018 1.0000000180025095e-35 1.5000000000000002 1.0000000180025095e-35 347112000.00000006 38.500000000000007 1.5000000000000002 1.5000000000000002 473083200.00000006 2.5000000000000004 12.843794500000001 -1.0000000180025095e-35 126100800.00000001 1.0000000180025095e-35 0.11651583710407241 220708800.00000003 3.5000000000000004 0.31414473684210531 1.0000000180025095e-35 33.500000000000007 0.93725490196078443 315316800.00000006 0.36931818181818188 11.867569500000002 27.026261500000004 26.516527000000004 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 3 7 5 11 14 -7 -2 26 12 -3 -5 13 22 15 17 -17 -1 -12 -20 -13 27 23 24 -4 28 -8 -10 29 -9 +right_child=2 10 9 4 -6 6 8 25 21 -11 18 20 -14 -15 -16 16 -18 -19 19 -21 -22 -23 -24 -25 -26 -27 -28 -29 -30 -31 +leaf_value=-0.12145616359433525 -0.0054468737959523358 -0.013348612712025545 0.008080863790884428 0.0036512225703277039 -0.065052864659110199 -0.085452756126656385 -0.040323161077918536 0.018754088240847604 -0.03278447395951805 0.062448119809927545 -0.034192634857601857 -0.011441159612106976 0.0094723549949224731 0.039469284801317527 0.027863355906464157 0.017247904620459879 -0.066011651303577348 0.16495008753200022 0.02506050893904133 0.0059567074570828138 -0.031120720412982569 -0.026916107246703919 0.026456987139341116 -0.12859050763773111 -0.11780633027502732 0.0015280390835786461 -0.016296998342611727 -0.090285284683722905 0.044057834189659632 -0.081051228251170254 +leaf_weight=4.5604178389776289 2304.2762681845361 697.94780457173192 419.22046606240065 1090.621695698148 173.62399950015151 193.92312387069342 578.77903368274451 794.64465048345755 86.982551564031695 224.55516579851974 115.25902172493898 2468.3915687921699 1325.459962614756 1332.0454849572534 192.09374677802259 91.009080212456297 147.80831028594662 15.424621492598817 1031.5149334064645 1812.0061283109849 783.84060408036294 152.61962566951155 959.96761904428058 14.520055945031343 15.038123730802907 710.57353150838389 969.10329616190006 217.51499710546315 325.59778487481162 29.121638088079635 +leaf_count=1970 489555 152154 18755 281867 227267 2222070 886202 20184 97466 1891 38530 686245 36047 12461 147224 19132 91055 330 31952 78524 750808 45364 33003 76 1221 26189 403265 1053201 4820 702 +internal_value=0 -0.0110614 0.0141594 -0.019969 -0.0132737 -0.0313805 -0.0374313 0.00370335 -0.0327855 0.0243069 0.00639521 -0.0112032 0.0222001 0.0283552 -0.00187148 -0.0239426 -0.0342847 0.0995105 0.0110527 0.012887 -0.0161845 -0.0581924 0.0178456 -0.000575331 0.00371363 0.0150395 -0.0252814 -0.0738645 0.0233924 0.015223 +internal_weight=0 10823 8455.02 7166.3 4516.48 2649.82 2198.92 4164.21 2005 4290.81 3656.73 4342.85 4066.25 2740.79 450.896 258.802 238.817 19.985 2958.78 2843.52 3252.23 457.117 1408.75 448.779 434.259 1859.94 1547.88 304.498 1149.36 823.766 +internal_count=7859530 7214626 644904 6913466 1946187 4967279 4707568 541450 2485498 103454 301160 1718920 101563 65516 259711 112487 110187 2300 149006 110476 1437053 1196031 53055 20052 19976 51895 1289467 1150667 25706 20886 +shrinkage=0.12 + + +Tree=54 +num_leaves=31 +num_cat=0 +split_feature=12 1 0 3 0 7 7 0 1 0 11 3 2 11 2 2 12 5 4 3 2 9 7 3 11 7 5 2 7 2 +split_gain=199.902 63.5485 48.248 47.1539 39.5037 55.6297 33.5942 32.6548 27.5562 24.2407 24.1869 23.4868 22.0956 20.9272 17.8987 17.385 16.7948 16.0441 15.9544 15.5829 15.3293 15.2858 14.8783 14.7186 14.6489 14.1224 14.815 13.9379 13.8276 13.4356 +threshold=0.44949494949494956 1.5000000000000002 35.82988550000001 12.500000000000002 30.264538000000005 1.0000000180025095e-35 1.5000000000000002 43.939336500000003 1.5000000000000002 51.783302000000013 0.27888888888888896 13.500000000000002 220881600.00000003 0.84523809523809534 2092867200.0000002 59054400.000000007 0.72077922077922085 1.0000000180025095e-35 1.0000000180025095e-35 152.50000000000003 59054400.000000007 6.5000000000000009 1.5000000000000002 444.50000000000006 0.4045454545454546 6.5000000000000009 1.0000000180025095e-35 915192000.00000012 3.5000000000000004 63028800.000000007 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 7 11 4 5 14 -6 24 18 21 15 13 19 27 29 -7 -14 -12 -4 -10 -5 25 -17 -13 -1 -8 -27 -2 -22 -3 +right_child=2 3 8 20 6 10 9 -9 12 -11 17 23 16 -15 -16 22 -18 -19 -20 -21 28 -23 -24 -25 -26 26 -28 -29 -30 -31 +leaf_value=-0.05997175393668816 -0.02322121225896262 0.025400426544046124 -0.013213492295683325 0.1224270156902542 0.019942345756232348 0.0048098758348699734 -0.0026172723100494166 -0.006064491010761763 0.036620883361256573 0.01180784476398789 -0.0051836380134857186 0.032377531991362396 0.01112090626639738 0.0055476085973389308 -0.1419681398817467 -0.028255341520358183 0.030844384122968013 -0.028976684199058182 0.029557717494846189 0.12676948476891972 0.029572278177959561 -0.030299547173883796 -0.070615758323615385 -0.16850250795781568 -0.031499130491728103 0.018307199247407292 -0.043291705196911653 0.027154407670261716 -0.012274888816745762 -0.0043695282626988107 +leaf_weight=519.78704794275154 648.48244532081026 256.45715573223492 448.88757356664792 21.728403063666519 853.21326715300347 74.892987040704156 1504.5820341844083 419.63612299331635 1290.8266779703563 757.19077116918561 567.70194116642847 444.96638725593948 1477.5582261162299 2900.5283745588622 12.842195712174997 176.93190089098823 1073.2983307120167 1451.8304102289276 174.33385705723776 28.190848927304614 497.87128855998071 554.03573118677605 367.5304587911445 5.2858044989407054 521.27752991996613 71.71875609814515 259.9538066691639 90.04924904453037 147.3376371649174 1466.3806116030225 +leaf_count=2449524 64513 8769 29546 212 55207 25900 140052 91026 12344 35351 461619 4683 30724 197175 3326 243194 9444 971846 5865 174 25702 159907 1197027 31 1245653 16455 76502 8827 12776 276156 +internal_value=0 -0.0111017 0.0135859 -0.00734998 -0.00979538 -0.0176767 -0.00117747 -0.0343254 0.0221695 -0.00690272 -0.0286513 0.00415473 0.0259407 0.000955724 -0.000990996 -0.0493962 0.01942 -0.0222885 -0.00124825 0.0385504 0.0233579 -0.0128299 -0.0568524 0.0300082 -0.0457164 -0.00755852 -0.0299715 -0.0170781 0.0200161 6.2315e-05 +internal_weight=0 10502.9 8582.41 9042.2 8375.26 4374.57 4000.69 1460.7 4493.1 3147.48 2638.89 4089.31 3869.87 3639.06 1735.68 619.355 2550.86 2019.53 623.221 1319.02 666.937 2390.29 544.462 450.252 1041.06 1836.25 331.673 738.532 645.209 1722.84 +internal_count=7859530 7496204 363326 3710001 3671311 3187837 483474 3786203 88097 428267 2899586 275229 52686 270515 288251 1466121 40168 1433465 35411 12518 38690 392916 1440221 4714 3695177 233009 92957 73340 38478 284925 +shrinkage=0.12 + + +Tree=55 +num_leaves=31 +num_cat=0 +split_feature=11 0 0 1 1 7 9 0 2 3 0 3 0 2 1 4 11 2 7 2 6 0 8 7 0 4 5 0 11 2 +split_gain=187.868 83.2415 61.6791 39.8061 31.0527 30.3142 38.4151 31.5457 26.2027 22.1969 21.4728 21.2627 19.0834 18.2124 16.662 16.3904 15.6515 18.2378 15.5205 23.6685 22.493 20.7516 15.3044 15.0582 20.4059 15.7983 13.8242 13.7067 13.4212 13.1104 +threshold=0.67948717948717963 43.939336500000003 30.264538000000005 1.5000000000000002 1.5000000000000002 2.5000000000000004 5.5000000000000009 20.242299000000006 378734400.00000006 29.500000000000004 27.699832000000004 15.500000000000002 25.373452000000004 121867200.00000001 1.5000000000000002 60.500000000000007 0.23303167420814483 62856000.000000007 1.0000000180025095e-35 662385600.00000012 1.0000000180025095e-35 26.619919000000003 10.500000000000002 1.0000000180025095e-35 17.276548500000001 3.5000000000000004 1.0000000180025095e-35 17.967157500000003 1.1714285714285715 11793600.000000002 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 3 11 12 -4 7 -7 -5 28 22 -8 14 23 -9 15 -2 -14 -18 19 -15 -21 -20 29 24 -1 -26 -22 -16 -6 -3 +right_child=2 9 4 5 8 6 10 13 -10 -11 -12 -13 16 18 27 -17 17 -19 21 20 26 -23 -24 -25 25 -27 -28 -29 -30 -31 +leaf_value=-0.088753719479481685 -0.027391439803293772 -0.16554606462026505 -0.0026161877732133738 -0.026539294569084455 0.031813100262881269 -0.017369094541747798 -0.084734470561369971 0.014424780815799424 0.012221952264701418 0.064719620046278847 -0.035239784256645347 0.028106873734263356 -0.075488485034572214 -0.021434496188062799 -0.014632480110394114 0.085264114060985011 0.010917832291393804 -0.03644847920679891 -0.035186203300771331 -0.035187408203090235 0.12299880408378613 -0.0040188437364057248 0.12916688208197463 -0.093412652685082392 -0.034346090420581378 0.13330152485563848 -0.5118447234173692 0.0048563106365266699 -0.02804163106589061 0.0046429976221103383 +leaf_weight=35.081727472843752 459.4688585721251 6.5070730386210007 746.22106139786592 1017.269477576815 2879.7517198456262 1681.5072097217953 205.60790181943196 731.35053974689822 1775.1071714104628 93.084850584098604 327.04737891041111 373.28051391873669 104.02534975628373 65.336398518850388 643.64560397641662 19.352879015528742 152.75214045882723 500.72529114065327 391.1885937569773 18.762778116173649 53.684269626634091 1439.6310852432148 14.159326278837396 151.88830622393175 17.492971457218019 15.019941900176631 0.4695606326131373 2697.3484768173789 54.953918324259575 2235.0295398969124 +leaf_count=70923 333858 1648 64146 1079936 38538 609835 795521 77992 38334 1197 191225 3531 494033 11426 87391 2941 124233 536063 517273 4313 6846 185009 73 2211354 43499 5969 115 139098 1270 181940 +internal_value=0 -0.0122122 0.0117167 -0.0188468 0.0201274 -0.0151501 -0.0262658 -0.00852967 0.0237309 0.00730341 -0.0543487 0.000772611 -0.0412908 -0.00174509 -0.00189875 -0.0228331 -0.0322609 -0.0253765 -0.00775101 0.0310141 0.0779998 -0.0106788 0.00493321 -0.072447 -0.0253157 0.0431533 0.117214 0.00110168 0.030692 0.00414674 +internal_weight=0 9257.62 9649.13 6908.84 5456.03 5931.86 2214.16 3717.69 4709.81 2348.78 532.655 4193.1 976.986 2700.42 3819.82 478.822 757.503 653.477 1969.07 138.253 72.9166 1830.82 2255.7 219.483 67.5946 32.5129 54.1538 3340.99 2934.71 2241.54 +internal_count=7859530 7150423 709107 6965565 142288 3479491 1596581 1882910 78142 184858 986746 566819 3486074 802974 563288 336799 1154329 660296 724982 22700 11274 702282 183661 2331745 120391 49468 6961 226489 39808 183588 +shrinkage=0.12 + + +Tree=56 +num_leaves=31 +num_cat=0 +split_feature=12 3 3 1 8 0 7 0 7 1 0 0 3 2 2 12 3 0 2 2 11 4 2 7 9 0 7 0 0 2 +split_gain=179.318 59.1959 46.4077 35.8645 34.8479 27.0221 25.5678 29.4437 25.4919 23.9296 23.5884 19.0982 18.6874 17.8964 16.4471 14.2469 13.7251 13.6121 13.9278 13.5427 13.6578 13.395 12.8642 12.7067 28.7959 14.8458 12.64 12.1143 11.648 11.5259 +threshold=0.44949494949494956 1.0000000180025095e-35 4.5000000000000009 1.5000000000000002 4.5000000000000009 20.020142500000002 1.5000000000000002 39.539316000000007 1.0000000180025095e-35 1.5000000000000002 43.939336500000003 30.264538000000005 65.500000000000014 347371200.00000006 62856000.000000007 0.2817460317460318 152.50000000000003 21.372305500000003 728740800.00000012 50846400.000000007 0.19615384615384621 59.500000000000007 725803200.00000012 1.5000000000000002 5.5000000000000009 26.721363000000004 16.500000000000004 39.539316000000007 15.465850500000002 221054400.00000003 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 3 4 10 9 8 11 15 -5 21 -1 12 22 23 -11 -8 -4 -16 27 -9 -21 -2 -3 -7 -25 -26 -15 -19 -10 -6 +right_child=2 6 16 5 29 13 7 19 28 14 -12 -13 -14 26 17 -17 -18 18 -20 20 -22 -23 -24 24 25 -27 -28 -29 -30 -31 +leaf_value=-0.046108256567831088 -0.020533943990404691 0.0029832700371614745 0.02728712346194509 -0.01138152587601933 0.036017134663423801 0.0085106967100141064 -0.028563033966257381 0.072082831243786158 -0.029348919523581742 0.037559211304738174 -0.010380488871297789 0.032340249727210162 0.063478209260136892 -0.017710496165061675 -0.015220961768487775 -0.0014963911152613338 0.088506996285088443 -0.0019476748957892775 0.027197034331841945 -0.040504461934592027 0.0099677279729019699 0.059232097905220049 -0.062529054635603654 0.00038818051914059305 -0.078684311519012701 -0.023818097155402927 -0.10980936867303687 0.014486089792616478 -0.062550815153391962 0.015516760734359283 +leaf_weight=912.46194536503253 715.05099504627105 1156.5416031308514 1941.7379044447853 602.19824444240885 586.22189331540358 972.39329018822468 848.5376623687157 45.725292187424202 299.8946127769787 228.08801797624983 375.68128948195726 472.77019143158577 71.97110141608573 1379.5205026109493 449.08131452354064 417.97593141167727 54.183316368551459 1788.0723575217417 429.46381744393511 85.32746989284442 808.2337695813585 31.629432763067598 44.804784380123692 1110.2092023019823 97.388175648628589 262.2093212935871 21.769029996628433 1011.1969335886379 309.03939869472691 1210.3890355811327 +leaf_count=3652093 177773 185578 22699 184721 8260 198335 433776 1916 389422 3059 88403 20077 1639 805476 29836 36243 403 71119 12809 15686 27448 1180 17643 263883 297302 121213 13785 17465 741565 18723 +internal_value=0 -0.0106318 0.0129603 -0.0178144 0.00801147 -0.0132591 0.00089629 -0.00769135 -0.028889 0.00252995 -0.0356889 0.0117448 0.00409738 -0.00833367 0.00629275 -0.0196307 0.0289504 0.0043534 0.0070761 0.00840757 0.00514687 -0.0171528 0.000538456 -0.00213098 -0.00917133 -0.0386826 -0.0191436 0.00398888 -0.0462014 0.0222064 +internal_weight=0 10294.7 8445.12 6342.77 6449.19 5054.62 3951.89 2205.8 1211.13 4652.58 1288.14 1746.09 1273.32 3843.49 3905.9 1266.51 1995.92 3677.81 3228.73 939.287 893.561 746.68 1201.35 2442.2 1469.81 359.597 1401.29 2799.27 608.934 1796.61 +internal_count=7859530 7496204 363326 6756198 340224 3015702 740006 515069 1315708 313241 3740496 224937 204860 1699994 134288 470019 23102 131229 101393 45050 43134 178953 203221 880733 682398 418515 819261 88584 1130987 26983 +shrinkage=0.12 + + +Tree=57 +num_leaves=31 +num_cat=0 +split_feature=11 0 3 12 7 11 11 1 2 10 7 3 11 2 0 0 2 12 0 3 9 0 2 2 11 2 2 0 2 2 +split_gain=170.921 93.9949 48.7484 33.4359 28.6036 47.1336 25.8305 21.8488 26.8209 18.9477 19.1975 18.0698 17.9802 17.6843 16.2967 16.0708 14.8628 14.5959 15.5229 14.5725 13.588 13.2773 22.9258 14.9959 13.2315 17.1371 12.842 12.3113 12.3638 12.2653 +threshold=0.76388888888888895 33.981020000000008 8.5000000000000018 0.63961038961038974 1.5000000000000002 0.27888888888888896 0.43303571428571436 1.5000000000000002 94392000.000000015 3.5000000000000004 4.5000000000000009 29.500000000000004 0.060915275200989494 158155200.00000003 55.906434000000004 20.998939000000004 599832000.00000012 0.93725490196078443 20.514205000000004 152.50000000000003 9.5000000000000018 -1.0000000180025095e-35 599486400.00000012 348580800.00000006 1.8333333333333337 756993600.00000012 410616000.00000006 22.583849000000004 378907200.00000006 378907200.00000006 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 4 3 7 15 13 9 -2 -9 10 20 29 -12 -6 17 21 -16 26 -19 27 -3 22 -1 -23 25 -20 -5 28 -4 -8 +right_child=2 6 19 14 5 -7 11 8 -10 -11 12 -13 -14 -15 16 -17 -18 18 24 -21 -22 23 -24 -25 -26 -27 -28 -29 -30 -31 +leaf_value=-0.1033916454043344 -0.023392343258407871 0.014043119270501836 0.012865935051981204 0.022667142417709965 -0.03706860289441332 -0.021466115709597368 0.012988120440065783 0.028973676139990242 -0.00029197932295167006 0.024981171941453658 -0.085871560241843808 0.054248722466992652 -0.018960861998336392 -0.075533500082121563 0.041360733696927249 -0.0022518438043519985 -0.0011941532571473389 -0.1948615332981079 -0.054934175383492712 0.091030830740511326 -0.015899220900304857 -0.016774172282033074 0.12006343930274047 -0.052317886382180358 0.049780237228103548 0.068877286688346293 0.0044583779428951876 0.033918774277081468 -0.079212397544577609 -0.0041676258208261227 +leaf_weight=9.4187221588190386 469.38319063076506 501.21962398880464 134.61035336949863 1345.2599895017283 327.27533469945826 2250.3219767957221 1658.1002989650742 532.43321372221999 2945.3166537638681 219.02764227641183 61.1342501950719 120.8163167398161 1062.5471756311438 363.27098687349456 598.15535357781482 1176.5367940245112 147.28337445601937 7.1620330430960157 95.725118981312335 58.466588618524838 386.52129052228861 637.78742555079032 22.008009411626063 233.50255866939176 35.357582325887051 19.324898760431097 952.77357663188195 1244.8825568695047 24.849323281967372 940.44561932512534 +leaf_count=9117 334035 62118 1774 33383 789059 1764895 91121 12385 219209 9268 47473 1649 306660 1781839 3790 877789 1269 1195 7429 404 80603 695451 3913 622986 1602 1583 28199 12091 649 56592 +internal_value=0 -0.0106961 0.0123841 0.00829958 -0.0222658 -0.0298822 0.00103804 0.000908694 0.00418872 -0.00853363 -0.0121834 0.00888883 -0.0226034 -0.057306 0.017413 -0.011493 0.0329531 0.0126952 -0.0226331 0.0323429 0.00100616 -0.0235368 0.0530583 -0.0263012 -0.0143948 -0.0341251 0.0151179 0.0298977 -0.00149525 0.00677927 +internal_weight=0 9969.93 8610.98 7148.17 5020.12 2940.87 4949.81 3947.13 3477.75 2230.45 2011.42 2719.36 1123.68 690.546 3201.04 2079.25 745.439 2455.6 157.57 1462.81 887.741 902.717 31.4267 871.29 150.408 115.05 2298.03 1404.34 159.46 2598.55 +internal_count=7859530 7200533 658997 644079 6545049 4335793 655484 565629 231594 506122 496854 149362 354133 2570898 78450 2209256 5059 73391 11809 14918 142721 1331467 13030 1318437 10614 9012 61582 14514 2423 147713 +shrinkage=0.12 + + +Tree=58 +num_leaves=31 +num_cat=0 +split_feature=12 7 0 3 0 8 3 11 7 0 1 2 0 1 0 0 0 0 3 12 2 3 2 2 12 2 3 3 0 3 +split_gain=163.912 53.2679 50.3205 48.1498 47.7477 27.0375 26.9137 26.532 23.3783 22.8237 21.456 21.4107 21.0536 20.8606 15.693 15.2845 13.654 12.6611 12.5363 12.0812 11.946 11.8852 11.7643 13.0763 15.2529 14.5537 13.2588 13.2228 13.0243 12.5153 +threshold=0.36602870813397131 2.5000000000000004 31.995413000000003 1.0000000180025095e-35 21.973876500000003 8.5000000000000018 5.5000000000000009 0.24068965517241384 1.0000000180025095e-35 48.846755000000009 1.5000000000000002 378907200.00000006 55.906434000000004 1.5000000000000002 45.25187300000001 1.0000000180025095e-35 25.373452000000004 22.481851500000001 140.00000000000003 0.16954022988505749 157982400.00000003 26.500000000000004 662990400.00000012 346766400.00000006 0.63961038961038974 93960000.000000015 444.50000000000006 26.500000000000004 25.135713500000005 32.500000000000007 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 4 7 5 8 10 11 -3 -1 15 17 14 21 -10 -6 -5 -12 -2 -11 -14 -9 -4 23 24 25 -17 27 -27 -26 -24 +right_child=3 2 12 9 6 -7 -8 20 13 18 16 -13 19 -15 -16 22 -18 -19 -20 -21 -22 -23 29 -25 28 26 -28 -29 -30 -31 +leaf_value=-0.0080346698909328114 -0.06150786979419251 -0.073566600456722711 -0.021795785265724104 -0.21682581017024002 0.00250662355543245 0.036604104799923876 0.028469554285893477 -0.013883928645704861 -0.099249199606906133 0.033390351147803296 -0.0086570194653059797 -0.015334667067055592 -0.01577525055680578 -0.02840517172606255 0.036942288215513285 0.03758508359408539 0.0099715776573797259 -0.010322864729379403 0.12406830251579661 0.020865107774976386 -0.046732192935833208 0.03234421612141037 0.027195251931454362 0.0010530389349645214 -0.004445913341975547 -0.0030499739037562036 -0.23274284737939965 0.039686932785572039 0.038222372962285249 0.092297409510605014 +leaf_weight=1222.1721718358285 74.66528096943523 333.22311783417354 1725.5256018281384 4.0426871228555674 2355.2687582813001 324.63808410039201 528.65135408546075 291.584518932957 64.337203493071456 1156.3278799694608 737.06676223805789 1010.225625602267 209.37321844267535 854.66551695551266 207.31607163721355 210.04813468472639 2449.2246377726751 1018.6095551659281 22.354400023119524 339.94151151711776 351.81127470740381 60.408305148041109 336.16288798425376 886.10424560990486 122.16872243626858 710.06274881294667 3.4131609797477713 122.16046653944068 656.883676725447 48.660501964855939 +leaf_count=513029 41848 1490126 587900 100 926542 1924 23338 350362 903121 9819 52818 599046 34150 1191749 8928 3604 72098 179574 160 9759 795219 2391 7778 23637 2327 19669 23 1446 6750 295 +internal_value=0 -0.0109095 -0.0232109 0.0117347 -0.00438324 0.003218 0.00319959 -0.0460835 -0.0189081 0.0209 0.000685169 -0.000539696 -0.013645 -0.0333679 0.00529291 0.015495 0.00566229 -0.0138201 0.0351132 0.00689941 -0.0318468 -0.019964 0.0158005 0.013013 0.0188208 0.00935058 0.00225237 0.0032245 0.0315313 0.0354339 +internal_weight=0 9554.5 3311.87 8882.59 6242.64 4604.2 4101.46 976.619 2141.17 4278.39 4279.57 3572.81 2335.25 919.003 2562.58 3099.71 3186.29 1093.27 1178.68 549.315 643.396 1785.93 3095.66 2710.84 1824.74 1045.68 835.636 832.223 779.052 384.823 +internal_count=7859530 7435660 3269907 423870 4165753 348262 1557854 2635707 2607899 75608 346338 1534516 634200 2094870 935470 65629 124916 221422 9979 43909 1145581 590291 65529 57456 33819 24742 21138 21115 9077 8073 +shrinkage=0.12 + + +Tree=59 +num_leaves=31 +num_cat=0 +split_feature=12 1 3 0 7 7 8 0 11 0 2 1 7 6 2 7 0 0 2 2 0 11 2 2 0 2 0 0 10 9 +split_gain=154.25 49.3126 41.3543 33.5658 54.2639 31.1624 28.9668 23.3711 21.8083 21.481 20.9467 17.3076 17.2674 17.2022 28.5753 16.0523 15.131 19.0967 15.4632 15.2043 14.8945 14.1234 13.9144 13.5832 13.5695 14.0105 13.9504 12.9095 15.7623 12.8601 +threshold=0.45804195804195807 1.5000000000000002 4.5000000000000009 30.077133500000006 1.0000000180025095e-35 1.5000000000000002 4.5000000000000009 26.619919000000003 0.4188596491228071 45.25187300000001 220708800.00000003 1.5000000000000002 3.5000000000000004 1.0000000180025095e-35 441806400.00000006 1.5000000000000002 1.0000000180025095e-35 17.719184000000002 662385600.00000012 694180800.00000012 21.049638000000005 0.14907407407407411 62510400.000000007 307368000.00000006 39.539316000000007 1198843200.0000002 17.541070000000005 45.25187300000001 7.5000000000000009 2.5000000000000004 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 7 6 4 13 29 11 15 10 23 -6 -2 -11 14 -3 -1 -15 -18 20 -20 -19 -9 -13 -7 25 -24 -27 28 -4 -5 +right_child=2 3 27 5 8 9 -8 21 -10 12 -12 22 -14 16 -16 -17 17 18 19 -21 -22 -23 24 -25 -26 26 -28 -29 -30 -31 +leaf_value=-0.042521923539047171 -0.014622943286431989 0.0062069136785218139 0.021054350430361916 0.068159308589525402 -0.025598140819923693 -0.0031832327542628534 0.020672453461118838 -0.073125003966943866 -0.016138875152299947 0.029221580105474119 -0.061005840824282571 0.037270531782316089 -0.0014046904586598736 0.15177002861566813 -0.031580749375333575 -0.10213903220167309 -0.022834957417372972 0.11155859095385708 0.11045823828003573 -0.22039810748675429 -0.018821949457096948 -0.018692862668489508 -0.0034690427611985524 -0.022858973762106886 0.014873974062581723 -0.13475221818962385 0.037433348319459228 0.040854691484307391 -0.22356239333592401 0.016224141373124171 +leaf_weight=225.75667097724426 718.42766379339446 1266.8484472574637 1227.5217871795608 74.593140312772903 656.60333488192714 1121.0359751818642 1740.2968386447892 73.820469006747544 1567.5653636343322 380.98315035755513 379.78554799375411 190.68174303567866 871.33905435366091 14.550614413736126 372.99350354178 91.3786099402476 74.778172506747069 16.873930709145498 56.486388944574003 2.0463480831349434 49.728907513526792 974.29944742129805 2313.8849162630368 919.77661361388232 1138.895096483282 7.0153301788086528 177.68295274925367 684.6329099138934 3.7751912996172896 859.45379713285047 +leaf_count=1227259 178886 146356 18247 3116 601197 169067 26711 270644 851443 11864 1457092 2259 60741 332 116144 1554132 18565 1944 7369 574 1954 734395 104839 206489 20334 591 6222 4828 21 55915 +internal_value=0 -0.00996558 0.0122106 -0.00663301 -0.013897 0.0010281 0.00750687 -0.0311661 -0.0250688 -0.00445913 -0.0385747 0.00246738 0.00791295 0.00179148 -0.00238857 -0.0597079 0.0337489 0.0251373 0.0538031 0.0987843 0.0142455 -0.0225286 0.0056748 -0.0120511 0.00401821 -0.000930137 0.0308725 0.0276448 0.0202989 0.0203737 +internal_weight=0 10050.7 8202.81 8685.44 4458.26 4227.18 6286.88 1365.26 2603.95 3293.13 1036.39 4546.59 1252.32 1854.31 1639.84 317.135 214.464 199.914 125.136 58.5327 66.6028 1048.12 3828.16 2040.81 3637.48 2498.58 184.698 1915.93 1231.3 934.047 +internal_count=7859530 7496592 362938 3710162 3202970 507192 339842 3786430 2909732 448161 2058289 313131 72605 293238 262500 2781391 30738 30406 11841 7943 3898 1005039 134245 375556 131986 111652 6813 23096 18268 59031 +shrinkage=0.12 + + +Tree=60 +num_leaves=31 +num_cat=0 +split_feature=11 0 3 2 1 10 0 3 5 7 11 1 0 0 6 1 7 12 0 2 11 3 2 2 12 0 2 0 0 9 +split_gain=152.077 76.2813 44.7295 26.3048 23.8896 23.6542 20.4476 19.958 18.8648 18.6568 19.5065 18.4528 18.3209 17.5452 16.3009 22.0441 15.4403 26.1329 15.3285 14.9172 18.8938 14.7763 14.7123 14.6856 15.8221 13.9364 13.82 12.381 11.7144 11.6113 +threshold=0.76388888888888895 32.495975500000007 1.0000000180025095e-35 41428800.000000007 1.5000000000000002 7.5000000000000009 63.388565000000007 2.5000000000000004 1.0000000180025095e-35 3.5000000000000004 0.29705882352941182 1.5000000000000002 24.907383000000003 26.819955000000004 1.0000000180025095e-35 1.5000000000000002 3.5000000000000004 0.31009615384615391 17.801955500000002 662385600.00000012 0.13188405797101452 152.50000000000003 688910400.00000012 249480000.00000003 0.63961038961038974 22.481851500000001 126532800.00000001 17.366282500000004 7.7104752000000003 3.5000000000000004 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 3 5 -1 -3 11 16 8 14 13 27 25 -4 -10 29 -16 22 -18 -13 26 -21 -14 -6 -20 -25 28 -9 -11 -2 -5 +right_child=2 4 12 7 6 -7 -8 19 9 10 -12 18 21 -15 15 -17 17 -19 23 20 -22 -23 -24 24 -26 -27 -28 -29 -30 -31 +leaf_value=0.004834438951595404 0.12828693461377841 -0.01729766906599137 0.006137382949562919 -0.0031019428295925538 0.010675964292793608 0.036887918446872253 0.025564971226562448 0.0052359062587717022 -0.039320074880880775 0.017412857967386831 -0.036851164419705852 -0.016518579607358266 0.024171870619447498 -0.014653195812165502 -0.054678131691096588 0.01519992208624759 -0.021296663228691379 0.0089360047167663607 0.019437807089728251 0.1056307447881914 -0.0023213363176371416 0.096945154745802148 -0.023377446498328042 -0.0098478961528982601 0.013043065500270677 -0.008304613264845594 -0.032761663609495409 -0.098866947795859042 -0.057782136944883503 -0.037306910482039567 +leaf_weight=475.62513306150277 5.0371356518193968 984.37513755980217 953.80991907523048 200.27132986927444 1846.1685362855528 280.9022545341868 527.24110751524859 277.55417154240928 1080.3140656681694 14.384760202055245 257.07680957682578 415.47811582124314 3129.4621583660942 674.55439048517587 79.840698624798165 349.34374084406011 951.84102599797689 725.51097133388976 1044.4269779399372 36.393643959519466 65.022630806218615 40.673741573555162 202.72804468843879 881.99260752783925 857.52292482885423 684.0999901185844 273.76549009063427 157.10388905511087 128.21176355987043 498.97931929913494 +leaf_count=381309 3300 409079 35803 240304 111832 1788 13368 42491 2357172 31455 174325 71730 49698 253274 407569 308789 219855 22553 33387 7520 13992 366 18189 81316 16604 166215 82255 801936 198790 1303266 +internal_value=0 -0.0102607 0.0117916 -0.0218317 -0.000451803 0.00322473 0.00344689 -0.0250307 -0.0288105 -0.0353214 -0.0577678 0.000870327 0.0207193 -0.0298388 -0.0162119 0.00219767 0.000317138 -0.00822009 0.00498129 -0.00585224 0.0364375 0.0251065 0.00730626 0.0081901 0.00143661 -0.0152212 -0.0136331 -0.0891119 -0.050721 -0.0275109 +internal_weight=0 9678.09 8421.62 4440.23 5237.86 4297.67 4253.49 3964.6 3311.87 2183.43 428.565 4016.77 4123.95 1754.87 1128.44 429.184 3726.25 1677.35 3199.42 652.736 101.416 3170.14 2048.9 2783.94 1739.52 817.349 551.32 171.489 133.249 699.251 +internal_count=7859530 7200533 658997 6405657 794876 573130 385797 6024348 5878090 3618162 1007716 571342 85867 2610446 2259928 716358 372429 242408 203037 146258 21512 50064 130021 131307 97920 368305 124746 833391 202090 1543570 +shrinkage=0.12 + + +Tree=61 +num_leaves=31 +num_cat=0 +split_feature=12 1 3 0 7 0 0 2 0 7 7 11 0 7 7 2 11 2 0 12 2 2 1 0 0 2 2 0 12 3 +split_gain=142.497 41.6871 35.8173 29.942 49.018 26.4826 23.5478 23.2523 21.6718 20.2332 19.0523 18.5624 16.5555 14.7456 12.7207 12.1658 12.1615 12.1703 12.7083 11.6691 17.8952 18.7305 14.727 11.3588 11.0522 13.5776 13.7222 11.0513 15.3479 11.0501 +threshold=0.45804195804195807 1.5000000000000002 7.5000000000000009 39.539316000000007 1.0000000180025095e-35 46.836120500000007 25.866490500000001 158068800.00000003 26.619919000000003 6.5000000000000009 2.5000000000000004 0.86190476190476206 20.684114500000003 1.5000000000000002 2.5000000000000004 59054400.000000007 0.14907407407407411 62856000.000000007 55.906434000000004 0.63961038961038974 221140800.00000003 775656000.00000012 1.5000000000000002 22.583849000000004 1.0000000180025095e-35 688910400.00000012 599486400.00000012 12.226027000000002 0.2817460317460318 29.500000000000004 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 8 5 4 12 11 7 -6 13 -8 -5 14 15 -1 -2 -3 -10 -18 -19 20 -13 -22 -23 -4 25 26 -17 -9 -29 -12 +right_child=2 3 23 10 6 -7 9 27 16 -11 29 19 -14 -15 -16 24 17 18 -20 -21 21 22 -24 -25 -26 -27 -28 28 -30 -31 +leaf_value=-0.041487481010204087 -0.084311316777368472 0.03010271190584668 -0.011918163403960529 0.023235227630644475 -0.017234836115094042 0.020371780930396269 -0.0077722876423152974 -0.017916462113522942 -0.069460031317165452 -0.0463437653826674 -0.0040662192396504829 0.01451227429511958 0.014363922917164405 -0.10103420099058871 -0.0077454550933761749 -0.017644701733097016 0.005783119979474863 -0.032756929827782735 0.009593193192015334 0.014313062098685943 -0.018018433919529755 -0.034262701928705723 0.039705162755402083 0.031435266568048612 -0.01496391396033693 -0.21646138596692674 0.14899007389594884 -0.065808685046520293 -0.018671348660475182 0.046945500164060898 +leaf_weight=220.35582663557867 32.108585996674719 111.0629554827126 92.849516691577719 638.85932656805767 1013.5846508733007 1816.6493558918883 2497.4518855627639 157.92573846722644 69.834536029668243 212.47215057096128 1345.0519020566378 770.32809146115142 1135.8719843297467 82.249498236496351 1126.4203655330411 12.161229180783272 240.06265921988836 591.05200651049256 123.30610974130104 1832.490246351877 810.59801917785444 50.945134137138666 161.77559542394738 1384.0364867757767 794.66026235183949 2.3822213064413509 17.10501091372862 399.47459166691232 132.48309987653812 64.031127770176681 +leaf_count=1227259 5228 3854 1403 24898 493268 23347 555568 175251 270644 170742 126658 61323 73608 1554132 85079 1701 142799 582220 9376 63169 80636 20275 7874 14604 219815 318 718 1798127 64391 1245 +internal_value=0 -0.00967973 0.0118165 -0.00660334 -0.0105971 0.00803697 -0.0177467 -0.0288022 -0.029467 -0.010797 0.00604633 0.00335357 0.00462274 -0.057681 -0.0098696 -0.00718133 -0.02113 -0.0175916 -0.0254467 0.00757835 0.000697658 -0.00970175 0.021988 0.0287095 -0.0121935 0.057316 0.0797999 -0.0457957 -0.0540709 -0.00174721 +internal_weight=0 9861.44 8078.2 8534.58 6486.64 6601.32 4413.39 1703.47 1326.86 2709.92 2047.94 4784.67 2073.24 302.605 1158.53 937.372 1024.26 954.421 714.358 3626.14 1793.65 1023.32 212.721 1476.89 826.309 31.6485 29.2662 689.883 531.958 1409.08 +internal_count=7859530 7496592 362938 3710162 3557361 346931 3257347 2531037 3786430 726310 152801 323584 300014 2781391 90307 226406 1005039 734395 591596 233277 170108 108785 28149 16007 222552 2737 2419 2037769 1862518 127903 +shrinkage=0.12 + + +Tree=62 +num_leaves=31 +num_cat=0 +split_feature=11 0 3 7 0 0 0 9 11 3 5 6 2 2 3 3 0 7 0 11 2 10 3 0 7 0 8 2 7 2 +split_gain=135.697 53.6373 47.9557 40.2695 27.0733 22.5672 20.865 20.0485 19.7378 17.5712 16.7392 19.2595 15.9096 15.5862 14.3213 13.7316 13.921 13.095 12.2522 12.2097 11.9982 11.9037 11.457 10.7283 10.5589 10.4983 9.4996 9.69876 9.44116 11.7591 +threshold=0.60769230769230786 35.82988550000001 1.0000000180025095e-35 1.5000000000000002 32.751201500000008 26.222069500000003 42.837928000000005 7.5000000000000009 0.14907407407407411 14.500000000000002 1.0000000180025095e-35 1.0000000180025095e-35 284040000.00000006 53438400.000000007 13.500000000000002 7.5000000000000009 55.906434000000004 13.500000000000002 11.867569500000002 1.0333333333333334 63892800.000000007 8.5000000000000018 39.500000000000007 16.872643500000006 1.5000000000000002 20.945663500000006 1.5000000000000002 157896000.00000003 2.5000000000000004 221054400.00000003 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 3 4 9 23 7 14 -5 -3 13 11 -6 18 -1 -4 16 28 -7 -9 -12 -20 -16 26 -2 -24 -15 -8 -28 29 -10 +right_child=2 8 6 5 10 17 22 12 15 -11 19 -13 -14 25 21 -17 -18 -19 20 -21 -22 -23 24 -25 -26 -27 27 -29 -30 -31 +leaf_value=0.014561999159262994 -0.023677264024180831 -0.032164429618189737 0.0080079595267585693 -0.028900450732279093 -0.02771558631742739 -0.022419716900378039 0.140310551570729 0.0062576482717515043 0.029943924357401681 0.039572334128966331 0.016761425158616113 0.014564839322110416 -0.1103477899266226 -0.027649196131575647 0.027165957812568465 0.027815368190915474 0.01407092176076437 -0.13703653846539285 -0.037689692890503237 -0.070512954327376601 -0.088571157575836251 -0.23907126900550668 0.13046213434066312 -0.0037142516005306482 0.045724129235323985 -0.0085129682442360091 0.043303964809610532 0.019460858022717891 -0.010652417550004765 -0.0073870328359873687 +leaf_weight=274.89486604303761 460.72434011752648 262.22253822207313 2678.993005815355 362.51665833240713 316.64002728205901 1340.2149975536454 10.345284101262221 41.426770898214386 211.98397813164047 100.0163727658437 1880.029341129509 304.1215128964086 96.258641182907809 690.7933661417519 792.00747366141513 273.20447553889244 697.93457111592943 14.480653547471773 129.78549423611832 23.340958665125072 137.51030761173422 2.395982605405151 26.722016704035923 2443.4181546878081 101.93347447655105 1025.9803599272293 320.78669763156267 1049.3997504711324 1431.6376329074596 284.60425721086312 +leaf_count=159682 153662 166356 99439 858211 28604 1101599 83 35119 16593 9209 67439 13435 1153321 1241340 10617 9307 25296 40740 229387 1263 797125 10 202 555293 950 811676 3200 10922 230738 28712 +internal_value=0 -0.0124529 0.00882213 -0.0213169 0.00101924 -0.032963 0.0173229 -0.0494033 -0.000638557 -0.00950062 0.0101094 -0.00700199 -0.0677528 -0.0119655 0.0122041 0.00221299 -0.000450763 -0.0236479 -0.0544623 0.0156901 -0.0638727 0.026354 0.0291035 -0.00688147 0.0633507 -0.0162133 0.0259106 0.0250438 -0.00570712 0.00854968 +internal_weight=0 7375.47 10410.9 4213.88 5428.27 2122.19 4982.58 767.498 3161.59 2091.68 2524.13 620.762 404.981 1991.67 3473.4 2899.36 2626.16 1354.7 308.723 1903.37 267.296 794.403 1509.19 2904.14 128.655 1716.77 1380.53 1370.19 1928.23 496.588 +internal_count=7859530 6914411 945119 6437409 819696 4215502 125423 3073163 477002 2221907 110741 42039 2214952 2212698 110066 310646 301339 1142339 1061631 68702 1026512 10627 15357 708955 1152 2053016 14205 14122 276043 45305 +shrinkage=0.12 + + +Tree=63 +num_leaves=31 +num_cat=0 +split_feature=11 0 0 3 11 7 9 0 7 0 1 2 2 10 6 12 4 1 5 1 2 6 2 5 2 0 0 0 2 12 +split_gain=130.522 72.0547 40.6451 27.336 25.2772 20.566 33.5871 23.0048 19.117 17.2304 16.0331 15.6063 14.8552 13.6036 13.5289 13.4589 13.0935 16.5268 13.0354 12.7044 12.2749 11.8281 14.8969 19.9436 16.3484 13.2732 12.0336 23.4579 11.7636 15.5491 +threshold=0.84523809523809534 35.449802500000011 24.424139000000004 4.5000000000000009 0.28991596638655465 1.5000000000000002 2.5000000000000004 26.319303500000004 3.5000000000000004 55.906434000000004 1.5000000000000002 284299200.00000006 94824000.000000015 4.5000000000000009 1.0000000180025095e-35 0.16954022988505749 2.5000000000000004 1.5000000000000002 1.0000000180025095e-35 1.5000000000000002 220708800.00000003 1.0000000180025095e-35 662385600.00000012 1.0000000180025095e-35 1230465600.0000002 27.145081500000003 22.955643000000006 6.6416175000000015 126273600.00000001 0.78888888888888908 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 5 10 8 15 12 18 11 13 20 14 -8 -1 19 -2 -3 17 -10 -7 -4 -6 25 -23 24 26 -14 27 -24 29 -12 +right_child=2 4 3 -5 9 6 7 -9 16 -11 28 -13 21 -15 -16 -17 -18 -19 -20 -21 -22 22 23 -25 -26 -27 -28 -29 -30 -31 +leaf_value=0.0048485260512454728 -0.057314022514814954 -0.021099195931864913 -0.012022558623938794 0.031610359959220527 0.011375673786797916 -0.0015980199162361167 -0.051173345715708723 -0.02648918877388114 -0.0048614097269855929 0.020032974810296665 0.018706564598172968 -0.10508813038861894 -0.033211673993039058 -0.22438743864153834 0.0080934258323651243 0.019276316519365923 0.086455262718971304 0.030982465536762697 -0.022151565038386133 0.010686360216346733 -0.0050145062138809973 -0.020237109248901278 0.11649147028805992 -0.069397218555722548 -0.095969336780304643 -0.0059461551639539327 0.10854672524023574 -0.056215156725824299 -0.0044706658815833362 -0.21002658673249089 +leaf_weight=702.46516860652264 130.73263050276682 841.70318543613917 411.47881343277959 1415.8915927229782 1083.8776929350629 615.34405674738946 349.30300542623525 549.39230282052222 239.02726706616522 968.18839554628903 504.61874954213818 99.322980383712661 648.40600953980697 3.6157826836570157 69.859340801087001 138.41651891040078 48.823590656451415 822.94278957556571 1598.9186182427889 2572.1792722912969 1674.4153047262939 153.20823469145023 21.275990292063391 21.930581829623264 9.2958961484572296 426.04691286559091 53.928729470837538 24.14730761228298 1432.7918798474766 4.2864442511927328 +leaf_count=346971 198500 311817 112966 16990 81967 436748 1262656 659906 6466 17029 17988 1294087 1518702 319 48010 15240 550 6281 795497 84064 123364 158641 978 27806 19392 108434 15220 23659 149117 165 +internal_value=0 -0.00904225 0.0117862 0.017236 0.00175047 -0.0186757 -0.0246781 -0.0429549 0.0122694 0.00626054 -0.00224097 -0.063116 -0.00931868 0.00727147 -0.034537 -0.0153968 0.02571 0.0229148 -0.0164398 0.00755446 0.00142611 -0.0166457 0.00514338 0.0349202 0.05599 -0.0224007 0.0702328 0.024703 0.00109594 0.0167677 +internal_weight=0 9979.59 7656.25 5513.96 4706.6 5272.99 3212.28 998.018 4098.07 3726.48 2142.29 448.626 2060.7 2987.27 200.592 980.12 1110.79 1061.97 2214.26 2983.66 2758.29 1358.24 283.787 130.579 108.648 1074.45 99.352 45.4233 1941.7 508.905 +internal_count=7859530 7218114 641416 227636 549417 6668697 4448894 3216649 210646 222360 413780 2556743 2219803 197349 246510 327057 13297 12747 1232245 197030 205331 1872832 245696 87055 59249 1627136 39857 24637 167270 18153 +shrinkage=0.12 + + +Tree=64 +num_leaves=31 +num_cat=0 +split_feature=12 2 3 11 2 0 3 0 0 1 0 7 12 2 0 11 0 2 3 3 0 2 2 5 10 7 11 12 7 11 +split_gain=127.62 39.2922 31.7292 31.4212 22.2836 20.2362 19.3853 19.077 28.9155 16.2831 15.1052 16.9295 14.2902 22.5076 14.9341 13.5428 12.4817 16.2902 12.977 12.9598 12.4597 11.917 11.8921 11.4684 10.9007 11.1957 13.5476 10.8283 13.6105 10.5728 +threshold=0.44949494949494956 378907200.00000006 1.5000000000000002 0.43303571428571436 615038400.00000012 32.751201500000008 8.5000000000000018 19.963219000000006 13.142298500000003 1.5000000000000002 30.664758000000003 1.5000000000000002 0.2817460317460318 663076800.00000012 42.837928000000005 0.24068965517241384 28.502720500000006 946900800.00000012 59.500000000000007 152.50000000000003 29.394558500000006 33998400.000000007 221140800.00000003 1.0000000180025095e-35 5.5000000000000009 4.5000000000000009 0.060915275200989494 0.72077922077922085 2.5000000000000004 1.0333333333333334 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 3 5 10 20 -2 7 8 -5 29 11 -1 13 -6 -15 -13 17 18 -4 -18 -3 -10 -11 -23 25 -12 -27 -24 -29 -7 +right_child=2 4 16 6 12 9 -8 -9 21 22 24 15 -14 14 -16 -17 19 -19 -20 -21 -22 23 27 -25 -26 26 -28 28 -30 -31 +leaf_value=-0.0058900888259199062 -0.0033623463055673214 -0.058855148050794864 0.0063003848523371505 0.017305429711353876 -0.0067895053105148286 -0.0028146952719513688 0.025721546761156015 0.0037978477412085646 0.00063814907928288252 0.02867426367817142 0.0020938175744741822 -0.059981227930098358 0.0054068339863534041 -0.045621935025427128 -0.0016513719746955164 -0.024739302076356873 0.024663108043947828 0.080426905650242672 -0.068886402133586253 0.095457123235688709 -0.027581475506885497 -0.018301302585425776 0.0026218304530031609 -0.061860588777107609 0.055680003880033906 -0.085247165387106083 -0.014436128167386045 -0.053417643223663935 0.027596519895501631 -0.1375271394725843 +leaf_weight=440.98691572242842 2107.9011039898946 270.82136251932434 569.09791755070728 222.59814170370089 854.21384501986051 660.53491653081164 456.15954464947754 2843.6681210618799 104.52627428870142 790.83031673677579 781.02000104583499 227.20596517940027 417.25887703694616 521.9515541315028 141.35191508358048 508.43063448951415 2122.7344560624624 40.604298475023825 35.064622836944181 37.875419593241531 568.86572911896496 140.67203991318871 948.65999273424313 228.38908930606232 39.37247877167465 40.907465728792431 785.03432678317813 31.510901652189204 561.71744358857586 8.4674446830758807 +leaf_count=418571 226480 847139 11052 65214 707059 49368 14399 855449 29668 10160 168691 1027244 89348 1170079 24000 1170818 29238 548 434 364 164669 169460 28331 244118 862 39031 290385 1664 4428 1259 +internal_value=0 -0.00930583 0.0112792 -0.00440713 -0.0213455 0.00564942 0.00243943 -0.00056099 -0.0183647 0.0119777 -0.0140986 -0.0244817 -0.0142603 -0.019668 -0.0362522 -0.035626 0.0215329 0.00688011 0.00193346 0.0259054 -0.0376698 -0.0351306 0.0167108 -0.0452603 -0.00667761 -0.00820646 -0.0179462 0.0105743 0.0232908 -0.00452582 +internal_weight=0 9593.43 7915 6818.97 2774.46 5109.62 3996.01 3539.85 696.186 3001.72 2822.96 1176.62 1934.78 1517.52 663.303 735.637 2805.38 644.767 604.163 2160.61 839.687 473.587 2332.72 369.061 1646.33 1606.96 825.942 1541.89 593.228 669.002 +internal_count=7859530 7496204 363326 4493910 3002294 321690 1378308 1363909 508460 95210 3115602 2616633 1990486 1901138 1194079 2198062 41636 12034 11486 29602 1011808 443246 44583 413578 498969 498107 329416 34423 6092 50627 +shrinkage=0.12 + + +Tree=65 +num_leaves=31 +num_cat=0 +split_feature=11 0 0 1 1 7 11 2 2 0 0 0 11 3 6 4 0 0 0 4 2 12 2 12 2 7 2 2 3 3 +split_gain=122.347 62.891 35.3342 22.319 19.6869 19.0517 33.3536 19.0311 14.3757 13.2199 13.0245 12.6302 12.5014 11.9783 11.1501 10.616 10.5007 10.4041 11.5545 10.3369 11.8813 11.6254 16.9803 10.2518 11.5005 12.2894 10.5906 9.64858 9.32777 16.4035 +threshold=0.76388888888888895 36.697481500000002 30.077133500000006 1.5000000000000002 1.5000000000000002 1.5000000000000002 0.24068965517241384 221140800.00000003 33998400.000000007 19.621536000000003 22.227638000000002 17.886976000000004 0.43303571428571436 16.500000000000004 1.0000000180025095e-35 339.50000000000006 63.388565000000007 11.867569500000002 1.0000000180025095e-35 4.5000000000000009 19656000.000000004 0.78888888888888908 221227200.00000003 0.15587044534412958 74174400.000000015 18.500000000000004 757512000.00000012 283780800.00000006 152.50000000000003 103.50000000000001 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 5 8 19 23 9 14 -5 -2 -1 17 -10 -6 27 -7 28 -9 18 -8 20 -4 22 -21 -3 -25 26 -26 -11 29 -13 +right_child=2 4 3 7 12 6 10 16 11 13 -12 15 -14 -15 -16 -17 -18 -19 -20 21 -22 -23 -24 24 25 -27 -28 -29 -30 -31 +leaf_value=-0.021704699519493886 0.02701742673055418 -0.039449425989049568 0.061491688661697894 0.032130491516623935 -0.0025663132829123868 -0.070283850849561055 -0.06589325581008118 0.011725711032941675 -0.016752195124754631 0.0032556372288675248 -0.014575046805182715 0.0025199744145914869 0.012597006823440964 0.046951148361575469 -0.034134483770881019 0.19351255856123822 0.034640801829008923 -0.042249900587723259 0.044013442090382299 0.098281322941012314 -0.015602400745651569 0.080669974802932365 -0.046038922154959715 0.021646902103456548 -0.035170751595803143 0.054472464808335432 0.013857816332527667 -0.018673653674378812 0.074662834685741947 -0.16005598413915462 +leaf_weight=753.38268407105647 299.73816463207913 192.54709303217555 30.649036039183954 1430.8059691537483 1364.1217136337536 249.4919363437248 20.049329166112557 2165.4036818055961 565.39819380326571 819.87564126796087 2229.8057911427586 2678.5509159570365 1837.6690183740502 68.742651755195766 242.28118960739718 4.1736462498702158 332.1165090254799 448.34410855043598 43.837466555649598 16.632376404781098 466.66853439208541 40.830345941591077 39.705653746335884 145.37502581338049 280.15984225843795 31.126335686321909 81.994953901854615 446.09882608531211 25.637061754241586 8.9368205443024618 +leaf_count=1061973 27688 153576 2379 17555 174395 1048241 14050 50818 176945 542117 1417397 327727 58248 5062 876402 140 1806 1128749 24634 950 49839 496 2453 21316 47803 1375 8172 617023 93 108 +internal_value=0 -0.00942754 0.0107647 0.0178162 0.00207945 -0.0179314 -0.0237008 0.0210955 0.00186224 -0.00899617 -0.0185393 -0.000434872 0.00613672 -0.00182251 -0.0524774 0.00296048 0.0147733 -0.0357944 0.00950714 -0.00385304 -0.0108478 0.031939 -0.00340239 -0.015686 -0.00718984 -0.0178501 -0.02407 -0.00447197 0.00266521 0.00197757 +internal_weight=0 9254.9 8105.25 4522.81 3932.99 5321.91 3233.81 3928.33 3582.43 2088.1 2742.04 3282.7 3201.79 1334.72 491.773 2717.3 2497.52 512.231 63.8868 594.486 497.318 97.1684 56.338 731.203 538.656 393.281 362.155 1265.97 2713.12 2687.49 +internal_count=7859530 7200533 658997 126296 464885 6735648 4509473 70179 532701 2226175 2584830 505013 232643 1164202 1924643 328068 52624 1167433 38684 56117 52218 3899 3403 232242 78666 57350 55975 1159140 327928 327835 +shrinkage=0.12 + + +Tree=66 +num_leaves=31 +num_cat=0 +split_feature=12 1 3 0 3 0 7 7 2 0 0 0 7 10 11 12 0 6 9 7 8 0 5 2 0 0 0 9 9 2 +split_gain=114.484 40.0663 30.4109 24.9325 23.8055 24.5903 31.4243 22.2473 19.5018 19.0035 15.6969 15.3134 13.6925 12.4235 12.3098 15.2723 14.4445 14.093 11.3418 11.1617 11.1084 12.9347 10.4219 10.2403 13.8108 11.8971 14.8459 10.0889 13.6868 13.5601 +threshold=0.45804195804195807 1.5000000000000002 11.500000000000002 26.041718000000003 25.500000000000004 30.264538000000005 1.0000000180025095e-35 1.5000000000000002 378734400.00000006 43.939336500000003 51.783302000000013 63.388565000000007 2.5000000000000004 1.5000000000000002 0.96666666666666679 0.93725490196078443 36.279123500000004 1.0000000180025095e-35 10.500000000000002 3.5000000000000004 2.5000000000000004 51.783302000000013 1.0000000180025095e-35 315316800.00000006 1.0000000180025095e-35 25.452091500000005 24.096014000000004 3.5000000000000004 21.500000000000004 378907200.00000006 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 9 3 -2 5 6 23 -7 11 -1 -9 14 27 -13 20 17 -17 -16 22 -12 21 -5 -14 25 -25 26 -3 -8 -29 -30 +right_child=2 4 -4 8 -6 7 12 10 -10 -11 19 13 18 -15 15 16 -18 -19 -20 -21 -22 -23 -24 24 -26 -27 -28 28 29 -31 +leaf_value=-0.038369911706969302 -0.0064269210118750057 0.0061776821907061604 0.029315367574456155 -0.037373344536044517 0.025101516786450215 0.016816910787048691 -0.00012075991402050159 -0.010127889407340504 0.0028089622269022122 -0.0061966856616757129 0.037703514343455806 -0.13845038305848331 0.00029968648467034798 0.040730993654927009 0.013920158203298059 0.031775530566555216 -0.070639781333859814 0.036183902575988212 -0.062728811347209548 0.0021129637973562052 0.0052867758840185915 -0.27744861716468583 -0.039247706371634813 0.08892082158777527 -0.016488618217328561 -0.021752720231229743 0.054165371031607977 -0.064372679592844942 -0.012333738326479283 -0.044381066040098081 +leaf_weight=886.57208818324261 1412.8187353858721 753.00357787320763 1093.7077763719244 41.209057096173638 343.56046695759778 851.58260299576978 391.93574656587225 2248.1408558866742 2178.0946129756467 376.70639057021663 164.21906437876169 5.6163468003505832 136.66716087137206 432.02411566134469 1134.3961773383007 32.526528665574006 50.719320106014493 640.66608049661818 184.0806682878947 557.86136916208852 770.30650520387508 3.4783661535475394 322.0938270987142 18.422510448676803 596.93837539244714 181.04116255504778 105.8611744065156 101.51921593767065 984.99411074734337 235.58702524172338 +leaf_count=3695340 142891 103360 11924 4005 17852 56345 157211 398066 91086 91090 4752 192 127362 2975 57356 1852 2703 16515 827582 31096 31260 179 331995 1662 174670 7157 3713 86119 763184 618036 +internal_value=0 -0.00888688 0.0107624 0.00773455 -0.00581422 -0.00717013 -0.0137318 -0.000281582 0.0115174 -0.0287763 -0.00518396 0.0176145 -0.0226318 0.0384222 0.0142077 0.0196002 -0.0306262 0.0219562 -0.0375669 0.0102084 0.00191156 -0.0562338 -0.0274671 -0.00105934 -0.0133287 0.0062012 0.0120942 -0.0170299 -0.0220424 -0.0185202 +internal_weight=0 9440.79 7795.56 6701.86 8177.51 7833.95 4012.14 3821.8 5289.04 1263.28 2970.22 3110.94 2356.88 437.64 2673.3 1858.31 83.2458 1775.06 642.842 722.08 814.994 44.6874 458.761 1655.27 615.361 1039.91 858.865 1714.04 1322.1 1220.58 +internal_count=7859530 7496592 362938 351014 3710162 3692310 3202051 490259 208123 3786430 433914 117037 2911489 3167 113870 78426 4555 73871 1286939 35848 35444 4184 459357 290562 176332 114230 107073 1624550 1467339 1381220 +shrinkage=0.12 + + +Tree=67 +num_leaves=31 +num_cat=0 +split_feature=11 0 3 0 12 7 2 1 11 0 12 11 6 12 2 0 0 1 2 2 0 0 6 2 3 0 7 4 2 4 +split_gain=110.925 59.076 36.2028 25.8228 24.3845 20.9157 22.8329 20.7588 18.5334 17.4337 13.6093 12.8127 11.428 10.9222 10.6942 10.6232 10.6975 10.5341 12.3323 10.1619 10.1321 10.0162 17.3367 10.7148 9.90033 9.84754 9.8849 9.76295 9.75949 11.0773 +threshold=0.80909090909090919 46.836120500000007 4.5000000000000009 28.355377000000004 0.72077922077922085 1.0000000180025095e-35 189086400.00000003 1.5000000000000002 0.47213622291021679 11.047593000000001 0.31414473684210531 0.29705882352941182 1.0000000180025095e-35 0.93725490196078443 31752000.000000004 27.826315500000003 27.446542000000004 1.5000000000000002 126446400.00000001 315921600.00000006 20.573342000000004 1.0000000180025095e-35 1.0000000180025095e-35 126360000.00000001 61.500000000000007 33.324993000000006 3.5000000000000004 4.5000000000000009 220708800.00000003 8.5000000000000018 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 3 4 5 7 9 -7 12 17 21 19 -3 27 -6 -9 16 -4 -5 -19 -8 -15 22 -1 -23 -17 26 -20 -2 29 -13 +right_child=2 11 15 8 13 6 10 14 -10 -11 -12 28 -14 20 -16 24 -18 18 25 -21 -22 23 -24 -25 -26 -27 -28 -29 -30 -31 +leaf_value=-0.12713030536392969 -0.041451346148049739 -0.0087517589773670312 0.014509097731600256 -0.036393334886396886 0.022023867767209774 -0.016497546194044758 -0.033607071782332999 0.031376386013221777 -0.0013379242098521343 0.022759393256166147 -0.022301597977473053 0.022842038301705617 0.0030810067290045736 -0.17632379314835867 0.0030940494833453106 0.028974772200345524 -0.089943366568960029 0.0063392810025514482 -0.018690358824911601 -0.062694176506489202 -0.0032756034475529498 0.0016920250563805879 0.15923513458221503 -0.057022047694032754 0.06911514039403005 -0.011600861120021217 -0.060122682711313213 0.014479570618940556 0.0063347319958403569 0.13522214033424054 +leaf_weight=4.3599567924787239 302.42198249337605 468.41000462060629 497.98817808693684 335.84211267785122 1490.3151586470021 1409.7938161734787 312.95482830212251 203.82137589317381 2553.8300262342673 247.72856060851908 416.90595412404195 649.83520950437514 193.86937077005041 4.9635165416075315 3464.2612309108104 1119.5204285395389 14.50146099925041 363.49739797700749 197.11852876178443 386.99504327132485 200.66549633121394 76.854511329928073 9.9215023899996595 107.13124595970262 96.066482638329035 767.91256456312658 143.14899308648285 52.768224658127224 1023.188153646026 12.852339526070862 +leaf_count=1970 256726 91111 7803 531265 26153 1728764 1158625 3123 313796 180119 167967 18327 68371 1168 232177 13907 208 72783 60403 2472711 10741 17015 330 69229 1207 173614 128974 23320 27331 292 +internal_value=0 -0.00866584 0.0107606 -0.0137977 0.00629532 -0.0224225 -0.0266515 0.00140845 -0.007919 0.00153557 -0.0394678 0.00880482 -0.0203521 0.0184468 0.00466583 0.0260396 0.0115484 -0.0172172 -0.0128404 -0.049691 -0.00747779 -0.0249824 0.071728 -0.0324997 0.0321486 -0.0191316 -0.0361245 -0.0331415 0.0136829 0.0250276 +internal_weight=0 9488.28 7641.16 7334 5913.09 2972.65 2526.65 4217.14 4361.35 445.996 1116.86 2154.29 549.06 1695.94 3668.08 1728.08 512.49 1807.52 1471.68 699.95 205.629 198.267 14.2815 183.986 1215.59 1108.18 340.268 355.19 1685.88 662.688 +internal_count=7859530 7214626 644904 7077565 621779 5796730 5528067 583717 1280835 268663 3799303 137061 348417 38062 235300 23125 8011 967039 435774 3631336 11909 88544 2300 86244 15114 362991 189377 280046 45950 18619 +shrinkage=0.12 + + +Tree=68 +num_leaves=31 +num_cat=0 +split_feature=11 0 0 7 9 3 0 1 2 0 3 2 3 0 2 5 6 2 0 4 1 2 0 11 4 2 12 10 1 4 +split_gain=103.751 46.2557 39.7399 23.8851 26.4473 20.3287 19.5906 17.473 17.5234 14.9839 14.6289 11.9601 11.9191 11.798 11.3964 10.8224 10.7299 13.651 20.2786 10.6347 10.333 10.1444 11.1729 9.99261 9.97329 9.62701 10.171 10.8385 9.33593 12.7835 +threshold=0.67948717948717963 41.01957500000001 35.449802500000011 2.5000000000000004 5.5000000000000009 1.0000000180025095e-35 22.323515500000003 1.5000000000000002 441806400.00000006 27.699832000000004 29.500000000000004 63374400.000000007 26.500000000000004 55.906434000000004 93960000.000000015 1.0000000180025095e-35 1.0000000180025095e-35 662385600.00000012 25.525596500000002 41.500000000000007 1.5000000000000002 94910400.000000015 20.514205000000004 0.12250000000000001 419.50000000000006 315576000.00000006 0.93725490196078443 3.5000000000000004 1.5000000000000002 2.5000000000000004 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 3 5 6 23 20 28 -4 15 14 -10 -8 13 -3 -6 25 -13 -18 -19 -15 24 -7 -23 -5 -2 26 -9 -28 29 -1 +right_child=2 12 7 4 9 21 11 8 10 -11 -12 16 -14 19 -16 -17 17 18 -20 -21 -22 22 -24 -25 -26 -27 27 -29 -30 -31 +leaf_value=-0.076736306991757722 -0.020210745860080898 -0.0042680708578493294 -0.003590794886493655 -0.079354011996169427 -0.03971645113862729 0.026499366335484206 0.014881096430473605 0.023866045781849907 0.0058183119503226917 -0.034182846702028202 0.068906750289608881 -0.011904517664209482 0.043680701382472223 0.011398791337626245 -0.10196608602988723 0.033223830541325071 -0.003967170885451809 0.10439724401458327 0.0020527588223941862 0.11941369447755781 -0.00092154424365654887 -0.015788319781089966 0.010520867352290497 -0.017162279428202917 0.17388316148623234 -0.020255191380411371 -0.2431250813065409 -0.014808630162796889 -0.01890769112808972 0.020104939046260178 +leaf_weight=87.970514863828697 573.67701605669117 1565.9677878760149 449.8382218164179 38.069199706495738 68.626593903770271 461.78012576804758 420.39022680113976 500.48062334860174 1015.7639064905998 294.71469156740363 55.806715917307884 1561.1498327928307 102.95743155177479 880.82756240712661 110.82346762464161 1546.7923633784837 282.43251563915055 48.149964173673951 66.165800800875942 13.29464236302192 2242.0729760628633 273.14810047667515 1558.7965899875453 1586.1364794215783 3.8080045081333074 97.200480710482225 4.0390408679377279 11.349508546059949 1070.9755952645874 25.249920332524113 +leaf_count=951734 364203 213013 31628 92274 207207 8992 170881 6160 20492 366045 475 928931 1764 49938 1224258 19255 148923 38089 25685 758 196514 19072 39594 1236212 145 2214 233 130 1361563 133148 +internal_value=0 -0.00968912 0.00906043 -0.0157448 -0.0259011 0.00221598 -0.00976233 0.0185673 0.0216518 -0.0508342 0.00910575 -0.00348297 0.00368566 0.00201131 -0.0781707 0.0278761 -0.00742618 0.010195 0.0451765 0.0130088 -0.00460843 0.0106048 0.0065979 -0.0186214 -0.0189219 0.0143826 0.0209099 -0.0750914 -0.0223731 -0.0551396 +internal_weight=0 8223.9 8794.55 5660.85 2098.37 5113.28 3562.48 3681.27 3231.43 474.165 1071.57 2378.29 2563.05 2460.09 179.45 2159.86 1957.9 396.748 114.316 894.122 2819.56 2293.72 1831.94 1624.21 577.485 613.07 515.869 15.3885 1184.2 113.22 +internal_count=7859530 7150423 709107 6884950 3125996 628520 3758954 80587 48959 1797510 20967 1312509 265473 263709 1431465 27992 1141628 212697 63774 50696 560862 67658 58666 1328486 364348 8737 6523 363 2446445 1084882 +shrinkage=0.12 + + +Tree=69 +num_leaves=31 +num_cat=0 +split_feature=11 0 0 3 11 0 7 9 2 1 2 5 1 0 0 9 3 3 7 1 0 7 2 2 4 2 7 4 0 0 +split_gain=99.8789 54.6055 35.5443 19.6734 17.6691 16.2211 15.8333 21.6257 15.3756 14.0867 13.5402 12.6372 12.1318 12.9507 11.112 11.0458 10.7755 10.4768 11.5811 9.48079 12.6722 13.0107 10.3974 12.4449 11.0455 9.39927 9.00656 8.90568 8.72135 10.7924 +threshold=0.84523809523809534 35.82988550000001 35.82988550000001 9.5000000000000018 0.14907407407407411 21.469912000000004 1.5000000000000002 2.5000000000000004 284385600.00000006 1.5000000000000002 473342400.00000006 1.0000000180025095e-35 1.5000000000000002 63.388565000000007 28.355377000000004 3.5000000000000004 28.500000000000004 13.500000000000002 4.5000000000000009 1.5000000000000002 63.388565000000007 5.5000000000000009 195220800.00000003 421156800.00000006 4.5000000000000009 315316800.00000006 18.500000000000004 474.00000000000006 26.319303500000004 11.867569500000002 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 3 5 6 -3 9 15 27 28 11 19 -2 26 -14 -10 -1 -12 -7 -19 20 22 -22 24 -24 -4 -11 -6 -8 29 -9 +right_child=2 4 10 -5 12 17 7 8 14 25 16 -13 13 -15 -16 -17 -18 18 -20 -21 21 -23 23 -25 -26 -27 -28 -29 -30 -31 +leaf_value=0.032643821159259546 -0.019248668986263769 -0.029539190954574957 -0.0043001892605073434 0.011540001829404305 -0.013250517235253261 0.0059537210329307522 -0.017536730671780867 0.013898881468823333 -0.095745251607412318 0.0048224202532483676 0.0056795338623752021 -0.1094349245234798 0.003308357475054704 0.023440682829686289 -0.044956670100150642 -0.011928565239064812 0.070371105520088517 0.029474760356490454 -0.14575493711781309 0.02981457887361268 -0.12681663759316336 0.072462136828598658 -0.083289456760940309 0.062979248494980822 0.13037533891060643 -0.017402741598715459 0.046038043724815493 0.16926657984082283 -0.015303385410706092 -0.052370052416862746 +leaf_weight=83.793163805641143 62.657520893254514 247.06134865934837 93.35548850240275 335.01281862573342 721.92150533037511 2968.3005918676508 2006.0474361245963 40.730753370500906 98.740538923046046 694.32768498614496 810.99184774331479 34.784011381786513 2872.4369089754091 547.85110054188408 167.09202666979198 1785.282591321316 38.82395197430742 380.30484681535927 5.480648022145032 1704.1069856974896 5.1965329406084484 48.667305469225539 45.060924557827093 10.263912388036259 9.6484079282963631 452.60108757292346 38.854163741224511 3.6520262023639125 314.87040243378158 269.20846272431641 +leaf_count=94230 92335 166356 12081 40659 171397 264336 1235902 38142 1401174 50568 20139 86898 175101 8281 186081 2114025 387 4279 106 22736 335 353 4282 707 167 81707 2719 369 358924 1224754 +internal_value=0 -0.00810924 0.0104964 -0.0165684 0.00164197 0.00403059 -0.0185429 -0.0240933 -0.0396584 -0.00767041 0.0212452 -0.0514665 0.00348468 0.00653327 -0.0638302 -0.00992983 0.00863736 0.00837171 0.0269742 0.0268362 0.00291606 0.0531768 -0.0141896 -0.0561341 0.0083492 -0.0039483 -0.0102208 -0.0171948 -0.0293716 -0.0436608 +internal_weight=0 9532.56 7364.57 5104.43 4428.13 4598.46 4769.42 2900.34 890.642 1244.37 2766.12 97.4415 4181.06 3420.29 265.833 1869.08 849.816 3354.09 385.785 1916.3 212.193 53.8638 158.329 55.3248 103.004 1146.93 760.776 2009.7 624.81 309.939 +internal_count=7859530 7218114 641416 6694260 523854 580229 6653601 4445346 3209075 311508 61187 179233 357498 183382 1587255 2208255 20526 268721 4385 40661 17925 688 17237 4989 12248 132275 174116 1236271 1621820 1262896 +shrinkage=0.12 + + +Tree=70 +num_leaves=31 +num_cat=0 +split_feature=12 1 3 8 2 7 0 7 0 0 1 0 12 0 2 0 0 7 7 3 0 0 10 0 8 11 11 2 3 5 +split_gain=96.8591 36.7714 27.01 20.4706 20.3256 19.2043 31.8156 16.6358 15.9544 14.4576 13.2548 12.8092 11.9211 12.4886 11.6653 10.9032 14.4287 11.2831 10.5818 9.60345 9.39271 9.14895 11.7762 9.12876 9.09547 8.86355 8.77232 9.61384 9.14616 9.38494 +threshold=0.45804195804195807 1.5000000000000002 4.5000000000000009 3.5000000000000004 378907200.00000006 1.0000000180025095e-35 33.981020000000008 4.5000000000000009 27.577402000000003 30.077133500000006 1.5000000000000002 55.906434000000004 0.25543478260869573 -1.0000000180025095e-35 31752000.000000004 25.373452000000004 25.525596500000002 1.5000000000000002 1.0000000180025095e-35 103.50000000000001 5.2224168000000004 45.25187300000001 7.5000000000000009 55.906434000000004 7.5000000000000009 0.060915275200989494 0.73863636363636376 647179200.00000012 1.5000000000000002 1.0000000180025095e-35 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 8 3 10 5 9 -7 19 18 -3 23 -5 13 -6 -12 17 -17 -15 -1 -8 -20 22 -4 -2 -10 -9 27 28 29 -16 +right_child=2 4 21 11 12 6 7 25 24 -11 14 -13 -14 15 26 16 -18 -19 20 -21 -22 -23 -24 -25 -26 -27 -28 -29 -30 -31 +leaf_value=-0.029974815893788295 -0.01498977250209545 0.0056912268500452414 0.017285149753535654 0.0083665170318746977 0.067631452378365667 -0.01473812936732851 0.013358266126416671 -0.07943675634407639 -0.02141885142298109 0.040736052322577786 0.039120136216423088 0.026583356647969531 0.0012793312554627483 -0.028011242346734338 -0.17348081681786667 0.065478675078318407 -0.016509930888489462 -0.07857789614018415 0.094663791554561935 0.13795133343849419 -0.080937817820497887 0.034641920952713311 -0.1961487600527406 -0.10601658694270173 0.077183747434006994 -0.0067827598547896342 0.0028665894186188628 0.029074414863434355 0.015429741584288316 -0.053113063955782774 +leaf_weight=152.3813339686414 496.26103332872253 1242.8532341001301 1115.9271738923192 1760.7340148495218 23.284036584700971 2388.4489696676187 1227.2441907006503 25.155362255771252 903.72196936945988 196.26180917828606 123.67791230697276 812.23432327378578 506.27422371510329 476.2395894085634 11.43507773539204 31.729087114079675 1155.6444188947823 73.314218354062234 4.505216330719775 8.9439862946746853 138.85980898955026 631.05324203753457 3.7052058246918014 16.359972523205215 13.646455457754199 605.86429959517295 2539.8551539360833 28.143672414779758 21.46895836800104 50.344922709233288 +leaf_count=340784 156879 148158 18247 60435 11286 1773051 74985 14114 846726 3816 1418 5960 70174 518701 620 10624 359918 636866 16466 142 2582244 4828 21 1065 210 88327 107342 1907 566 3650 +internal_value=0 -0.00830274 0.0100079 0.00610078 -0.00533711 -0.00151192 -0.00556426 0.00617058 -0.0277645 0.0104713 -0.000173472 0.0141174 -0.0149481 -0.0196155 0.00310153 -0.0207862 -0.0143174 -0.0347611 -0.0520008 0.014263 -0.0754009 0.023087 0.0165736 -0.0179009 -0.0199496 -0.00968272 0.00142087 -0.0315347 -0.0520277 -0.0754657 +internal_weight=0 9174.37 7611.2 5860.52 7961.26 5694.77 4255.66 1867.21 1213.11 1439.12 3287.55 2572.97 2266.49 1760.21 2774.93 1736.93 1187.37 549.554 295.746 1236.19 143.365 1750.69 1119.63 512.621 917.368 631.02 2651.25 111.393 83.249 61.78 +internal_count=7859530 7496592 362938 339842 3710162 2102593 1950619 177568 3786430 151974 273447 66395 1607569 1537395 115503 1526109 370542 1155567 2939494 75127 2598710 23096 18268 157944 846936 102441 114085 6743 4836 4270 +shrinkage=0.12 + + +Tree=71 +num_leaves=31 +num_cat=0 +split_feature=12 7 0 9 3 0 3 0 0 1 7 1 0 2 4 2 4 11 0 2 2 2 11 12 11 2 2 2 2 0 +split_gain=92.5081 33.5405 30.0298 27.2295 27.0992 21.2009 17.2479 17.1814 17.064 15.4377 14.359 15.9234 13.5745 12.6538 12.5946 15.9818 12.1496 11.5865 11.4004 11.1467 10.4456 10.8016 10.1002 10.0508 10.009 9.9255 9.91379 9.42199 9.3167 9.40435 +threshold=0.36602870813397131 2.5000000000000004 22.323515500000003 5.5000000000000009 8.5000000000000018 25.525596500000002 5.5000000000000009 55.906434000000004 27.946536000000005 1.5000000000000002 1.0000000180025095e-35 1.5000000000000002 45.25187300000001 284212800.00000006 1.0000000180025095e-35 221227200.00000003 1.0000000180025095e-35 1.0333333333333334 51.783302000000013 284299200.00000006 56203200.000000007 662385600.00000012 0.96666666666666679 0.72077922077922085 0.066120218579234988 1230465600.0000002 662731200.00000012 24494400.000000004 33998400.000000007 38.913780500000009 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 2 10 7 5 -2 12 16 -5 14 -1 -12 19 -11 17 -16 28 27 -17 -4 -8 -22 -14 26 -9 -23 -15 -7 29 -3 +right_child=4 3 6 8 -6 9 20 24 -10 13 11 -13 22 23 15 18 -18 -19 -20 -21 21 25 -24 -25 -26 -27 -28 -29 -30 -31 +leaf_value=-0.0065182794537129796 -0.0078003758326891069 -0.015170467735509098 0.0031316261558129044 -0.07465943537585279 0.024948476666455579 0.036047809921924627 0.11299966184883882 -0.126647042131075 -0.029319787766033129 0.019602149448875485 -0.091998604105535273 -0.022947184341211145 0.020568219165300258 -0.005735957073089379 0.056650838469978877 -0.021116662407991871 -0.067834189517766846 -0.16866146989175107 0.050716381578443749 -0.012211863990396707 0.01398742911445788 0.081423651308505957 0.14278568555169011 0.017450903614672827 0.0094770319070743882 -0.16365893857451125 0.013667616865300396 -0.014195289767772481 -0.018968717820769525 0.051120500670951446 +leaf_weight=1151.9685244361644 1274.0265333642683 67.445965991677554 1870.3870570527715 167.24299558635181 1318.9638351985586 58.199272057827784 18.470132824419352 7.8816365092752667 419.11014936452278 1979.2289584886248 51.208108918470543 783.87327478128987 277.28758539508181 1048.2784105643434 99.467064430220944 131.17580619055116 69.202467428292266 6.6846537477613301 41.969155450235121 1072.8706139893984 393.47644185032641 53.136434307221634 10.062668811093316 835.16001613283674 461.79200363299969 2.4637279913295052 594.00876580863951 698.37534467002934 1659.4111502449562 56.696365334490451 +leaf_count=523585 152068 67999 709063 1449675 15817 6803 277 5161 406699 37986 974776 1232214 13792 41667 9829 16203 173987 1636 733 689464 17347 4749 138 11701 29674 348 20520 108907 1125551 11161 +internal_value=0 -0.00866834 -0.003306 -0.0191489 0.00921343 0.00614621 0.00308689 -0.0133147 -0.042255 0.00938122 -0.0152038 -0.0271846 -3.08459e-05 0.0124483 -0.00381458 0.0183244 -0.0185113 -0.0117223 -0.00369905 -0.00246142 0.0246281 0.0209862 0.0248626 0.006733 0.00718478 0.0704813 0.00128236 -0.0103291 -0.0165965 0.01511 +internal_weight=0 8593.99 5685.2 2908.78 8085.54 6766.57 3698.15 2322.43 586.353 5492.55 1987.05 835.081 3230.61 4456.68 1035.87 272.612 1852.76 763.259 173.145 2943.26 467.547 449.077 287.35 2477.45 469.674 55.6002 1642.29 756.575 1783.55 124.142 +internal_count=7859530 7435660 4165753 3269907 423870 408053 1435178 1413533 1856374 255985 2730575 2206990 1412457 111874 144111 26765 1378698 117346 16936 1398527 22721 22444 13930 73888 34835 5097 62187 115710 1204711 79160 +shrinkage=0.12 + + +Tree=72 +num_leaves=31 +num_cat=0 +split_feature=11 0 3 11 7 11 7 1 0 12 7 9 0 2 3 2 0 0 0 11 3 2 2 6 6 2 8 5 2 7 +split_gain=89.9736 49.4697 29.7959 22.1792 17.2182 17.9812 16.2187 13.4707 13.1771 12.7589 15.1003 26.5103 12.6018 11.7717 9.60121 10.1751 9.52927 9.16204 9.07962 9.93528 9.00315 8.85329 8.8137 13.1537 8.71808 10.6855 12.5426 11.1008 9.80483 8.5037 +threshold=0.80909090909090919 29.087282000000002 1.0000000180025095e-35 0.4188596491228071 1.5000000000000002 0.24068965517241384 3.5000000000000004 1.5000000000000002 40.27922800000001 0.22902097902097904 3.5000000000000004 2.5000000000000004 46.836120500000007 125755200.00000001 22.500000000000004 46440000.000000007 46.836120500000007 16.872643500000006 31.763350000000006 0.060915275200989494 13.500000000000002 63028800.000000007 121867200.00000001 1.0000000180025095e-35 1.0000000180025095e-35 662385600.00000012 1.0000000180025095e-35 1.0000000180025095e-35 410443200.00000006 8.5000000000000018 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 4 6 9 14 -6 7 -2 13 10 11 16 -5 20 15 -1 -3 -9 -12 29 -4 -19 -16 -24 28 -26 27 -27 -17 -20 +right_child=2 3 8 12 5 -7 -8 17 -10 -11 18 -13 -14 -15 22 24 -18 21 19 -21 -22 -23 23 -25 25 26 -28 -29 -30 -31 +leaf_value=0.0093558460297079385 -0.019524623682521586 0.026642090051488269 0.020082061742706232 -0.00081606743372362144 -0.061272505922987323 -0.024158264200325411 0.016783203521638791 -0.016656180579353932 0.028004642159914949 0.01018886620977528 -0.05534298887911316 -0.011749874484007775 0.014131488323677308 0.0083255453967309885 0.079917903887474537 -0.016462856465917126 0.096556027716322754 0.028780411907250697 -0.0094446580085187203 -0.016607429181618116 0.058042715911337195 0.0022629393075899598 -0.090905954362110644 0.089047937512482203 -0.016577758473718833 0.084926250123410346 -0.030191006582867549 -0.066325055584072548 -0.045588456886194527 -0.10183060569282738 +leaf_weight=238.68044080749905 514.11745679990008 117.39977837148695 387.85706718549386 2421.9801671875603 219.75954432416052 1299.4706825715696 868.59355317179234 331.65584855973793 1180.2961074022628 365.04037755091304 109.40946022798244 676.22735092479093 1221.9259399298426 1942.9683121983792 31.060534652544447 752.55547775781827 36.883223669123254 200.59872426468064 23.257421941143022 1109.0459845896351 117.1373363751627 1882.1639189117323 14.164431020551092 9.9192970772710396 158.29341731866708 54.092229590932774 28.955083137891734 8.0006830246594074 213.6991580862092 37.445034100886303 +leaf_count=131236 353694 20951 8954 291307 1591169 2209516 14241 62352 12686 35208 194575 195392 28268 60587 1192 987709 1177 3741 18515 446494 874 127775 2954 1696 178967 20097 55306 7887 750051 44959 +internal_value=0 -0.00796629 0.00981359 -0.00175752 -0.0205094 -0.029528 0.00238299 -0.00188819 0.0175899 -0.0105244 -0.0141086 -0.00150886 0.00419643 0.0125682 -0.0114317 -0.0132956 0.0433714 0.00186744 -0.0222889 -0.0191959 0.0288903 0.00481731 0.0377041 -0.0167703 -0.0177433 0.00226179 0.0350104 0.0654149 -0.0229056 -0.0664562 +internal_weight=0 9147.27 7425.39 6118.61 3028.65 1519.23 3797.13 2928.54 3628.26 2474.71 2109.67 830.51 3643.91 2447.96 1509.42 1454.28 154.283 2414.42 1279.16 1169.75 504.994 2082.76 55.1443 24.0837 1215.6 249.341 91.048 62.0929 966.255 60.7025 +internal_count=7859530 7214626 644904 1276846 5937780 3800685 561803 547562 83101 957271 922063 217520 319575 70415 2137095 2131253 22128 193868 704543 509968 9828 131516 5842 4650 2000017 262257 83290 27984 1737760 63474 +shrinkage=0.12 + + +Tree=73 +num_leaves=31 +num_cat=0 +split_feature=12 1 3 0 7 0 0 0 7 0 7 3 7 0 0 4 2 3 2 1 0 0 11 4 0 2 3 7 3 2 +split_gain=88.1224 31.3377 24.1411 18.6908 23.3493 15.7896 15.5225 14.2057 13.9988 13.6856 12.0629 10.9362 9.89878 9.29229 8.91878 8.8858 8.7688 8.50932 8.33985 9.0158 9.60529 9.33067 8.13449 11.4112 10.5512 9.10343 8.04697 8.03657 8.01815 9.3103 +threshold=0.44949494949494956 1.5000000000000002 1.5000000000000002 20.298305500000001 2.5000000000000004 33.324993000000006 46.836120500000007 38.267659000000002 1.0000000180025095e-35 48.846755000000009 1.0000000180025095e-35 23.500000000000004 8.5000000000000018 13.142298500000003 42.837928000000005 339.50000000000006 4133851200.0000005 140.00000000000003 11793600.000000002 1.5000000000000002 22.481851500000001 22.534071000000004 0.29705882352941182 36.500000000000007 17.276548500000001 62856000.000000007 310.50000000000006 3.5000000000000004 8.5000000000000018 315748800.00000006 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 9 6 8 7 12 15 10 -3 22 11 -5 -6 -10 -4 18 -8 -16 -2 20 -20 -22 23 -1 -25 -24 -12 -26 -7 -30 +right_child=2 3 14 4 5 28 16 -9 13 -11 26 -13 -14 -15 17 -17 -18 -19 19 -21 21 -23 25 24 27 -27 -28 -29 29 -31 +leaf_value=-0.056770408259986124 0.071619151210850079 -0.0059925614022538695 0.013300399206874095 0.0071421835011209363 -0.023008487441145396 -0.0079093078174858056 0.016272350085751841 0.019142928408039786 -0.010675804659100343 -0.00092702623357738883 -0.0053473867375370679 0.056455206352667771 -0.085471476387871462 -0.038173186150958653 0.026125151741121403 0.12606348240490409 -0.19531352858830098 0.10647332890518359 -0.056715012381664341 0.0029309450765594943 0.13682698460033391 -0.0091004571351995783 -0.001480103939505445 -0.17919112982036672 0.12612648552053057 -0.033872429057492319 -0.24138423412021584 -0.097212104978448635 0.036131183299524486 -0.023510606666513514 +leaf_weight=254.45392136851513 23.369216353383763 831.48503051701255 1599.9634268179175 1012.8671375812678 661.57839109341808 1651.6797423660973 1300.2417150811398 706.08105194944801 274.23902276532272 243.49769698312844 1877.5969559907589 69.154536197412654 38.645497701878185 499.08207085193953 1004.1785536297471 8.067594864376586 2.7968208210659204 19.319749333313666 62.912103383759813 2759.8047207320997 6.337685023229823 692.5839909636004 167.15993700146009 2.572473383423115 11.920459811759699 494.59171404547885 2.0521888323128215 2.8553872424137987 128.48349345065799 53.306227474688058 +leaf_count=1760353 2851 221559 31868 76461 860766 254396 19453 31375 265053 51224 749641 1801 103023 1136887 9542 138 73 226 38609 117539 775 142252 321869 3075 17253 1613240 12 19189 5788 3239 +internal_value=0 -0.00801108 0.00962166 -0.00525887 -0.00227182 -0.011131 0.00461072 0.00384814 -0.0168015 -0.0262632 0.000201614 0.0102954 -0.0264593 -0.0284227 0.0188969 0.000502088 0.0158137 0.0276449 0.000215276 -0.000259159 -0.0118152 -0.0077714 -0.0328714 -0.0503499 0.0437577 -0.0256905 -0.00560894 0.0828575 -0.00527652 0.0186414 +internal_weight=0 8983.3 7479.58 7806.25 6201.45 2533.69 4856.11 3667.75 1604.81 1177.05 2961.67 1082.02 700.224 773.321 2623.46 3553.08 1303.04 1023.5 3545.01 3521.64 761.834 698.922 933.554 271.802 17.3483 661.752 1879.65 14.7758 1833.47 181.79 +internal_count=7859530 7496204 363326 3710001 2086502 1227212 321690 859290 1623499 3786203 827915 78262 963789 1401940 41636 302164 19526 9768 302026 299175 181636 143027 3734979 1799870 39517 1935109 749653 36442 263423 9027 +shrinkage=0.12 + + +Tree=74 +num_leaves=31 +num_cat=0 +split_feature=11 0 0 3 0 7 7 7 2 1 1 1 0 2 0 6 2 0 11 10 1 2 0 12 11 0 3 2 2 0 +split_gain=83.6257 43.9696 27.3654 19.8886 14.99 18.2377 14.761 14.5458 14.206 13.6516 11.6588 11.5053 10.8851 10.8106 10.4467 14.0705 10.2375 10.2158 10.6446 10.0499 9.28706 9.12254 8.56311 8.45642 8.44678 8.85933 8.19187 8.15559 8.10941 7.92187 +threshold=0.84523809523809534 40.27922800000001 22.481851500000001 4.5000000000000009 24.907383000000003 8.5000000000000018 3.5000000000000004 1.0000000180025095e-35 32097600.000000004 1.5000000000000002 1.5000000000000002 1.5000000000000002 11.047593000000001 1573992000.0000002 1.0000000180025095e-35 1.0000000180025095e-35 148651200.00000003 63.388565000000007 0.30217391304347835 4.5000000000000009 1.5000000000000002 315316800.00000006 32.495975500000007 0.93725490196078443 0.62019230769230782 5.2224168000000004 19.500000000000004 126360000.00000001 220881600.00000003 22.534071000000004 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 4 11 6 7 8 19 12 -6 24 -3 -2 14 -11 15 -1 22 18 26 29 -10 23 -7 -13 25 -9 -12 -16 -28 -4 +right_child=2 10 3 -5 5 16 -8 9 20 13 17 21 -14 -15 27 -17 -18 -19 -20 -21 -22 -23 -24 -25 -26 -27 28 -29 -30 -31 +leaf_value=-0.11329041961198266 -0.040976100398398517 -0.011676769046631763 0.08277473567872802 0.025946797314353138 0.020418357062541283 -0.096852724499171219 0.02192281913685306 0.075736199209233385 -0.024150046035835728 -0.022661079404958137 -0.017809236726721609 0.0072158848841539216 0.01993589964082753 -0.10489706905672024 0.0009257679528557306 0.16091353473633446 -0.077251144307111136 0.021402273918398617 0.0073755594871195238 -0.20587834790023121 -0.0071544201964691516 -0.013758827448322833 0.024042679137900012 -0.14943822594766873 -0.011985584487386132 -0.095235889671066928 0.10235891303454171 -0.051382170510683257 -0.20412915851719093 0.0052311267702056961 +leaf_weight=3.7572219665514099 116.53934520300663 581.16966795911139 19.053821035016426 1397.051458993059 239.8625847007529 11.262520203359342 1036.8793272935818 4.5923051443049152 546.22828308150838 1509.8153326711013 383.14251756202543 818.27037795311298 185.51916335735717 23.3481200085007 75.57924029644893 9.3446250409278946 86.970591923289675 565.04004750116292 1686.5642889408844 3.2064608507353105 3037.4662707292096 544.07059476588347 33.33236470672756 4.9624179909005752 30.029882461816584 80.663082532030145 13.235581584805912 99.303331466808103 1.343809814112318 3223.7875163932681 +leaf_count=1970 203064 152479 2034 18423 106841 39720 14021 16106 1016528 2322609 79932 55661 169283 95713 17015 330 165253 13843 55434 358 768061 89496 30076 322 67759 2029313 455 69229 165 258037 +internal_value=0 -0.00756497 0.00972316 0.0135139 -0.0136614 -0.00936448 0.0094583 -0.0220662 -0.0078527 -0.0269109 0.00371464 -0.0047875 -0.000683815 -0.0239155 -0.0210331 0.0822008 -0.0532882 0.00709107 0.00321112 0.00547662 -0.00974508 -0.00170221 -0.00653426 0.00626617 -0.0667309 -0.086003 -0.0144477 -0.0287799 0.0737482 0.00568751 +internal_weight=0 9207.57 7163.82 5679.98 5977.07 3955.12 4282.93 2021.95 3823.56 1648.45 3230.5 1483.84 373.504 1533.16 187.984 13.1018 131.565 2649.33 2084.29 3246.05 3583.69 1367.3 44.5949 823.233 115.285 85.2554 397.722 174.883 14.5794 3242.84 +internal_count=7859530 7218114 641416 292873 6915806 2126479 274450 4789327 1891430 4531500 302308 348543 257827 2418322 88544 2300 235049 149829 135986 260429 1784589 145479 69796 55983 2113178 2045419 80552 86244 620 260071 +shrinkage=0.12 + + +Tree=75 +num_leaves=31 +num_cat=0 +split_feature=12 1 1 0 3 4 7 9 0 0 3 2 12 5 0 2 2 11 2 2 0 7 2 2 3 7 2 0 2 4 +split_gain=81.4254 25.8158 21.3715 19.8686 17.5443 15.8801 13.1191 17.7488 17.5715 12.2497 11.9789 11.9215 11.5165 11.419 14.3487 14.6009 11.064 9.87781 13.2086 18.5535 9.99871 11.7596 9.8693 9.31544 8.96007 8.86806 23.5549 8.56048 9.36865 8.31474 +threshold=0.44949494949494956 1.5000000000000002 1.5000000000000002 51.783302000000013 2.5000000000000004 339.50000000000006 2.5000000000000004 7.5000000000000009 38.267659000000002 42.837928000000005 14.500000000000002 662904000.00000012 0.89444444444444449 1.0000000180025095e-35 33.981020000000008 158068800.00000003 441547200.00000006 0.88194444444444453 728740800.00000012 378734400.00000006 28.502720500000006 2.5000000000000004 662299200.00000012 536241600.00000006 101.00000000000001 1.5000000000000002 94392000.000000015 37.701621500000009 346766400.00000006 1.0000000180025095e-35 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 9 5 10 6 29 8 13 16 -1 17 -10 -12 -8 15 -15 -3 20 19 25 21 -4 -18 -5 -6 26 -19 28 -14 -2 +right_child=2 4 3 23 24 -7 7 -9 11 -11 12 -13 27 14 -16 -17 22 18 -20 -21 -22 -23 -24 -25 -26 -27 -28 -29 -30 -31 +leaf_value=-0.033049290572353208 -0.014167439656009051 -0.0033168954398596442 -0.20013070887763421 0.030504867814626808 0.0046162586484885179 0.12482598345671801 0.0064583093493430299 -0.039511765739857645 0.023473737530608337 -0.0064174332575967375 0.025994009552551201 -0.028572058275561866 0.14161706063034901 -0.010585995135160687 -0.0083981024716971719 -0.058433614591141339 -0.041212981996266836 0.03892341212701534 0.029188967273334459 -0.0077696268071659608 0.0027483549983359527 -0.020757167663508398 -0.011614486662358372 0.0081187020856447484 0.057926762124398692 0.021760302442870812 -0.0041161447423008115 -0.22219694934101467 -0.091158242189170638 0.010796409711454843 +leaf_weight=780.52052768355816 793.28721613897073 2667.0337600867906 5.3436839271639647 1021.7176875027671 1483.0241785236367 13.069571096275466 423.88000373500427 373.17363960622993 456.75886063192411 365.03032013233724 641.57153027167533 73.55901546712812 3.4631004552356925 171.21103370035692 954.12055645930934 198.10894602349444 214.57848703491948 235.87450676081812 418.61095883966118 911.01943749319275 758.00255411622857 256.89933307370347 664.73687108838328 362.72762339417022 46.803275843598385 894.83766895512008 818.14123925792228 4.2327396410983047 8.6425703887362015 253.5017187902256 +leaf_count=3682044 161868 1105634 1127 7906 191438 163 161459 931684 21234 104159 7931 5202 60 79391 115354 280088 235277 3935 12918 40644 20380 21829 581424 3839 1816 13009 35290 147 108 32172 +internal_value=0 -0.00775247 0.00929395 0.0119303 -0.0052601 -0.00647887 -0.00810109 -0.0157565 -0.00411902 -0.0245634 0.00838018 0.0162534 0.0234592 -0.0106825 -0.0161725 -0.0362549 -0.00716561 0.00607223 0.00928112 0.00636685 -0.00423927 -0.0244347 -0.0188385 0.0246399 0.00624833 0.0129752 0.00551636 -0.0759427 -0.0243821 -0.00812179 +internal_weight=0 8872.54 7400.94 6341.08 7726.99 1059.86 6197.16 2120.49 4076.67 1145.55 4956.64 530.318 657.91 1747.32 1323.44 369.32 3546.35 4298.73 3278.48 2859.87 1020.25 262.243 879.315 1384.45 1529.83 1948.85 1054.02 16.3384 12.1057 1046.79 +internal_count=7859530 7496204 363326 169123 3710001 194203 3516747 1567976 1948771 3786203 157378 26436 8246 636292 474833 359479 1922335 149132 105796 92878 43336 22956 816701 11745 193254 52234 39225 315 168 194040 +shrinkage=0.12 + + +Tree=76 +num_leaves=31 +num_cat=0 +split_feature=11 0 3 11 7 2 6 12 2 2 12 12 0 3 3 6 2 2 7 2 0 11 7 9 10 1 0 7 0 9 +split_gain=76.8483 38.0222 24.0796 19.6504 14.9301 16.1788 14.3875 13.3228 12.1554 11.8009 11.908 11.7014 11.5487 11.5189 10.4255 10.4237 12.7078 13.8325 10.2693 10.1443 10.0199 9.58574 9.15176 20.7697 9.10469 8.95319 9.70403 8.46775 10.1815 11.3056 +threshold=0.76388888888888895 28.355377000000004 1.0000000180025095e-35 0.43303571428571436 1.0000000180025095e-35 284385600.00000006 1.0000000180025095e-35 0.24500000000000002 126273600.00000001 221140800.00000003 0.93725490196078443 0.31009615384615391 28.502720500000006 1.5000000000000002 63.500000000000007 1.0000000180025095e-35 662385600.00000012 663076800.00000012 1.5000000000000002 252072000.00000003 27.026261500000004 0.96666666666666679 3.5000000000000004 2.5000000000000004 5.5000000000000009 1.5000000000000002 31.547599000000002 3.5000000000000004 17.366282500000004 5.5000000000000009 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 4 6 11 15 27 25 18 14 10 20 22 -10 -5 -4 -1 -17 -18 -7 -11 -8 -14 23 -3 -24 26 -2 -6 -29 -30 +right_child=2 3 8 13 5 7 9 -9 12 19 -12 -13 21 -15 -16 16 17 -19 -20 -21 -22 -23 24 -25 -26 -27 -28 28 29 -31 +leaf_value=-0.0097682475891977694 -0.036997028497767218 0.036970718780776277 0.025407479204925722 -0.00069474327698902921 -0.013696593135620284 -0.040260786974608304 0.0007137225403181088 -0.020153634994822055 0.0012083118922405613 -0.10624459588059683 -0.063334824094824077 0.017339025037941623 -0.0050993907895920424 0.015056398664922824 0.08290143201209671 -0.0068107301455841204 0.09100415168021779 -0.18054054532944172 -0.083712039016335948 0.0054694325218366362 0.041560440532951243 0.020513519947016039 -0.01952864973927573 -0.011626302590916363 0.054168752330868757 -8.3416896924640179e-05 0.00065730188262062329 0.021086530977703539 -0.033058690297390156 -0.099816469601118563 +leaf_weight=311.98183228058895 214.65516516893558 155.1567394870209 740.7110367952032 2363.3810338792246 1428.8844709576515 218.02993262029975 115.66491146112878 269.18664411250609 940.90420073629889 11.829991032901033 19.97445565435919 203.19574442107296 239.71359179207047 932.28719649242339 48.361787593647023 54.435764349974171 49.166386731376349 2.8309264563257193 122.31844407523408 895.83967012398875 342.70962276040984 1720.7003201601067 1470.6293919949696 688.43374895571617 24.513964876345199 2134.7669881251054 182.19747977336101 36.599387009171522 171.31479799429917 46.4231668522348 +leaf_count=237033 257262 25053 13617 302594 1992153 990232 27270 196053 37758 2467 1461 14391 2814 32547 520 18208 8883 4539 1645398 68280 12099 31158 804940 229689 598 174486 29805 39376 262592 396254 +internal_value=0 -0.00780736 0.00877275 -0.0023534 -0.0195505 -0.0233546 0.00222041 -0.0401056 0.0157285 0.0120485 0.0273005 -0.0102809 0.0121366 0.00376108 0.0289343 0.0012948 0.033717 0.0761247 -0.0558828 0.00400996 0.031254 0.0173816 -0.0126808 -0.00268714 -0.0183193 -0.0031604 -0.019711 -0.017288 -0.0374609 -0.0473037 +internal_weight=0 8548.77 7608.03 5837.6 2711.17 2292.76 3917.64 609.535 3690.39 1386.02 478.349 2541.93 2901.32 3295.67 789.073 418.415 106.433 51.9973 340.348 907.67 458.375 1960.41 2338.73 843.59 1495.14 2531.62 396.853 1683.22 254.337 217.738 +internal_count=7859530 7200533 658997 1409812 5790721 5522058 573130 2831683 85867 111577 40830 1074671 71730 335141 14137 268663 31630 13422 2635630 70747 39369 33972 1060280 254742 805538 461553 287067 2690375 698222 658846 +shrinkage=0.12 + + +Tree=77 +num_leaves=31 +num_cat=0 +split_feature=12 1 1 0 0 7 0 0 7 3 3 0 4 2 2 0 2 2 0 3 2 0 12 2 11 2 2 2 12 12 +split_gain=75.3151 23.3165 20.1283 18.0082 17.3953 20.6179 14.3939 12.8101 12.5496 11.9851 11.5737 11.5299 10.5368 9.80107 9.71774 9.51324 9.32598 11.1855 9.26587 9.17755 8.44133 8.41256 8.37541 12.8778 12.8366 12.686 10.0995 11.6372 9.66991 8.96978 +threshold=0.44949494949494956 1.5000000000000002 1.5000000000000002 48.846755000000009 19.795837500000005 2.5000000000000004 45.25187300000001 55.906434000000004 1.0000000180025095e-35 38.500000000000007 27.500000000000004 43.939336500000003 339.50000000000006 688910400.00000012 883483200.00000012 25.373452000000004 1035979200.0000001 252417600.00000003 13.142298500000003 74.500000000000014 93960000.000000015 21.420474500000001 0.63961038961038974 62856000.000000007 0.70714285714285718 1198843200.0000002 434980800.00000006 662990400.00000012 0.93725490196078443 1.2250000000000003 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 11 12 9 8 7 -7 10 -3 22 13 -1 21 -6 -15 -16 17 -11 -10 -19 -20 -2 23 24 -4 -25 28 -28 -24 -30 +right_child=2 4 3 -5 5 6 -8 -9 18 16 -12 -13 -14 14 15 -17 -18 19 20 -21 -22 -23 26 25 -26 -27 27 -29 29 -31 +leaf_value=-0.03161408807955176 -0.063501636587390373 -0.0063583482314153112 -0.17839299974451728 0.022515237585009704 0.0027530257292261652 -0.017707908391468165 0.001296058543939233 0.05734414349447034 -0.011097002548930261 0.055326102468790488 0.035733400737906214 -0.0052058422997925888 0.10414746559558133 -0.062142366323241625 -0.078682446592919328 0.0047905682759368318 0.13964390725764614 0.018352738404003185 -0.019614633148595673 -0.078058715008542792 -0.053838012878079086 -0.0056469686556144512 0.021887364942072603 -0.0028503833949654269 0.039729238053034743 0.03322192227132087 -0.010345975256215039 0.019441159791755366 -0.043712457514796993 0.068120220619578772 +leaf_weight=786.0053152617686 37.532638617095699 776.88726363677347 3.9532268969928728 1608.6616045287574 3237.9083891200612 1574.0109710080353 903.26147631901517 62.261463518058008 268.83265579848933 107.36385260684074 144.46125370859727 341.52671007457934 12.230814450216711 65.280534850458309 22.928581034375952 136.85005249638158 11.862460029311476 61.343487190788437 178.31191989618213 18.474651219439693 248.4455125387064 992.30165226497297 1132.0761506767899 2148.6735887480181 159.05366394623525 150.17503566046526 467.17582204957762 316.98790854937579 58.131020994358551 12.52968784731638 +leaf_count=3695177 27548 214879 239 14910 807221 1217740 66481 1847 265053 1495 5715 91026 163 40811 59634 27747 66 691 48897 342 953976 166492 17158 103909 2219 6444 12365 6443 2500 342 +internal_value=0 -0.00750989 0.00900028 0.0115722 -0.0051265 -0.00232019 -0.0107788 0.00338993 -0.0168414 0.00778449 0.00245825 -0.0236154 -0.00644089 0.00106985 -0.0231431 -0.00720051 0.0365909 0.0300387 -0.0285488 -0.00398353 -0.0395409 -0.00775729 0.00649541 0.00181778 0.0344075 -0.000493514 0.0122911 0.00169537 0.0191991 -0.0238616 +internal_weight=0 8746.97 7298.53 6256.46 7619.44 6146.96 2477.27 3669.69 1472.48 4647.8 3607.43 1127.53 1042.07 3462.97 225.059 159.779 199.044 187.182 695.59 79.8181 426.757 1029.83 4448.76 2461.86 163.007 2298.85 1986.9 784.164 1202.74 70.6607 +internal_count=7859530 7496204 363326 169123 3710001 2227196 1284221 942975 1482805 154213 941128 3786203 194203 935413 128192 87381 2594 2528 1267926 1033 1002873 194040 151619 112811 2458 110353 38808 18808 20000 2842 +shrinkage=0.12 + + +Tree=78 +num_leaves=31 +num_cat=0 +split_feature=11 0 0 11 0 7 9 5 3 2 3 0 12 7 9 8 2 2 1 8 4 0 6 3 11 1 3 4 11 7 +split_gain=74.6695 39.9265 25.0653 16.8645 12.8388 11.8227 13.3307 11.2289 10.7769 9.97207 9.33632 9.05644 8.90675 10.6421 12.9454 9.29809 8.49422 9.15113 8.15889 7.64008 7.57954 8.43223 7.53838 8.33036 8.54843 8.17831 7.67882 7.65775 7.49937 8.05018 +threshold=0.84523809523809534 30.264538000000005 35.82988550000001 0.4188596491228071 17.967157500000003 2.5000000000000004 7.5000000000000009 1.0000000180025095e-35 36.500000000000007 63028800.000000007 19.500000000000004 42.837928000000005 0.22902097902097904 3.5000000000000004 6.5000000000000009 1.0000000180025095e-35 473342400.00000006 3305664000.0000005 1.5000000000000002 11.500000000000002 50.500000000000007 17.276548500000001 1.0000000180025095e-35 11.500000000000002 0.86190476190476206 1.5000000000000002 12.500000000000002 72.500000000000014 0.060915275200989494 8.5000000000000018 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 5 4 12 -2 18 -7 22 16 -10 -6 -5 13 14 -3 -16 -9 -18 20 -13 -1 -22 23 27 -25 -24 -26 -4 29 -15 +right_child=2 3 7 11 10 6 -8 8 9 -11 -12 19 -14 28 15 -17 17 -19 -20 -21 21 -23 25 24 26 -27 -28 -29 -30 -31 +leaf_value=-0.043476815561799512 -0.012712512473887999 0.020915342288576722 -0.016534831172730736 -0.0017426116434807869 0.0045008208366693571 -0.022171068090604162 -0.057883780405042586 0.027168620606229519 -0.1434162596626678 0.070336943841587632 0.025998799569068053 0.0098782353956897995 0.0083609960981267835 -0.010702801791613049 0.019549979314556189 -0.021381352517404216 0.0071118108003761053 0.099055618749209484 -0.010726736992584833 0.10970668632623228 -0.17633101290814041 0.12189175846489017 -0.024628079504426855 -0.24970251352746176 0.14234713777038702 0.026460923892530634 0.019982503311764127 0.38889250478275861 -0.017293090029508188 -0.097760514772520166 +leaf_weight=167.15297661649774 591.01173982660612 251.59368358331557 290.17586852608679 1831.9042160843194 3467.0278890664617 864.03672779427143 182.25734619759032 1203.498120926766 3.2278405813849522 91.142399205527909 317.51566154853208 1615.3444315481167 348.1977961548705 26.984409986437385 101.38564929982635 377.04962812020727 575.27114885438641 15.992542943160514 2017.3018335531665 11.085856616322415 1.6376157534016762 7.548746159501758 53.229740835358825 1.5560378005029623 8.1190527273574826 295.37825240817619 78.951077638062998 0.64246760308742423 1117.6305948123879 35.303185588045409 +leaf_count=1767617 185625 40070 14865 225460 390943 1038749 1528045 23699 26 883 3661 47713 32702 25130 35115 92647 13541 158 1776047 87 2856 21465 4096 15 77 2721 1097 9 534998 49413 +internal_value=0 -0.00725505 0.00929237 -0.0012232 0.00373591 -0.0178974 -0.0283935 0.0185818 0.0234614 0.0629825 0.00630465 0.00404358 -0.00928918 -0.012507 -0.00111909 -0.0127069 0.0213823 0.00960361 -0.0128908 0.0105607 -0.0376417 0.0683279 0.00592007 -0.00578376 0.0264189 0.0186586 0.0314378 -0.0155992 -0.0195527 -0.0600684 +internal_weight=0 8956.41 6992.74 5716.48 4375.56 3239.94 1046.29 2617.18 1889.13 94.3702 3784.54 3458.33 2258.14 1909.95 730.029 478.435 1794.76 591.264 2193.64 1626.43 176.339 9.18636 728.052 379.445 88.6262 348.608 87.0701 290.818 1179.92 62.2876 +internal_count=7859530 7218114 641416 1083335 580229 6134779 2566794 61187 38307 909 394604 273260 810075 777373 167832 127762 37398 13699 3567985 47800 1791938 24321 22880 16063 1189 6817 1174 14874 609541 74543 +shrinkage=0.12 + + +Tree=79 +num_leaves=31 +num_cat=0 +split_feature=11 0 3 0 7 11 0 3 6 11 11 0 2 2 2 2 0 0 2 0 0 0 9 2 2 8 3 2 12 2 +split_gain=70.5463 33.1521 24.1424 16.8566 13.0873 19.5582 10.5918 10.4964 9.80476 9.64896 9.55099 8.94968 8.62934 11.9225 10.5428 9.25394 8.43758 7.58595 7.52443 7.15535 7.26676 7.12574 11.5516 10.1949 9.77477 7.05467 6.78267 6.5038 8.11497 7.67799 +threshold=0.76388888888888895 36.697481500000002 1.5000000000000002 55.906434000000004 1.5000000000000002 0.24068965517241384 20.077880000000004 3.5000000000000004 1.0000000180025095e-35 0.14907407407407411 1.2250000000000003 19.621536000000003 249480000.00000003 220708800.00000003 252158400.00000003 220968000.00000003 21.763782500000001 24.096014000000004 126273600.00000001 11.482149000000001 -1.0000000180025095e-35 5.2224168000000004 6.5000000000000009 62856000.000000007 252590400.00000003 12.500000000000002 12.500000000000002 189604800.00000003 0.78888888888888908 180360000.00000003 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 4 3 6 11 8 -2 9 -6 -3 -5 -1 13 -8 -14 -15 19 18 -4 20 -7 22 -22 -23 -25 27 -13 28 29 -11 +right_child=2 7 17 10 5 16 12 -9 -10 25 -12 26 14 15 -16 -17 -18 -19 -20 -21 21 23 -24 24 -26 -27 -28 -29 -30 -31 +leaf_value=-0.017363378542992181 -0.012269344622142193 -0.027600042351274261 0.026707574884946995 0.02488705783701917 -0.06205795227195407 -0.053754261804666782 0.0071391775758897057 0.015723874083085013 -0.024858832319017747 0.0037678089768294347 -0.12475837015694301 -0.0025299274891187732 -0.070898767011981237 0.07743197680887684 -8.1219036458422459e-05 0.017419105218461774 -0.011987289821554619 0.020968190683790414 -0.0069866179949833367 -0.03673754240424533 0.13339067432038848 -0.23425909781335738 -0.19277206189328167 0.063091848348220597 -0.15308987332405607 0.15139839421636017 0.034933497588158391 -0.0044670305132361709 -0.18137101828371638 0.033188866364547077 +leaf_weight=688.24758242614507 716.70366993327389 194.10774816740195 139.52621394220137 551.52060098850416 204.90880072098849 18.046779225157678 1307.3257443941234 594.64884406011151 203.32739753034951 840.93521296771769 6.1815342863555989 1155.8255036212522 30.671596728758686 63.840118492775247 2162.0034172081478 88.003902708465802 2045.1423867230712 2104.4239695226647 301.87625887570107 366.54757368806179 14.589162635584358 2.4655591532585133 1.7243393134810396 16.212627527467252 3.6679578580731507 4.3986394868697962 74.018442630957452 1806.6167334131974 3.2311431489797533 150.57799643922135 +leaf_count=1061973 253660 149475 2654 4790 1048241 14050 136974 21182 876402 105101 290 1157589 2062 2138 203401 8403 1524123 32921 11704 1026964 667 810 795 5314 12107 35 6613 180263 248 8581 +internal_value=0 -0.00755279 0.00847985 0.0035763 -0.0140843 -0.0192036 0.00106816 0.00115959 -0.0435336 -0.00172754 0.0232218 -0.00640642 0.00368583 0.0108364 -0.00107279 0.0426608 -0.0151793 0.0179682 0.00366512 -0.0306011 0.00906329 0.0384062 0.0986247 -0.00562876 0.0230359 6.26458e-05 -0.000274385 -0.000176597 0.00761542 0.00823676 +internal_weight=0 8389.24 7472.08 4926.25 4794.72 2876.63 4368.55 3594.52 408.236 2999.87 557.702 1918.09 3651.84 1459.17 2192.68 151.844 2468.4 2545.83 441.402 423.254 56.7064 38.6596 16.3135 22.3461 19.8806 2805.76 1229.84 2801.36 994.744 991.513 +internal_count=7859530 7200533 658997 611718 6735648 4509473 606638 464885 1924643 443703 5080 2226175 352978 147515 205463 10541 2584830 47279 14358 1060707 33743 19693 1462 18231 17421 294228 1164202 294193 113930 113682 +shrinkage=0.12 + + +Tree=80 +num_leaves=31 +num_cat=0 +split_feature=12 1 3 3 8 0 7 0 0 1 0 0 2 0 0 7 0 2 7 2 11 4 2 0 4 7 2 5 0 2 +split_gain=66.1602 22.388 19.618 14.5761 14.3321 13.6144 16.359 11.3716 11.0823 10.5357 9.68755 10.9054 13.3413 11.8417 9.66252 8.90378 12.3695 8.26601 7.56686 7.91124 7.4943 9.15208 7.46451 9.16017 7.45124 7.33951 8.01908 7.30552 7.19458 6.87433 +threshold=0.44949494949494956 1.5000000000000002 8.5000000000000018 26.500000000000004 4.5000000000000009 19.795837500000005 2.5000000000000004 63.388565000000007 38.267659000000002 1.5000000000000002 13.142298500000003 9.9585325000000022 315835200.00000006 8.5645465000000005 48.846755000000009 7.5000000000000009 32.247026500000011 260366400.00000003 1.0000000180025095e-35 59054400.000000007 0.29705882352941182 36.500000000000007 126446400.00000001 21.263607000000004 6.5000000000000009 1.0000000180025095e-35 662558400.00000012 1.0000000180025095e-35 26.819955000000004 31406400.000000004 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 14 4 5 9 10 8 15 18 24 11 13 -13 -3 20 -8 -17 -6 -7 -20 21 -1 -11 -24 -2 26 -10 -26 -21 -4 +right_child=2 3 29 -5 17 6 7 -9 25 22 -12 12 -14 -15 -16 16 -18 -19 19 28 -22 -23 23 -25 27 -27 -28 -29 -30 -31 +leaf_value=-0.052294530482034828 -0.017584298142389435 -0.0068637761923670644 0.14312527513385609 0.021734913968255026 0.026640972700196539 0.0068820247924178653 -0.010271524915524416 0.012767296818923314 0.086612265175320002 0.015220896608397875 -0.025834725525294616 0.03008337400625619 -0.023082255416314128 -0.056426677506169379 -0.0013994578811183567 -0.088130685947525683 -0.022429272092450013 0.0088345060065097448 0.017539889759253659 -0.020391932444803508 -0.02187343561282238 0.047305205221444289 -0.017011068421613325 0.0042092865464235006 0.066660195089519328 0.013016723584989372 -0.12755279218483534 -0.0049948794004896421 -0.0031988888901052052 0.021924183008007438 +leaf_weight=232.2862116232744 538.21857740787141 263.85257967695998 6.7485762682622399 287.7760871860437 593.59806909104577 1033.0316971814582 1702.3473077492395 257.50532917231976 31.909438448798028 755.69255552783216 741.7010295925005 191.36693223523821 105.36639262865447 94.174668509325215 233.70599720585824 47.151917510278281 329.34046085494288 1021.3615542954483 184.28077251935838 515.64107664261996 622.54676364432817 14.068312288741849 329.16552300041258 2658.8570047181456 31.132242975203553 621.08637797839947 2.706798580067697 59.809559726574889 1094.1202878137935 1178.2806956648042 +leaf_count=1760353 169634 122995 49 16970 10111 83231 1020485 11161 552 16355 1095481 81043 125456 53264 51224 135352 110840 18013 12764 637531 1935109 39517 26841 98338 1610 30089 137 7784 172650 14591 +internal_value=0 -0.00709395 0.00851128 -0.00474766 0.00571937 -0.00580394 -0.00325044 -0.0110186 0.00196075 0.00215154 -0.0164442 -0.00580614 0.0112045 -0.0199043 -0.0230601 -0.0139651 -0.0306641 0.0153799 -0.0012993 -0.00601024 -0.0288859 -0.0466017 0.00456624 0.00187147 -0.0122162 0.0160159 0.0697698 0.0195488 -0.00870647 0.022618 +internal_weight=0 8605.97 7172.86 7503.36 5987.84 7215.58 5819.12 2336.35 3482.78 4372.88 1396.46 654.761 296.733 358.027 1102.61 2078.84 376.492 1614.96 2827.07 1794.04 868.901 246.355 3743.72 2988.02 629.16 655.703 34.6162 90.9418 1609.76 1185.03 +internal_count=7859530 7496204 363326 3710001 348686 3693031 2214792 1277838 936954 320562 1478239 382758 206499 176259 3786203 1266677 246192 28124 906176 822945 3734979 1799870 141534 125179 179028 30778 689 9394 810181 14640 +shrinkage=0.12 + + +Tree=81 +num_leaves=31 +num_cat=0 +split_feature=11 0 0 1 2 5 6 1 0 12 7 3 12 10 7 5 11 2 0 4 7 2 7 3 0 11 2 11 3 0 +split_gain=64.2666 33.1865 22.2215 12.9964 11.2877 13.5486 11.9492 13.7416 11.2926 11.1852 12.2842 10.9793 10.5889 11.8465 12.8215 10.4358 8.93929 8.93288 11.4215 8.77171 8.6655 17.0623 8.46487 8.43255 8.13339 7.84093 7.79768 7.45335 7.38186 7.47759 +threshold=0.84523809523809534 34.326487000000007 35.449802500000011 1.5000000000000002 94824000.000000015 1.0000000180025095e-35 1.0000000180025095e-35 1.5000000000000002 28.640210000000003 0.21980676328502416 2.5000000000000004 1.0000000180025095e-35 0.93725490196078443 4.5000000000000009 7.5000000000000009 1.0000000180025095e-35 0.05634920634920635 315144000.00000006 63.388565000000007 352.50000000000006 1.0000000180025095e-35 662385600.00000012 1.5000000000000002 36.500000000000007 45.25187300000001 1.5833333333333337 284385600.00000006 0.14907407407407411 21.500000000000004 29.087282000000002 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 4 11 27 28 6 9 8 -8 10 -6 25 13 14 17 26 -16 18 22 -7 21 -9 -5 -17 -19 -2 -4 -3 29 -1 +right_child=2 3 15 12 5 19 7 20 -10 -11 -12 -13 -14 -15 16 23 -18 24 -20 -21 -22 -23 -24 -25 -26 -27 -28 -29 -30 -31 +leaf_value=-0.011719676163558934 -0.002657988091754643 -0.067284006919081277 0.015656049480002331 0.029571668789124268 -0.019047845673002477 -0.024663439630508384 -0.1057469654614718 -0.022551766754157005 0.00018227230102989969 0.0073319037294867235 -0.071002854420259331 0.010035156212861121 -0.17321481001746381 0.028224048763441048 -0.090612577468582492 0.020258994763000079 -0.013901129229789134 -0.010508567745975644 0.045618116826148497 0.14686597142860747 0.0073314617524465444 0.10051631468624479 0.0038547885009217299 0.057709059141513641 0.0074068948738441297 0.10477705538875338 -0.0095148152549864255 -0.011032713873730619 0.041989128281906395 0.010637067505482474 +leaf_weight=935.05442483194031 2322.9412180501768 35.492287363580317 425.05936899512631 217.01021246257005 395.2633058322308 1942.0449857807089 25.920870444260274 25.998764014942907 32.819326724811461 182.02656703646352 78.537268069317918 1926.6182213840912 4.8518190947361282 262.11378462209177 23.176810146773903 1806.3866324656567 381.61409850259525 794.58088451336437 124.47489833574946 4.2732008825721541 319.38439391668152 43.06839878655623 1222.2317436801663 90.91979931689275 674.74776252976687 9.7936145376625046 303.92407031297444 752.55890602594513 46.789492281122421 279.89462127113472 +leaf_count=981111 515225 102478 12839 10877 879445 3346820 295355 4778 56841 88619 464852 60831 136 3110 18094 39435 81562 98515 2031 2175 315078 8563 76778 913 24658 1321 10852 215538 3363 137337 +internal_value=0 -0.00679206 0.00868427 0.000424923 -0.0143133 -0.0182631 -0.0076375 0.00748764 -0.0465923 -0.0179508 -0.0276639 0.00333125 0.00340159 0.00363459 0.00175957 0.0173657 -0.0182997 0.00443684 0.0107495 -0.0242846 0.0156684 0.0542005 0.00773294 0.0220545 -0.00228141 -0.0022056 0.00516198 -0.0135686 -0.00476744 -0.00656909 +internal_weight=0 8803.93 6885.64 4492.85 4311.08 3049.34 1103.02 447.192 58.7402 655.827 473.801 4259.35 3704.8 3699.95 3437.84 2626.29 404.791 3033.05 1563.72 1946.32 388.452 69.0672 1439.24 1897.31 1469.33 2332.73 728.983 788.051 1261.74 1214.95 +internal_count=7859530 7218114 641416 633777 6584337 5462526 2113531 680615 352196 1432916 1344297 577377 315761 315625 312515 64039 99656 212859 89686 3348995 328419 13341 87655 40348 123173 516546 23691 318016 1121811 1118448 +shrinkage=0.12 + + +Tree=82 +num_leaves=31 +num_cat=0 +split_feature=12 1 1 0 2 7 0 12 0 4 2 2 7 2 2 11 11 2 0 3 7 7 7 0 0 0 0 0 2 0 +split_gain=60.8163 20.3824 18.6561 15.0984 13.2907 14.2464 17.9023 11.7011 11.3369 10.3377 9.38306 12.9093 13.1101 12.4599 14.4036 10.4461 9.85697 9.61119 9.36386 9.3582 9.33142 9.04639 7.95808 10.0168 7.79405 7.7876 8.96451 7.77763 7.67795 7.44511 +threshold=0.45804195804195807 1.5000000000000002 1.5000000000000002 48.846755000000009 347112000.00000006 1.0000000180025095e-35 27.946536000000005 0.25543478260869573 30.077133500000006 339.50000000000006 221140800.00000003 662990400.00000012 1.5000000000000002 252158400.00000003 434980800.00000006 0.96666666666666679 0.82575757575757591 220708800.00000003 25.373452000000004 10.500000000000002 2.5000000000000004 1.0000000180025095e-35 4.5000000000000009 48.846755000000009 22.481851500000001 26.127514000000005 24.985583500000004 5.2224168000000004 126100800.00000001 22.372344000000002 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 18 9 10 5 8 20 -6 -3 24 16 12 -12 -14 25 -13 -4 -18 21 -17 -7 -1 23 28 -2 26 -15 -23 -8 -21 +right_child=2 4 3 -5 7 6 22 -9 -10 -11 11 15 13 14 -16 19 17 -19 -20 29 -22 27 -24 -25 -26 -27 -28 -29 -30 -31 +leaf_value=-0.025365924225103417 -0.050335290245314114 0.005217710470552619 -0.0043283069249798476 0.020858620739162788 -0.016657906874846959 -0.010163054334007505 0.014476320919812595 0.0035272148385459778 0.037799738688980448 0.10428830706389249 -0.014026877952940232 -0.011469168639210086 -0.066732497763545853 0.0067617660726844728 -0.0062298271283038392 0.019678371153816453 0.015647278231241749 0.049808699010176885 -0.016707776989633522 -0.13601522814992451 -0.033178976808420226 0.068237126458045888 -0.0099431772047191471 0.027623273438679468 -0.0055447472527068425 0.024218700843075862 -0.071707958972630409 -0.086100811412305703 -0.0040967282331729289 0.078449644420429399 +leaf_weight=130.8125537727656 59.460168193403206 1132.1583947002218 322.62643615950583 1569.6111064094621 1812.6543471958207 1084.1556720474246 474.47580646612096 535.77254706151098 177.92336228778004 11.871768796059767 766.85415633147772 139.70617568981288 33.654920188403139 130.53428977246813 637.20637346862418 466.52851324642688 1177.71664002129 131.85631416816614 876.58527661413575 2.4018477955833069 331.12785141472295 4.9924054337757999 635.66362729505499 256.88705333415055 938.75610694091165 615.20133893405728 24.944903637369862 75.477005020283073 987.55650012026581 58.021338208898669 +leaf_count=325245 39265 133593 11600 14858 1714917 796680 40244 79021 3415 163 47732 6471 1085 7213 21810 16892 24802 2805 1255159 51 635376 16466 171931 6543 154548 12009 1069 2189560 128442 565 +internal_value=0 -0.00683423 0.00821254 0.0107227 -0.00458758 -0.00113638 -0.00488258 -0.0120529 0.00964347 -0.00688887 0.00719284 0.00306742 -0.0013506 0.00539293 0.00711844 0.0177021 0.0144594 0.0190879 -0.0221746 0.0254363 -0.0155486 -0.0448505 0.00152862 0.00577103 -0.00821419 0.0181547 -0.00583923 -0.0765037 0.00193099 0.0698613 +internal_weight=0 8516.24 7086.95 6076.86 7428.38 5079.95 3769.87 2348.43 1310.08 1010.09 4507.25 2875.05 2208.4 1441.54 1407.89 666.658 1632.2 1309.57 1087.87 526.952 1415.28 211.282 2354.58 1718.92 998.216 770.681 155.479 80.4694 1462.03 60.4232 +internal_count=7859530 7496592 362938 168962 3710162 1916224 1779216 1793938 137008 193976 154104 114897 90918 43186 42101 23979 39207 27607 3786430 17508 1432056 2531271 347160 175229 193813 20291 8282 2206026 168686 616 +shrinkage=0.12 + + +Tree=83 +num_leaves=31 +num_cat=0 +split_feature=11 0 0 7 9 0 3 0 2 2 2 7 10 9 0 0 3 8 2 6 2 9 9 3 4 11 7 0 2 0 +split_gain=58.6668 24.0472 24.0084 14.4008 17.624 15.0954 12.1693 12.0929 10.7726 10.2311 9.78831 8.85911 8.53901 8.5162 8.44728 9.34669 8.05616 8.95235 7.95889 6.93752 9.29246 10.4108 18.8591 7.74439 6.87851 8.11236 6.78146 11.9885 8.25889 9.37947 +threshold=0.70714285714285718 30.264538000000005 45.25187300000001 1.5000000000000002 7.5000000000000009 26.619919000000003 3.5000000000000004 30.880862000000004 95083200.000000015 284040000.00000006 33998400.000000007 8.5000000000000018 4.5000000000000009 21.500000000000004 17.967157500000003 18.129539500000003 32.500000000000007 4.5000000000000009 284212800.00000006 1.0000000180025095e-35 71496000.000000015 3.5000000000000004 26.500000000000004 33.500000000000007 1.0000000180025095e-35 0.36931818181818188 1.0000000180025095e-35 26.418316500000003 662385600.00000012 21.263607000000004 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=2 10 3 7 12 9 18 19 -9 -6 -2 13 24 -7 -12 -16 -4 -18 -3 20 23 -22 -23 -1 -5 -26 27 28 -21 -30 +right_child=1 6 16 4 5 11 -8 8 -10 -11 14 -13 -14 -15 15 -17 17 -19 -20 26 21 22 -24 -25 25 -27 -28 -29 29 -31 +leaf_value=-0.00058863102598219182 0.020661952436687843 0.015408162209957228 0.0029722641710409627 -0.011096666155336854 -0.041993932137339207 -0.09493875160684527 0.022873750819387095 0.044547689585246672 0.0030602525847953591 -0.098922024618786408 -0.015651093225726897 -0.082950867038544956 0.035401860610141923 -0.013625154872704544 0.066914704517854348 -0.00018161944126915687 0.066692544535327011 -0.085042736156195217 0.0035129372271935568 0.0051968467096522924 0.043440157011412066 -0.11466885260439101 -0.019178825856764212 0.11182366358743459 -0.10928231938571857 -0.02390773224220331 -0.0054686988094401947 -0.33145671496149731 0.0055782502194714877 0.11636272515573577 +leaf_weight=410.69510237626196 293.52892579611125 1506.5820832677293 1746.2542647412129 2547.1902426075953 243.34558774665365 19.160054488420769 1266.768230983821 115.63181192328148 408.24403967811372 55.911319016794579 558.1941157091992 30.244472946440851 55.365507957974842 554.85512785236017 30.207896584252921 2649.2311937400059 49.135791058113682 6.2928714717418179 1751.7626644765094 53.125521097666272 35.583369796839293 30.951392230320948 771.04608438091145 8.9889471711940114 21.650033013357152 61.564554330102546 192.84473716507404 1.2542168807576661 17.730712083765532 28.994301087121499 +leaf_count=215514 29179 57242 157397 1651282 1088993 24826 17774 13196 60353 1177769 182719 81162 4200 481788 6129 348770 955 33 66992 18029 65915 100911 1506454 337 157275 78016 252644 286 6236 7154 +internal_value=0 0.00710194 -0.00766337 -0.0115011 -0.0161017 -0.0305991 0.0128934 -0.00354341 0.0122195 -0.0526389 -0.000319754 -0.0196819 -0.0112244 -0.0163441 -0.00222216 0.000575563 0.00440231 0.0494292 0.0090131 -0.00886701 -0.0127473 -0.0200497 -0.0228682 0.00182688 -0.0122062 -0.0461511 0.0077292 0.0328967 0.0375715 0.074354 +internal_weight=0 8056.28 7466.06 5664.38 3589.29 903.517 4525.11 2075.09 523.876 299.257 3531.16 604.26 2685.77 574.015 3237.63 2679.44 1801.68 55.4287 3258.34 1551.21 1257.26 837.581 801.997 419.684 2630.4 83.2146 293.949 101.105 99.8505 46.725 +internal_count=7859530 708805 7150725 6992340 4745311 2854538 142008 2247029 73549 2266762 566797 587776 1890773 506614 537618 354899 158385 988 124234 2173480 1889131 1673280 1607365 215851 1886573 235291 284349 31705 31419 13390 +shrinkage=0.12 + + +Tree=84 +num_leaves=31 +num_cat=0 +split_feature=11 0 3 11 0 7 11 3 0 7 2 3 2 0 0 11 1 4 0 3 1 5 6 0 2 3 3 0 0 2 +split_gain=56.7825 26.3785 20.0484 16.1 15.6353 11.7601 10.8664 8.82235 8.1652 8.30674 7.71521 7.6442 7.56889 8.52566 7.65268 7.40057 7.37402 8.23485 9.51931 7.28956 7.19698 7.05726 7.68604 7.04535 6.83974 6.44492 6.3361 6.32393 7.06361 6.31715 +threshold=0.76388888888888895 28.781668500000006 8.5000000000000018 0.43303571428571436 35.82988550000001 1.5000000000000002 0.24068965517241384 1.0000000180025095e-35 63.388565000000007 4.5000000000000009 7905600.0000000009 14.500000000000002 125755200.00000001 28.502720500000006 33.324993000000006 0.070197044334975381 1.5000000000000002 7.5000000000000009 33.981020000000008 21.500000000000004 1.5000000000000002 1.0000000180025095e-35 1.0000000180025095e-35 63.388565000000007 1041768000.0000001 24.500000000000004 125.00000000000001 26.619919000000003 27.699832000000004 473083200.00000006 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 5 4 8 16 -1 29 20 9 11 -6 -3 26 -14 -15 -11 17 27 -19 -13 24 22 -12 -16 -5 -21 -4 -2 -29 -7 +right_child=2 3 12 7 10 6 -8 -9 -10 15 21 19 13 14 23 -17 -18 18 -20 25 -22 -23 -24 -25 -26 -27 -28 28 -30 -31 +leaf_value=-0.0090424468372374486 -0.033720337995548404 -0.0073159914331062791 0.035946601875305087 -0.020765474029274394 0.12353686647191478 -0.042892942772073332 -0.020508050777776107 0.010964388542922547 0.0094714206765032071 -0.063804108849466315 -0.012500216727103223 0.093601762458044982 -0.0015246517144379271 0.050397176671582611 0.013196256599385952 -0.017616622598212305 0.0023787596470264852 0.042629179746852222 -0.15084959889739705 -0.17256281308900895 0.0024563427448476933 0.016269223703686844 0.015587709401494456 0.050112939089091715 0.023796206645474851 0.019337966017751861 0.10385672938148525 0.048302708950678584 -0.012924131380678898 -0.10608787403961169 +leaf_weight=1373.9289024200441 208.94536591806343 1046.64577894537 168.60599824221208 391.49479704324852 9.001845841019529 156.20892399870837 1087.5889318518359 1324.4253190392967 286.07400697210051 52.707622315928802 297.10854669370156 21.101627401769747 245.90575887543855 132.49289741458324 514.44379546634173 948.76837959510544 3332.2053824908294 54.423202598507316 3.8966711800894691 2.6884340990327464 1332.4294017026057 1695.2621349626856 265.73849254280867 87.01641899124661 56.769109873337186 34.525310214798083 22.399684150390385 30.7357993762474 229.80917342209838 26.663774977474247 +leaf_count=2129220 264843 380153 1840 142812 233 1043036 2178059 56093 21902 88053 15423 1149 4265 1590 6487 517585 233732 20200 252 328 101207 38044 6605 534 14073 1680 202 13215 51532 525183 +internal_value=0 -0.00688969 0.00768649 -0.00215252 0.00493699 -0.016738 -0.0250599 0.00354773 -0.00955055 -0.012134 0.0128467 -0.00495966 0.0220741 0.0178133 0.0242922 -0.0200493 0.000291298 -0.0128868 0.0296309 0.0373138 -0.00196865 0.0124038 0.000761136 0.0185394 -0.0151209 0.00534664 0.0439256 -0.0181699 -0.00569663 -0.052123 +internal_weight=0 8142.02 7297.99 5497.63 6127.13 2644.39 1270.46 3105.12 2392.51 2106.44 2267.11 1104.96 1170.86 979.859 733.953 1001.48 3860.02 527.81 58.3199 58.3154 1780.69 2258.11 562.847 601.46 448.264 37.2137 191.006 469.49 260.545 182.873 +internal_count=7859530 7200533 658997 1325035 644079 5875498 3746278 314185 1010850 988948 60305 383310 14918 12876 8611 605638 583774 350042 20452 3157 258092 60072 22028 7021 156885 2008 2042 329590 64747 1568219 +shrinkage=0.12 + + +Tree=85 +num_leaves=31 +num_cat=0 +split_feature=11 0 0 3 7 0 7 12 3 5 1 11 7 2 0 3 0 0 0 2 0 2 3 2 11 4 3 2 2 2 +split_gain=54.7078 29.9131 20.3438 13.2121 12.897 11.5658 11.5089 18.407 10.7681 10.2615 9.67515 9.02388 8.23889 10.2189 13.3435 8.06886 9.00466 9.99108 8.05882 8.78592 11.8559 8.02821 7.60742 7.4405 7.12848 7.08518 7.06927 7.06847 7.05477 7.0385 +threshold=0.90454545454545465 43.939336500000003 24.763925500000003 2.5000000000000004 3.5000000000000004 21.973876500000003 3.5000000000000004 0.23303167420814483 12.500000000000002 1.0000000180025095e-35 1.5000000000000002 0.29705882352941182 1.0000000180025095e-35 157982400.00000003 12.226027000000002 34.500000000000007 23.675172500000002 22.795642500000003 12.843794500000001 126360000.00000001 1.0000000180025095e-35 662385600.00000012 45.500000000000007 599486400.00000012 0.31414473684210531 1.0000000180025095e-35 1.0000000180025095e-35 252590400.00000003 307368000.00000006 220708800.00000003 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 5 15 4 -4 12 8 10 25 -9 -8 -3 18 -14 24 -2 17 23 19 -1 -21 -10 28 -17 -15 -7 -27 -5 -12 -13 +right_child=2 11 3 27 -6 6 7 9 21 -11 22 29 13 14 -16 16 -18 -19 -20 20 -22 -23 -24 -25 -26 26 -28 -29 -30 -31 +leaf_value=0.013232532615200536 -0.0034411999241077797 -0.0097153374693075816 0.003900241337403897 0.031219422922080416 0.021691461981082061 -0.0047819863047386946 -0.061020395535272644 0.017433201965535224 0.0120499846800257 -0.011927249085764735 -0.012463147301792864 0.017328847358966778 -0.015288330212087038 -0.042360968197663898 -0.054046514311983263 0.041424106154800085 0.099272893162686629 -0.21805958034642026 0.026210780160843074 0.089054367991758546 -0.048368609300802869 0.07530713676651106 -0.1615208197664135 -0.079742538335875052 0.011309662480544295 -0.05975751357373011 0.068716756874999119 0.014406697034029 -0.038384759096531426 0.002773190663645112 +leaf_weight=85.081796444740363 1911.3883827260015 491.73706368040325 2388.4651058171467 663.80163398863624 777.7811273638381 2972.0341618548919 120.68231687964203 228.67037636550992 177.45583744590601 684.32119550053801 382.16221018998658 781.16290980699887 593.69123739603765 59.083792325642094 296.59076554799651 43.518509522080421 22.832629853626713 2.6118700054939827 93.496084940975322 9.8176172816299623 110.55152036749 34.483520050011634 5.7086190957434146 8.7384301461279374 89.70155381639006 55.718670798187446 6.9093706675369893 787.20144604172947 250.17459532178145 1234.1999218996782 +leaf_count=20578 421899 125548 182916 8132 10404 1797352 834041 39369 10413 103900 315862 27427 759615 125279 2112449 601 124 63 122902 1891 90018 2919 1484 139 70812 263105 3474 14590 351626 40598 +internal_value=0 -0.00621605 0.0082457 0.0126164 0.00827078 -0.0106542 -0.00796298 -0.0160524 -0.00379751 -0.00457322 -0.0298648 0.00485904 -0.0205462 -0.0255968 -0.0393362 -0.00189997 0.0359995 0.00962965 -0.00299041 -0.0162811 -0.0371406 0.0223514 -0.0239694 0.0211284 -0.0100076 -0.00562394 -0.0455576 0.0220986 -0.02272 0.0084152 +internal_weight=0 8763.44 6606.34 4617.25 3166.25 6256.34 4918.32 1671.72 3246.6 912.992 758.728 2507.1 1338.01 1039.07 445.376 1989.09 77.7014 54.8688 298.947 205.451 120.369 211.939 638.045 52.2569 148.785 3034.66 62.628 1451 632.337 2015.36 +internal_count=7859530 7220662 638868 216042 193320 7027089 3723545 1646282 2077263 143269 1503013 193573 3303544 3068155 2308540 422826 927 803 235389 112487 91909 13332 668972 740 196091 2063931 266579 22722 667488 68025 +shrinkage=0.12 + + +Tree=86 +num_leaves=31 +num_cat=0 +split_feature=11 0 3 0 7 11 1 1 2 6 0 11 7 2 11 8 7 2 12 2 10 0 0 3 2 11 2 5 0 2 +split_gain=52.7484 26.0227 17.8432 13.8479 11.4169 13.806 8.7711 8.62771 8.99559 8.27706 7.42197 6.65437 6.30666 6.17513 5.89228 6.07223 5.81053 8.45554 8.75385 8.43542 6.66995 13.1331 11.9214 12.5519 6.48172 6.05597 6.14772 7.64405 5.72771 9.08361 +threshold=0.76388888888888895 36.697481500000002 8.5000000000000018 32.751201500000008 1.5000000000000002 0.24068965517241384 1.5000000000000002 1.5000000000000002 157464000.00000003 1.0000000180025095e-35 19.501774000000001 0.43303571428571436 11.500000000000002 31752000.000000004 1.5833333333333337 5.5000000000000009 1.5000000000000002 2303899200.0000005 0.70294117647058829 1514548800.0000002 1.5000000000000002 63.388565000000007 45.25187300000001 5.5000000000000009 189604800.00000003 0.90454545454545465 158068800.00000003 1.0000000180025095e-35 41.85668350000001 284212800.00000006 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 4 3 14 10 9 -3 -5 -9 -6 -1 -8 -11 -4 -2 -16 19 25 -19 20 21 22 28 -24 -22 26 27 -18 -10 -30 +right_child=2 6 13 7 5 -7 11 8 16 12 -12 -13 -14 -15 15 -17 17 18 -20 -21 24 -23 23 -25 -26 -27 -28 -29 29 -31 +leaf_value=-0.01553178632915898 -0.0006580019144813759 -0.011823091478029717 0.076997698882207796 -0.0048105203846519982 -0.056775767917201417 -0.01410838874845609 -0.0027845895747887392 0.02882368226114497 -0.0033528468169715161 -0.013034998459755207 0.00036328868377749759 0.0089560030896528829 -0.07919124565764786 0.019783039301034276 0.091999360536179714 -0.19261792701960107 -0.22710572513839145 -0.15099425605963671 0.019986765119684544 0.05724656697764894 -0.18834867334033734 -0.19848861979391819 0.038438045931519803 -0.20026666964669607 -0.034295811210107816 0.020401728146476561 0.0040665057153883351 -0.015280669494314765 -0.11100853919655448 -0.006417308497941491 +leaf_weight=657.07744338974203 3342.2143350942561 614.69561079545747 27.814622452075582 411.5234378394739 186.71882157283818 2370.0973550993017 1206.0159627835474 472.1725721538694 308.50599024869939 167.33298936954796 1187.4231454452695 1641.0891846717104 23.660868635385583 1118.2406359434503 15.087174203137694 1.1346233028234554 3.7011273461683896 8.9239893192861945 8.3049940355122072 34.924716419598553 4.4850500726606688 4.7256710225337875 129.57511671327848 3.2222863803617647 30.69646254874533 974.0585317010167 276.72173478202808 7.1764464792795479 19.509678042551968 30.823492199226166 +leaf_count=1038091 556723 232242 181 37855 1048241 2584830 174395 5514 18408 805667 1188084 58248 70735 14737 1580 24 41 155 139 1388 171 216 2818 110 1993 11075 3785 124 538 1422 +internal_value=0 -0.00668007 0.00743785 0.00485181 -0.0126023 -0.0175044 0.00117613 0.0112009 0.0140441 -0.0388108 -0.00529927 0.00398278 -0.0212418 0.0211736 -0.000307509 0.0717732 0.010262 0.0147434 -0.0686837 0.000144395 -0.00361048 -3.03089e-05 0.00188929 0.032602 -0.0540787 0.0158843 0.000583851 -0.0877812 -0.0094785 -0.047 +internal_weight=0 8054.11 7233.54 6087.49 4592.31 2747.81 3461.8 2729.05 2317.53 377.713 1844.5 2847.11 190.994 1146.06 3358.44 16.2218 1845.36 1278.89 17.229 566.468 531.544 496.362 491.637 132.797 35.1815 1261.66 287.599 10.8776 358.839 50.3332 +internal_count=7859530 7200533 658997 644079 6735648 4509473 464885 85752 47897 1924643 2226175 232643 876402 14918 558327 1604 42383 15319 294 27064 25676 23512 23296 2928 2164 15025 3950 165 20368 1960 +shrinkage=0.12 + + +Tree=87 +num_leaves=31 +num_cat=0 +split_feature=12 3 1 2 0 7 0 0 1 3 0 9 7 3 12 4 3 2 2 0 3 4 2 11 0 2 0 4 11 0 +split_gain=51.3241 25.3471 19.9698 14.9897 15.8289 13.5843 14.2822 12.2755 11.4853 10.2589 9.59236 9.22261 9.05597 11.995 10.7313 8.69393 8.61428 8.55579 8.84696 8.95856 8.50142 8.43959 8.34915 7.86258 7.77129 10.268 7.4139 7.16247 7.07673 7.06983 +threshold=0.51666666666666672 26.500000000000004 1.5000000000000002 59054400.000000007 45.25187300000001 1.5000000000000002 24.163214500000006 24.357912500000001 1.5000000000000002 4.5000000000000009 25.135713500000005 5.5000000000000009 3.5000000000000004 17.500000000000004 0.17519181585677754 1.0000000180025095e-35 1.0000000180025095e-35 252244800.00000003 567691200.00000012 23.009312500000004 11.500000000000002 339.50000000000006 315144000.00000006 1.0333333333333334 17.719184000000002 3660379200.0000005 24.290553500000005 10.500000000000002 0.55050505050505061 17.456895000000003 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 2 7 9 5 24 11 21 15 -4 26 -7 -6 14 -14 23 27 -3 -19 -20 -16 -1 -12 -2 29 -26 -10 -9 -8 -5 +right_child=8 17 3 4 12 6 28 16 10 -11 22 -13 13 -15 20 -17 -18 18 19 -21 -22 -23 -24 -25 25 -27 -28 -29 -30 -31 +leaf_value=-0.044819382776132552 -0.01004142607194544 0.035951175355030916 0.010030564233251662 -0.011459580968949992 0.016875787372390479 -0.019612030176508873 -0.014137323983933454 -0.019661634297496823 0.0029796665609950349 0.07187817932580326 0.023520209286993842 -0.052431127980858652 -0.021017559480029153 -0.12543041430961563 0.0066420676508895824 0.021691203486932667 0.018007803478022045 -0.022611262114178802 -0.076050259094435177 0.055093437957287522 0.09546645226472035 0.14646727453896499 0.010866678849380522 -0.15499242356031004 -0.00050692868047749209 0.094664367789010953 -0.046188904621165504 0.016065041158595545 -0.00060274698716726528 -0.095263562163465307 +leaf_weight=253.03061360383217 452.21501174912646 291.81319118356458 649.46052140443726 827.4903151300739 677.39667039281017 368.78523781196839 1529.947638078957 974.20479724579047 331.71338402402762 41.033826375914487 1372.6239654526289 185.25110914280947 245.48682409866592 11.15455754312279 515.60722690909461 147.94023704275332 114.01241308815088 91.885073739586801 8.7285466742923159 52.313250513093408 15.968092710249037 3.3370264689853277 1657.9879086392393 5.4239024524649713 3363.9110718872125 16.373957518744646 50.911879862242131 88.091509258730298 874.13046114812005 14.72498649565682 +leaf_count=2322534 46320 12425 64795 520966 20186 365967 809471 1476846 13524 1186 15361 1086377 44595 342 14365 9598 28467 4333 545 2124 183 1858 27947 2698 779608 2499 1604 92082 67945 22779 +internal_value=0 -0.00416981 -0.0053292 -0.00330499 -0.00466378 -0.00698342 -0.0132192 -0.0185206 0.0116354 0.0137089 0.0143375 -0.0305879 0.00670097 -0.00204361 -0.000267646 -0.00359447 -0.0133344 0.0239033 0.000911133 0.0363127 0.00931552 -0.0423126 0.0165979 -0.0117694 -0.0026148 -4.50869e-05 -0.00356578 -0.0166986 -0.00921618 -0.0129281 +internal_weight=0 11214.1 10769.4 9336.72 8646.23 7180.61 2958.11 1432.68 4018.82 690.494 3413.24 554.036 1465.61 788.217 777.062 605.579 1176.31 444.74 152.927 61.0418 531.575 256.368 3030.61 457.639 4222.5 3380.29 382.625 1062.3 2404.08 842.215 +internal_count=7859530 7742478 7723051 3801264 3735283 3655612 2329760 3921787 117052 65981 58436 1452344 79671 59485 59143 58616 1597395 19427 7002 2669 14548 2324392 43308 49018 1325852 782107 15128 1568928 877416 543745 +shrinkage=0.12 + + +Tree=88 +num_leaves=31 +num_cat=0 +split_feature=11 0 0 1 0 7 1 7 12 11 5 11 2 3 0 0 7 6 2 0 0 2 2 2 0 0 10 2 0 2 +split_gain=51.4684 19.9126 19.7058 12.1798 11.1703 12.7486 11.0276 8.3619 8.0813 8.03335 7.78998 7.98773 7.74335 8.36467 8.37417 8.24335 7.1 9.56481 7.11736 8.81709 7.44353 7.09713 8.42806 7.05027 6.93269 16.4209 6.85661 6.71177 9.63933 7.29694 +threshold=0.70714285714285718 30.264538000000005 55.906434000000004 1.5000000000000002 28.355377000000004 2.5000000000000004 1.5000000000000002 4.5000000000000009 0.63961038961038974 0.4188596491228071 1.0000000180025095e-35 1.1714285714285715 189172800.00000003 5.5000000000000009 63.388565000000007 30.880862000000004 1.0000000180025095e-35 1.0000000180025095e-35 220622400.00000003 23.117341500000006 12.843794500000001 688910400.00000012 662385600.00000012 33998400.000000007 23.117341500000006 1.0000000180025095e-35 3.5000000000000004 860241600.00000012 40.27922800000001 820324800.00000012 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=2 23 3 9 5 8 -3 -6 16 -1 11 -8 -12 27 15 -15 17 18 -5 20 -20 22 -19 -2 25 -24 -9 28 -14 -30 +right_child=1 6 -4 4 7 -7 10 26 -10 -11 12 -13 13 14 -16 -17 -18 21 19 -21 -22 -23 24 -25 -26 -27 -28 -29 29 -31 +leaf_value=-0.033715768415343517 0.017886968603154616 -0.0035797624908090932 0.010038711043984001 0.012666250124592221 0.00047045424932427388 -0.0322696970125134 0.0064499627213019288 -0.016863353425421376 -0.18816295483446735 -0.011044115207392121 0.028063390960059116 -0.095219220307436458 -0.0053564714970675683 0.11407091869461834 0.068543188666299215 0.018660778898766179 -0.013009952802534532 0.007750506587895693 -0.038487891867401917 -0.11381464396970033 0.031282671857256562 -0.21562506453002125 0.16141448193312996 -0.0017407688685925687 0.12239691014754644 -0.086197089101189936 0.013909767638593612 0.029357434965632603 0.016458733896746142 -0.083423776267297217 +leaf_weight=454.17806931704803 287.40659051001148 566.84486227443267 836.69905155315791 142.41622550836817 2476.6740630804547 446.79161732232114 1004.2630638555638 807.3828010767354 3.6062648850638643 446.18002829197354 746.47230281783141 11.222512887063202 580.80028492347208 13.397858005977353 61.401346306316555 453.22315909537849 1336.1333854708382 41.276922727318365 64.284415200330287 14.833146396904338 33.455037038212666 1.4893442984375713 6.7786822585910604 3168.2842978350127 25.883125248331922 8.8666887936633412 119.69951940607075 210.62857169193012 765.37118031739749 10.649985548807306 +leaf_count=2508014 29179 63978 51358 30820 318433 1200391 21484 289319 1117 1046594 10029 626 22697 117 380 6563 1586801 8125 59663 4362 31148 1560 198 537618 6821 1333 4668 4628 11378 128 +internal_value=0 0.00671734 -0.00728432 -0.00953853 -0.00743098 -0.0142556 0.0120486 -0.00316856 -0.00946156 -0.0224814 0.0143451 0.0053236 0.0175686 0.0138297 0.0268922 0.0214074 -0.00907355 0.00642818 -0.0051573 -0.0277033 -0.014604 0.0414632 0.0461637 -0.000108207 0.084311 0.0211894 -0.0128898 0.009429 0.00633479 0.0150848 +internal_weight=0 7879.97 7266.63 6429.93 5529.57 2125.81 4424.28 3403.76 1679.02 900.358 3857.43 1015.49 2841.94 2095.47 528.022 466.621 1675.42 339.284 254.989 112.573 97.7395 84.2948 82.8054 3455.69 41.5285 15.6454 927.082 1567.45 1356.82 776.021 +internal_count=7859530 708805 7150725 7099367 3544759 2932339 142008 612420 1731948 3554608 78030 22110 55920 45891 7060 6680 1730831 144030 125993 95173 90811 18037 16477 566797 8352 1531 293987 38831 34203 11506 +shrinkage=0.12 + + +Tree=89 +num_leaves=31 +num_cat=0 +split_feature=12 1 3 2 7 0 2 2 10 0 0 0 0 0 7 1 3 2 3 0 3 9 7 0 7 0 7 0 2 3 +split_gain=50.5262 15.2936 13.6322 12.2217 11.9056 17.6424 10.8148 12.2427 10.7197 10.4104 13.0279 9.48102 10.0766 13.2972 9.20108 8.45929 8.12087 12.7922 12.2465 7.88639 7.69195 7.97147 7.59368 7.40948 7.34151 7.07508 7.17952 7.00958 9.41519 7.077 +threshold=0.45804195804195807 1.5000000000000002 1.0000000180025095e-35 410011200.00000006 1.0000000180025095e-35 34.326487000000007 630763200.00000012 536241600.00000006 11.500000000000002 14.586804000000003 10.546794500000003 29.729864000000003 25.452091500000005 24.763925500000003 4.5000000000000009 1.5000000000000002 3.5000000000000004 189086400.00000003 78.500000000000014 25.373452000000004 1.5000000000000002 6.5000000000000009 6.5000000000000009 63.388565000000007 1.0000000180025095e-35 55.906434000000004 2.5000000000000004 48.846755000000009 410184000.00000006 19.500000000000004 +decision_type=2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +left_child=1 19 8 4 11 -6 7 22 9 10 -2 12 13 -3 -7 -11 20 18 -18 24 -14 -22 27 -4 -1 -8 -27 28 -5 -29 +right_child=2 3 23 6 5 14 25 -9 -10 15 -12 -13 16 -15 -16 -17 17 -19 -20 -21 21 -23 -24 -25 -26 26 -28 29 -30 -31 +leaf_value=-0.024039501752680055 0.0056600820948953948 0.0051800755683082235 0.011320726805269578 -0.1057818276150601 -0.011798338638578317 0.010913594667893494 -0.0094655221112530507 -0.052562574215521962 0.041982627476958433 -0.0082064751031307118 -0.11964778784926063 0.033101230363778468 -0.022593056930848687 0.059066555209587188 -0.0078776942825447491 0.0055900860220714343 -0.13408894576746522 0.083837335865981674 0.14257879530984044 -0.014871280369823625 0.081323986410648752 -0.12821802124702977 -0.057416297042297067 0.030489763396140474 -0.07208183386389673 0.091085580451341894 0.008717926599248518 0.046390586164367024 -0.0093546765947546927 -0.20845154708038865 +leaf_weight=126.2495522538478 25.019865638886586 899.09618916358863 2951.3086282370214 15.387346436321989 2189.3047559944243 1109.5964175555871 1295.0810700818893 177.72963919228806 96.288514039311849 850.50725783196185 22.832622917369008 191.93236142855676 122.97936994073052 71.131984182913357 566.90438099464632 2584.8686525838198 9.4948037511676358 22.602495638653636 3.0120061915367833 841.75583012488653 3.0089439270377651 19.031939467116899 51.095926698399524 322.04164793128803 71.898174626444884 17.765576504301862 106.11460300795625 42.240178510963233 269.0560302443256 1.6003445091191668 +leaf_count=325245 1801 139774 64992 18186 1809240 73013 1081740 162916 615 187678 3214 4285 7092 2326 100743 102075 271 291 21 1255159 50 756 36096 2563 2206026 567 5506 1813 265361 115 +internal_value=0 -0.00634126 0.00761008 -0.00437242 -0.00132365 -0.00470445 -0.0124076 -0.026575 0.00249191 0.0013999 -0.0541676 0.00841299 0.0042931 0.00913245 0.00455934 0.00217438 -0.0217701 0.029995 -0.0672775 -0.0199425 -0.0343061 -0.0995404 -0.0143973 0.0132069 -0.04148 -0.00684474 0.0205494 -0.00769689 -0.0145816 0.0369517 +internal_weight=0 8224.07 6852.87 7184.17 5208.1 3865.81 1976.07 557.109 3579.52 3483.23 47.8525 1342.29 1150.36 970.228 1676.5 3435.38 180.13 35.1093 12.5068 1039.9 145.02 22.0409 379.38 3273.35 198.148 1418.96 123.88 328.284 284.443 43.8405 +internal_count=7859530 7496592 362938 3710162 2137862 1982996 1572300 484487 295383 294768 5015 154866 150581 142100 173756 289753 8481 583 292 3786430 7898 806 321571 67555 2531271 1087813 6073 285475 283547 1928 +shrinkage=0.12 + + +end of trees + +feature_importances: +Column_0=686 +Column_2=486 +Column_7=301 +Column_11=283 +Column_3=281 +Column_1=243 +Column_12=125 +Column_6=87 +Column_4=62 +Column_9=51 +Column_8=42 +Column_5=32 +Column_10=21 + +parameters: +[boosting: gbdt] +[objective: lambdarank] +[metric: ndcg] +[tree_learner: serial] +[device_type: cpu] +[data: ] +[valid: ] +[num_iterations: 120] +[learning_rate: 0.12] +[num_leaves: 31] +[num_threads: 16] +[deterministic: 0] +[force_col_wise: 0] +[force_row_wise: 0] +[histogram_pool_size: -1] +[max_depth: -1] +[min_data_in_leaf: 20] +[min_sum_hessian_in_leaf: 0.001] +[bagging_fraction: 1] +[pos_bagging_fraction: 1] +[neg_bagging_fraction: 1] +[bagging_freq: 0] +[bagging_seed: 3] +[feature_fraction: 1] +[feature_fraction_bynode: 1] +[feature_fraction_seed: 2] +[extra_trees: 0] +[extra_seed: 6] +[early_stopping_round: 200] +[first_metric_only: 0] +[max_delta_step: 0] +[lambda_l1: 0] +[lambda_l2: 0.03] +[min_gain_to_split: 0] +[drop_rate: 0.1] +[max_drop: 50] +[skip_drop: 0.5] +[xgboost_dart_mode: 0] +[uniform_drop: 0] +[drop_seed: 4] +[top_rate: 0.2] +[other_rate: 0.1] +[min_data_per_group: 100] +[max_cat_threshold: 32] +[cat_l2: 10] +[cat_smooth: 10] +[max_cat_to_onehot: 4] +[top_k: 20] +[monotone_constraints: ] +[monotone_constraints_method: basic] +[monotone_penalty: 0] +[feature_contri: ] +[forcedsplits_filename: ] +[refit_decay_rate: 0.9] +[cegb_tradeoff: 1] +[cegb_penalty_split: 0] +[cegb_penalty_feature_lazy: ] +[cegb_penalty_feature_coupled: ] +[path_smooth: 0] +[interaction_constraints: ] +[verbosity: -1] +[saved_feature_importance_type: 0] +[max_bin: 255] +[max_bin_by_feature: ] +[min_data_in_bin: 3] +[bin_construct_sample_cnt: 200000] +[data_random_seed: 1] +[is_enable_sparse: 1] +[enable_bundle: 1] +[use_missing: 1] +[zero_as_missing: 0] +[feature_pre_filter: 1] +[pre_partition: 0] +[two_round: 0] +[header: 0] +[label_column: ] +[weight_column: ] +[group_column: ] +[ignore_column: ] +[categorical_feature: ] +[forcedbins_filename: ] +[objective_seed: 5] +[num_class: 1] +[is_unbalance: 0] +[scale_pos_weight: 1] +[sigmoid: 1] +[boost_from_average: 1] +[reg_sqrt: 0] +[alpha: 0.9] +[fair_c: 1] +[poisson_max_delta_step: 0.7] +[tweedie_variance_power: 1.5] +[lambdarank_truncation_level: 30] +[lambdarank_norm: 1] +[label_gain: ] +[eval_at: 1,5,10,20] +[multi_error_top_k: 1] +[auc_mu_weights: ] +[num_machines: 1] +[local_listen_port: 12400] +[time_out: 120] +[machine_list_filename: ] +[machines: ] +[gpu_platform_id: -1] +[gpu_device_id: -1] +[gpu_use_dp: 0] +[num_gpu: 1] + +end of parameters + +pandas_categorical:null diff --git a/nexus/meta_api/proto/BUILD.bazel b/nexus/meta_api/proto/BUILD.bazel index 3f7e3e8..a20103c 100644 --- a/nexus/meta_api/proto/BUILD.bazel +++ b/nexus/meta_api/proto/BUILD.bazel @@ -1,7 +1,7 @@ load("@com_github_grpc_grpc//bazel:python_rules.bzl", "py_grpc_library", "py_proto_library") load("@rules_rust//proto:proto.bzl", "rust_proto_library") load("@rules_proto//proto:defs.bzl", "proto_library") -load("@rules_proto_grpc//js:defs.bzl", "js_grpc_node_library", "js_proto_library") +load("@rules_proto_grpc//js:defs.bzl", "js_grpc_web_library") package(default_visibility = ["//visibility:public"]) @@ -34,13 +34,10 @@ rust_proto_library( deps = [":meta_api_proto"], ) -js_proto_library( - name = "meta_api_proto_js", - deps = ["meta_api_proto"], -) - -js_grpc_node_library( - name = "meta_api_grpc_js", +js_grpc_web_library( + name = "meta_api_grpc_web_js", + prefix_path = "../../../../", protos = [":meta_api_proto"], - deps = [":meta_api_proto_js"], + visibility = ["//visibility:public"], + deps = ["//nexus/models/proto:models_proto_js"], ) diff --git a/nexus/meta_api/proto/documents_service.proto b/nexus/meta_api/proto/documents_service.proto index c356690..212e1c3 100644 --- a/nexus/meta_api/proto/documents_service.proto +++ b/nexus/meta_api/proto/documents_service.proto @@ -35,8 +35,18 @@ message TypedDocumentRequest { message PutTypedDocumentResponse {} +message GetViewResponse { + nexus.models.proto.TypedDocument typed_document = 1; + string filedata = 2; + string filename = 3; + string filesize = 4; + string first_authors = 5; + string locator = 6; +} + service Documents { rpc get (TypedDocumentRequest) returns (nexus.models.proto.TypedDocument) {} + rpc get_view (TypedDocumentRequest) returns (GetViewResponse) {} rpc roll (RollRequest) returns (RollResponse) {} rpc top_missed (TopMissedRequest) returns (TopMissedResponse) {} } diff --git a/nexus/meta_api/proto/documents_service_pb2.py b/nexus/meta_api/proto/documents_service_pb2.py index 1556ffd..a7eb274 100755 --- a/nexus/meta_api/proto/documents_service_pb2.py +++ b/nexus/meta_api/proto/documents_service_pb2.py @@ -21,7 +21,7 @@ DESCRIPTOR = _descriptor.FileDescriptor( syntax='proto3', serialized_options=None, create_key=_descriptor._internal_create_key, - serialized_pb=b'\n,nexus/meta_api/proto/documents_service.proto\x12\x14nexus.meta_api.proto\x1a\'nexus/models/proto/typed_document.proto\"D\n\x0bRollRequest\x12\x10\n\x08language\x18\x01 \x01(\t\x12\x12\n\nsession_id\x18\x02 \x01(\t\x12\x0f\n\x07user_id\x18\x03 \x01(\x03\"#\n\x0cRollResponse\x12\x13\n\x0b\x64ocument_id\x18\x01 \x01(\x04\"X\n\x10TopMissedRequest\x12\x0c\n\x04page\x18\x01 \x01(\r\x12\x11\n\tpage_size\x18\x02 \x01(\r\x12\x12\n\nsession_id\x18\x03 \x01(\t\x12\x0f\n\x07user_id\x18\x04 \x01(\x03\"a\n\x11TopMissedResponse\x12:\n\x0ftyped_documents\x18\x01 \x03(\x0b\x32!.nexus.models.proto.TypedDocument\x12\x10\n\x08has_next\x18\x02 \x01(\x08\"r\n\x14TypedDocumentRequest\x12\x0e\n\x06schema\x18\x01 \x01(\t\x12\x13\n\x0b\x64ocument_id\x18\x02 \x01(\x04\x12\x10\n\x08position\x18\x03 \x01(\r\x12\x12\n\nsession_id\x18\x04 \x01(\t\x12\x0f\n\x07user_id\x18\x05 \x01(\x03\"\x1a\n\x18PutTypedDocumentResponse2\x95\x02\n\tDocuments\x12V\n\x03get\x12*.nexus.meta_api.proto.TypedDocumentRequest\x1a!.nexus.models.proto.TypedDocument\"\x00\x12O\n\x04roll\x12!.nexus.meta_api.proto.RollRequest\x1a\".nexus.meta_api.proto.RollResponse\"\x00\x12_\n\ntop_missed\x12&.nexus.meta_api.proto.TopMissedRequest\x1a\'.nexus.meta_api.proto.TopMissedResponse\"\x00\x62\x06proto3' + serialized_pb=b'\n,nexus/meta_api/proto/documents_service.proto\x12\x14nexus.meta_api.proto\x1a\'nexus/models/proto/typed_document.proto\"D\n\x0bRollRequest\x12\x10\n\x08language\x18\x01 \x01(\t\x12\x12\n\nsession_id\x18\x02 \x01(\t\x12\x0f\n\x07user_id\x18\x03 \x01(\x03\"#\n\x0cRollResponse\x12\x13\n\x0b\x64ocument_id\x18\x01 \x01(\x04\"X\n\x10TopMissedRequest\x12\x0c\n\x04page\x18\x01 \x01(\r\x12\x11\n\tpage_size\x18\x02 \x01(\r\x12\x12\n\nsession_id\x18\x03 \x01(\t\x12\x0f\n\x07user_id\x18\x04 \x01(\x03\"a\n\x11TopMissedResponse\x12:\n\x0ftyped_documents\x18\x01 \x03(\x0b\x32!.nexus.models.proto.TypedDocument\x12\x10\n\x08has_next\x18\x02 \x01(\x08\"r\n\x14TypedDocumentRequest\x12\x0e\n\x06schema\x18\x01 \x01(\t\x12\x13\n\x0b\x64ocument_id\x18\x02 \x01(\x04\x12\x10\n\x08position\x18\x03 \x01(\r\x12\x12\n\nsession_id\x18\x04 \x01(\t\x12\x0f\n\x07user_id\x18\x05 \x01(\x03\"\x1a\n\x18PutTypedDocumentResponse\"u\n\x0fGetViewResponse\x12\x39\n\x0etyped_document\x18\x01 \x01(\x0b\x32!.nexus.models.proto.TypedDocument\x12\x10\n\x08\x66ilename\x18\x02 \x01(\t\x12\x15\n\rfirst_authors\x18\x03 \x01(\t2\xf6\x02\n\tDocuments\x12V\n\x03get\x12*.nexus.meta_api.proto.TypedDocumentRequest\x1a!.nexus.models.proto.TypedDocument\"\x00\x12_\n\x08get_view\x12*.nexus.meta_api.proto.TypedDocumentRequest\x1a%.nexus.meta_api.proto.GetViewResponse\"\x00\x12O\n\x04roll\x12!.nexus.meta_api.proto.RollRequest\x1a\".nexus.meta_api.proto.RollResponse\"\x00\x12_\n\ntop_missed\x12&.nexus.meta_api.proto.TopMissedRequest\x1a\'.nexus.meta_api.proto.TopMissedResponse\"\x00\x62\x06proto3' , dependencies=[nexus_dot_models_dot_proto_dot_typed__document__pb2.DESCRIPTOR,]) @@ -282,13 +282,61 @@ _PUTTYPEDDOCUMENTRESPONSE = _descriptor.Descriptor( serialized_end=549, ) + +_GETVIEWRESPONSE = _descriptor.Descriptor( + name='GetViewResponse', + full_name='nexus.meta_api.proto.GetViewResponse', + filename=None, + file=DESCRIPTOR, + containing_type=None, + create_key=_descriptor._internal_create_key, + fields=[ + _descriptor.FieldDescriptor( + name='typed_document', full_name='nexus.meta_api.proto.GetViewResponse.typed_document', index=0, + number=1, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), + _descriptor.FieldDescriptor( + name='filename', full_name='nexus.meta_api.proto.GetViewResponse.filename', index=1, + number=2, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=b"".decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), + _descriptor.FieldDescriptor( + name='first_authors', full_name='nexus.meta_api.proto.GetViewResponse.first_authors', index=2, + number=3, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=b"".decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + serialized_options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=551, + serialized_end=668, +) + _TOPMISSEDRESPONSE.fields_by_name['typed_documents'].message_type = nexus_dot_models_dot_proto_dot_typed__document__pb2._TYPEDDOCUMENT +_GETVIEWRESPONSE.fields_by_name['typed_document'].message_type = nexus_dot_models_dot_proto_dot_typed__document__pb2._TYPEDDOCUMENT DESCRIPTOR.message_types_by_name['RollRequest'] = _ROLLREQUEST DESCRIPTOR.message_types_by_name['RollResponse'] = _ROLLRESPONSE DESCRIPTOR.message_types_by_name['TopMissedRequest'] = _TOPMISSEDREQUEST DESCRIPTOR.message_types_by_name['TopMissedResponse'] = _TOPMISSEDRESPONSE DESCRIPTOR.message_types_by_name['TypedDocumentRequest'] = _TYPEDDOCUMENTREQUEST DESCRIPTOR.message_types_by_name['PutTypedDocumentResponse'] = _PUTTYPEDDOCUMENTRESPONSE +DESCRIPTOR.message_types_by_name['GetViewResponse'] = _GETVIEWRESPONSE _sym_db.RegisterFileDescriptor(DESCRIPTOR) RollRequest = _reflection.GeneratedProtocolMessageType('RollRequest', (_message.Message,), { @@ -333,6 +381,13 @@ PutTypedDocumentResponse = _reflection.GeneratedProtocolMessageType('PutTypedDoc }) _sym_db.RegisterMessage(PutTypedDocumentResponse) +GetViewResponse = _reflection.GeneratedProtocolMessageType('GetViewResponse', (_message.Message,), { + 'DESCRIPTOR' : _GETVIEWRESPONSE, + '__module__' : 'nexus.meta_api.proto.documents_service_pb2' + # @@protoc_insertion_point(class_scope:nexus.meta_api.proto.GetViewResponse) + }) +_sym_db.RegisterMessage(GetViewResponse) + _DOCUMENTS = _descriptor.ServiceDescriptor( @@ -342,8 +397,8 @@ _DOCUMENTS = _descriptor.ServiceDescriptor( index=0, serialized_options=None, create_key=_descriptor._internal_create_key, - serialized_start=552, - serialized_end=829, + serialized_start=671, + serialized_end=1045, methods=[ _descriptor.MethodDescriptor( name='get', @@ -355,10 +410,20 @@ _DOCUMENTS = _descriptor.ServiceDescriptor( serialized_options=None, create_key=_descriptor._internal_create_key, ), + _descriptor.MethodDescriptor( + name='get_view', + full_name='nexus.meta_api.proto.Documents.get_view', + index=1, + containing_service=None, + input_type=_TYPEDDOCUMENTREQUEST, + output_type=_GETVIEWRESPONSE, + serialized_options=None, + create_key=_descriptor._internal_create_key, + ), _descriptor.MethodDescriptor( name='roll', full_name='nexus.meta_api.proto.Documents.roll', - index=1, + index=2, containing_service=None, input_type=_ROLLREQUEST, output_type=_ROLLRESPONSE, @@ -368,7 +433,7 @@ _DOCUMENTS = _descriptor.ServiceDescriptor( _descriptor.MethodDescriptor( name='top_missed', full_name='nexus.meta_api.proto.Documents.top_missed', - index=2, + index=3, containing_service=None, input_type=_TOPMISSEDREQUEST, output_type=_TOPMISSEDRESPONSE, diff --git a/nexus/meta_api/proto/documents_service_pb2_grpc.py b/nexus/meta_api/proto/documents_service_pb2_grpc.py index 8935f94..e15d379 100755 --- a/nexus/meta_api/proto/documents_service_pb2_grpc.py +++ b/nexus/meta_api/proto/documents_service_pb2_grpc.py @@ -22,6 +22,11 @@ class DocumentsStub(object): request_serializer=nexus_dot_meta__api_dot_proto_dot_documents__service__pb2.TypedDocumentRequest.SerializeToString, response_deserializer=nexus_dot_models_dot_proto_dot_typed__document__pb2.TypedDocument.FromString, ) + self.get_view = channel.unary_unary( + '/nexus.meta_api.proto.Documents/get_view', + request_serializer=nexus_dot_meta__api_dot_proto_dot_documents__service__pb2.TypedDocumentRequest.SerializeToString, + response_deserializer=nexus_dot_meta__api_dot_proto_dot_documents__service__pb2.GetViewResponse.FromString, + ) self.roll = channel.unary_unary( '/nexus.meta_api.proto.Documents/roll', request_serializer=nexus_dot_meta__api_dot_proto_dot_documents__service__pb2.RollRequest.SerializeToString, @@ -43,6 +48,12 @@ class DocumentsServicer(object): context.set_details('Method not implemented!') raise NotImplementedError('Method not implemented!') + def get_view(self, request, context): + """Missing associated documentation comment in .proto file.""" + context.set_code(grpc.StatusCode.UNIMPLEMENTED) + context.set_details('Method not implemented!') + raise NotImplementedError('Method not implemented!') + def roll(self, request, context): """Missing associated documentation comment in .proto file.""" context.set_code(grpc.StatusCode.UNIMPLEMENTED) @@ -63,6 +74,11 @@ def add_DocumentsServicer_to_server(servicer, server): request_deserializer=nexus_dot_meta__api_dot_proto_dot_documents__service__pb2.TypedDocumentRequest.FromString, response_serializer=nexus_dot_models_dot_proto_dot_typed__document__pb2.TypedDocument.SerializeToString, ), + 'get_view': grpc.unary_unary_rpc_method_handler( + servicer.get_view, + request_deserializer=nexus_dot_meta__api_dot_proto_dot_documents__service__pb2.TypedDocumentRequest.FromString, + response_serializer=nexus_dot_meta__api_dot_proto_dot_documents__service__pb2.GetViewResponse.SerializeToString, + ), 'roll': grpc.unary_unary_rpc_method_handler( servicer.roll, request_deserializer=nexus_dot_meta__api_dot_proto_dot_documents__service__pb2.RollRequest.FromString, @@ -100,6 +116,23 @@ class Documents(object): options, channel_credentials, insecure, call_credentials, compression, wait_for_ready, timeout, metadata) + @staticmethod + def get_view(request, + target, + options=(), + channel_credentials=None, + call_credentials=None, + insecure=False, + compression=None, + wait_for_ready=None, + timeout=None, + metadata=None): + return grpc.experimental.unary_unary(request, target, '/nexus.meta_api.proto.Documents/get_view', + nexus_dot_meta__api_dot_proto_dot_documents__service__pb2.TypedDocumentRequest.SerializeToString, + nexus_dot_meta__api_dot_proto_dot_documents__service__pb2.GetViewResponse.FromString, + options, channel_credentials, + insecure, call_credentials, compression, wait_for_ready, timeout, metadata) + @staticmethod def roll(request, target, diff --git a/nexus/meta_api/providers/__init__.py b/nexus/meta_api/providers/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/nexus/meta_api/providers/data.py b/nexus/meta_api/providers/data.py new file mode 100644 index 0000000..82fdc14 --- /dev/null +++ b/nexus/meta_api/providers/data.py @@ -0,0 +1,69 @@ +from typing import List + +import aiopg +from aiokit import AioThing +from library.aiopostgres.pool_holder import AioPostgresPoolHolder +from recordclass import dataobject + + +class DocumentData(dataobject): + ipfs_multihashes: List[str] + telegram_file_id: int + + +class DataProvider(AioThing): + def __init__(self, data_provider_config: dict): + super().__init__() + self.pool_holder = None + if data_provider_config['enabled']: + self.pool_holder = AioPostgresPoolHolder( + fn=aiopg.create_pool, + dsn=f'dbname={data_provider_config["database"]} ' + f'user={data_provider_config["username"]} ' + f'password={data_provider_config["password"]} ' + f'host={data_provider_config["host"]}', + timeout=30, + pool_recycle=60, + maxsize=4, + ) + self.waits.append(self.pool_holder) + + async def get(self, document_id): + if not self.pool_holder: + return + pg_data = await self.pool_holder.execute(''' + select id, telegram_file_id, ipfs_multihashes + from scimag + where id = %s + union all + select id, telegram_file_id, ipfs_multihashes + from scitech + where id = %s + ''', (document_id, document_id), fetch=True) + for _, telegram_file_id, ipfs_multihashes in pg_data: + return DocumentData( + ipfs_multihashes=ipfs_multihashes or [], + telegram_file_id=telegram_file_id or '', + ) + + async def random_id(self, language): + if not self.pool_holder: + return + pg_data = await self.pool_holder.execute(''' + select id from scitech + where + (language = %s or language = 'en') + and original_id is null + and is_deleted = false + offset floor( + random() * ( + select count(*) from scitech where + (language = %s or language = 'en') + and original_id is null + and is_deleted = false + ) + ) + limit 1; + ''', (language, language), fetch=True) + for (id_,) in pg_data: + return id_ diff --git a/nexus/meta_api/providers/stat.py b/nexus/meta_api/providers/stat.py new file mode 100644 index 0000000..3db057a --- /dev/null +++ b/nexus/meta_api/providers/stat.py @@ -0,0 +1,114 @@ +import asyncio +import logging +from contextlib import asynccontextmanager + +from aiochclient import ChClient +from aiohttp import ClientSession +from aiokit import AioThing +from recordclass import dataobject + + +class DocumentStat(dataobject): + downloads_count: int + + +class StatProvider(AioThing): + def __init__(self, stat_provider_config): + super().__init__() + self.stat_provider_config = stat_provider_config + self.clickhouse_session = None + self.clickhouse_client = None + self.download_stats = {} + self.top_missed_stats = [] + self.current_task = None + + if stat_provider_config['enabled']: + self.clickhouse_session = ClientSession() + self.clickhouse_client = ChClient( + self.clickhouse_session, + url=stat_provider_config['clickhouse']['host'], + user=stat_provider_config['clickhouse']['username'], + password=stat_provider_config['clickhouse']['password'], + ) + + @asynccontextmanager + async def _safe_execution(self): + try: + yield + except asyncio.CancelledError as e: + logging.getLogger('error').warning(e) + except Exception as e: + logging.getLogger('error').error(e) + raise + + async def load_download_stats(self): + async with self._safe_execution(): + download_stats = {} + logging.getLogger('statbox').info({ + 'action': 'start_loading', + 'stats': 'download_stats', + }) + async for row in self.clickhouse_client.iterate(''' + select id, count(distinct user_id) as c + from query_log where mode = 'get' and id != 0 + group by id + '''): + download_stats[row['id']] = DocumentStat(downloads_count=row['c']) + self.download_stats = download_stats + logging.getLogger('statbox').info({ + 'action': 'loaded', + 'stats': 'download_stats', + 'items': len(download_stats), + }) + await asyncio.sleep(self.stat_provider_config['download_stats']['refresh_time_secs']) + + async def load_top_missed_stats(self): + async with self._safe_execution(): + top_missed_stats = [] + logging.getLogger('statbox').info({ + 'action': 'start_loading', + 'stats': 'top_missing', + }) + async for row in self.clickhouse_client.iterate(''' + select + document_id, + count(distinct chat_id) as c from telegram_statbox_log + where action = 'missed' and + (mode = 'start_delivery' or mode = 'delivery') and + schema = 'scimag' + group by document_id + order by count(distinct chat_id) desc, document_id desc limit 1000 + '''): + top_missed_stats.append(row['document_id']) + self.top_missed_stats = top_missed_stats + logging.getLogger('statbox').info({ + 'action': 'loaded', + 'stats': 'top_missing', + 'items': len(top_missed_stats), + }) + await asyncio.sleep(self.stat_provider_config['top_missed_stats']['refresh_time_secs']) + + def get_download_stats(self, document_id, default=None): + return self.download_stats.get(document_id, default) + + def get_top_missed_stats(self): + return self.top_missed_stats + + async def all_tasks(self): + return await asyncio.gather( + self.load_download_stats(), + self.load_top_missed_stats(), + ) + + async def start(self): + if self.clickhouse_session: + self.current_task = asyncio.create_task(self.all_tasks()) + + async def stop(self): + await self.cancel() + if self.clickhouse_session: + await self.clickhouse_session.close() + if self.current_task: + self.current_task.cancel() + await self.current_task + await super().stop() diff --git a/nexus/meta_api/query_extensionner/BUILD.bazel b/nexus/meta_api/query_extensionner/BUILD.bazel new file mode 100644 index 0000000..0474934 --- /dev/null +++ b/nexus/meta_api/query_extensionner/BUILD.bazel @@ -0,0 +1,16 @@ +load("@pip_modules//:requirements.bzl", "requirement") +load("@rules_python//python:defs.bzl", "py_library") + +py_library( + name = "query_extensionner", + srcs = glob(["**/*.py"]), + srcs_version = "PY3", + visibility = ["//visibility:public"], + deps = [ + requirement("en_core_web_sm"), + requirement("ply"), + requirement("izihawa_types"), + "//nexus/nlptools", + requirement("izihawa_utils"), + ], +) diff --git a/nexus/meta_api/query_extensionner/__init__.py b/nexus/meta_api/query_extensionner/__init__.py new file mode 100644 index 0000000..5a16529 --- /dev/null +++ b/nexus/meta_api/query_extensionner/__init__.py @@ -0,0 +1,31 @@ +from nexus.meta_api.query_extensionner.grammar import ( + FieldResolver, + MorphyResolver, + OrOperation, + UnknownOperationResolver, + parser, +) + +from . import checks +from .checks import QueryClass + + +class QueryProcessor: + checks = tuple() + + def process(self, query, language): + raise NotImplementedError() + + +class ClassicQueryProcessor(QueryProcessor): + checks = (checks.check_doi, checks.check_isbn, checks.check_nid, checks.check_url) + + def process(self, query, language): + uor = UnknownOperationResolver(OrOperation) + fr = FieldResolver() + morphy = MorphyResolver(language) + for c in self.checks: + r = c(query) + if r: + return r + return {'query': str(uor.visit(fr.visit(morphy.visit(parser.parse(query))))), 'class': QueryClass.Default} diff --git a/nexus/meta_api/query_extensionner/checks.py b/nexus/meta_api/query_extensionner/checks.py new file mode 100644 index 0000000..6c01f1c --- /dev/null +++ b/nexus/meta_api/query_extensionner/checks.py @@ -0,0 +1,60 @@ +import re +from enum import Enum + +from nexus.nlptools.regex import ( + DOI_REGEX, + ISBN_REGEX, + NID_REGEX, + URL_REGEX, +) + +# ToDo: redo all, code is logically incorrect now + + +class QueryClass(Enum): + Default = 'default' + DOI = 'doi' + ISBN = 'isbn' + NID = 'nid' + URL = 'url' + + +def check_doi(query) -> (QueryClass, str): + # ToDo: rewrite normally, just hotfixed + if query.startswith('references:'): + return + if r := re.search(DOI_REGEX, query): + doi = (r[1] + '/' + r[2]).lower() + return { + 'doi': doi, + 'query': f'doi:"{doi}"', + 'class': QueryClass.DOI, + } + + +def check_isbn(query: str) -> (QueryClass, str): + if r := re.search(ISBN_REGEX, query): + isbn = r[1].replace('-', '') + return { + 'isbn': isbn, + 'query': 'isbns:' + isbn, + 'class': QueryClass.ISBN + } + + +def check_nid(query: str) -> (QueryClass, str): + if r := re.search(NID_REGEX, query): + return { + 'id': r[1], + 'query': 'id:' + r[1], + 'class': QueryClass.NID, + } + + +def check_url(query: str) -> (QueryClass, str): + if r := re.search(URL_REGEX, query): + return { + 'url': r[0], + 'query': r[0], + 'class': QueryClass.URL, + } diff --git a/nexus/meta_api/query_extensionner/grammar/__init__.py b/nexus/meta_api/query_extensionner/grammar/__init__.py new file mode 100644 index 0000000..d13fd45 --- /dev/null +++ b/nexus/meta_api/query_extensionner/grammar/__init__.py @@ -0,0 +1,9 @@ +from .parser import parser +from .tree import OrOperation +from .tree_transformer import ( + FieldResolver, + MorphyResolver, + UnknownOperationResolver, +) + +__all__ = ['parser', 'FieldResolver', 'MorphyResolver', 'OrOperation', 'UnknownOperationResolver'] diff --git a/nexus/meta_api/query_extensionner/grammar/parser.py b/nexus/meta_api/query_extensionner/grammar/parser.py new file mode 100644 index 0000000..17aa03a --- /dev/null +++ b/nexus/meta_api/query_extensionner/grammar/parser.py @@ -0,0 +1,330 @@ +# -*- coding: utf-8 -*- +"""The Lucene Query DSL parser based on PLY +""" + +import logging +# TODO : add reserved chars and escaping, regex +# see : https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html +# https://lucene.apache.org/core/3_6_0/queryparsersyntax.html +import re + +import ply.lex as lex +import ply.yacc as yacc +from izihawa_utils.exceptions import BaseError + +from .tree import ( + QUOTES, + AndOperation, + Boost, + Fuzzy, + Group, + Not, + OrOperation, + Phrase, + Plus, + Prohibit, + Proximity, + Range, + Regex, + SearchField, + UnknownOperation, + Word, + create_operation, + group_to_fieldgroup, +) + + +class ParseError(BaseError): + code = 'parse_error' + level = logging.WARNING + + +reserved = { + 'AND': 'AND_OP', + 'OR': 'OR_OP', + 'NOT': 'NOT', + 'TO': 'TO', + 'to': 'TO', +} + + +# tokens of our grammar +tokens = ( + ['TERM', + 'PHRASE', + 'REGEX', + 'APPROX', + 'BOOST', + 'MINUS', + 'PLUS', + 'COLUMN', + 'LPAREN', + 'RPAREN', + 'LBRACKET', + 'RBRACKET' + ] + sorted(set(reserved.values())) +) + + +# text of some simple tokens +t_PLUS = r'\+(?=\S)' +t_MINUS = r'\-(?=\S)' +t_NOT = 'NOT' +t_AND_OP = r'AND' +t_OR_OP = r'OR' +t_COLUMN = r'(?<=\S):(?=\S)' +t_LPAREN = r'\(' +t_RPAREN = r'\)' +t_LBRACKET = r'(\[|\{)' +t_RBRACKET = r'(\]|\})' + +# precedence rules +precedence = ( + ('left', 'OR_OP',), + ('left', 'AND_OP'), + ('nonassoc', 'MINUS',), + ('nonassoc', 'PLUS',), + ('nonassoc', 'APPROX'), + ('nonassoc', 'BOOST'), + ('nonassoc', 'LPAREN', 'RPAREN'), + ('nonassoc', 'LBRACKET', 'TO', 'RBRACKET'), + ('nonassoc', 'REGEX'), + ('nonassoc', 'PHRASE'), + ('nonassoc', 'TERM'), +) + +# term + +# the case of : which is used in date is problematic because it is also a delimiter +# lets catch those expressions appart +# Note : we must use positive look behind, because regexp engine is eager, +# and it's only arrived at ':' that it will try this rule +TIME_RE = r''' +(?<=T\d{2}): # look behind for T and two digits: hours +\d{2} # minutes +(:\d{2})? # seconds +''' +# this is a wide catching expression, to also include date math. +# Inspired by the original lucene parser: +# https://github.com/apache/lucene-solr/blob/master/lucene/queryparser/src/java/org/apache/lucene/queryparser/surround/parser/QueryParser.jj#L189 +# We do allow the wildcards operators ('*' and '?') as our parser doesn't deal with them. + +TERM_RE = fr''' +(?P # group term + (?: + [^\s:^~(){{}}[\]/,{QUOTES}+\-\\] # first char is not a space neither some char which have meanings + # note: escape of "-" and "]" + # and doubling of "{{}}" (because we use format) + | # but + \\. # we can start with an escaped character + ) + ([^\s:^\\~(){{}}[\]{QUOTES}] # following chars + | # OR + \\. # an escaped char + | # OR + {TIME_RE} # a time expression + )* +) +''' +# phrase +PHRASE_RE = fr''' +(?P # phrase + [{QUOTES}] # opening quote + (?: # repeating + [^\\{QUOTES}] # - a char which is not escape or end of phrase + | # OR + \\. # - an escaped char + )* + [{QUOTES}] # closing quote +)''' +# r'(?P"(?:[^\\"]|\\"|\\[^"])*")' # this is quite complicated to handle \" +# modifiers after term or phrase +APPROX_RE = r'~(?P[0-9.]+)?' +BOOST_RE = r'\^(?P[0-9.]+)?' + +# regex +REGEX_RE = r''' +(?P # regex + / # open slash + (?: # repeating + [^\\/] # - a char which is not escape or end of regex + | # OR + \\. # an escaped char + )* + / # closing slash +)''' + + +def t_IGNORE_HANGING_SIGNS(t): + r"""\s+[\+-]\s+""" + pass + + +def t_IGNORE_MAD_COLUMNS(t): + r"""\s+:|:\s+|\s+:\s+""" + pass + + +def t_SEPARATOR(t): + r'\s+' + pass # discard separators + + +@lex.TOKEN(TERM_RE) +def t_TERM(t): + # check if it is not a reserved term (an operation) + t.type = reserved.get(t.value, 'TERM') + # it's not, make it a Word + if t.type == 'TERM': + m = re.match(TERM_RE, t.value, re.VERBOSE) + value = m.group("term") + t.value = Word(value) + return t + + +@lex.TOKEN(PHRASE_RE) +def t_PHRASE(t): + m = re.match(PHRASE_RE, t.value, re.VERBOSE) + value = m.group("phrase") + t.value = Phrase(value) + return t + + +@lex.TOKEN(REGEX_RE) +def t_REGEX(t): + m = re.match(REGEX_RE, t.value, re.VERBOSE) + value = m.group("regex") + t.value = Regex(value) + return t + + +@lex.TOKEN(APPROX_RE) +def t_APPROX(t): + m = re.match(APPROX_RE, t.value) + t.value = m.group("degree") + return t + + +@lex.TOKEN(BOOST_RE) +def t_BOOST(t): + m = re.match(BOOST_RE, t.value) + t.value = m.group("force") + return t + + +# Error handling rule FIXME +def t_error(t): # pragma: no cover + t.lexer.skip(1) + + +lexer = lex.lex() + + +def p_expression_or(p): + 'expression : expression OR_OP expression' + p[0] = create_operation(OrOperation, p[1], p[3]) + + +def p_expression_and(p): + '''expression : expression AND_OP expression''' + p[0] = create_operation(AndOperation, p[1], p[len(p) - 1]) + + +def p_expression_implicit(p): + '''expression : expression expression''' + p[0] = create_operation(UnknownOperation, p[1], p[2]) + + +def p_expression_plus(p): + '''unary_expression : PLUS unary_expression''' + p[0] = Plus(p[2]) + + +def p_expression_minus(p): + '''unary_expression : MINUS unary_expression''' + p[0] = Prohibit(p[2]) + + +def p_expression_not(p): + '''unary_expression : NOT unary_expression''' + p[0] = Not(p[2]) + + +def p_expression_unary(p): + '''expression : unary_expression''' + p[0] = p[1] + + +def p_grouping(p): + 'unary_expression : LPAREN expression RPAREN' + p[0] = Group(p[2]) # Will p_field_search will transform as FieldGroup if necessary + + +def p_range(p): + '''unary_expression : LBRACKET phrase_or_term TO phrase_or_term RBRACKET''' + include_low = p[1] == "[" + include_high = p[5] == "]" + p[0] = Range(p[2], p[4], include_low, include_high) + + +def p_field_search(p): + '''unary_expression : TERM COLUMN unary_expression''' + if isinstance(p[3], Group): + p[3] = group_to_fieldgroup(p[3]) + # for field name we take p[1].value for it was captured as a word expression + p[0] = SearchField(p[1].value, p[3]) + + +def p_quoting(p): + 'unary_expression : PHRASE' + p[0] = p[1] + + +def p_proximity(p): + '''unary_expression : PHRASE APPROX''' + p[0] = Proximity(p[1], p[2]) + + +def p_boosting(p): + '''expression : expression BOOST''' + p[0] = Boost(p[1], p[2]) + + +def p_terms(p): + '''unary_expression : TERM''' + p[0] = p[1] + + +def p_fuzzy(p): + '''unary_expression : TERM APPROX''' + p[0] = Fuzzy(p[1], p[2]) + + +def p_regex(p): + '''unary_expression : REGEX''' + p[0] = p[1] + + +# handling a special case, TO is reserved only in range +def p_to_as_term(p): + '''unary_expression : TO''' + p[0] = Word(p[1]) + + +def p_phrase_or_term(p): + '''phrase_or_term : TERM + | PHRASE''' + p[0] = p[1] + + +# Error rule for syntax errors +# TODO : should report better +def p_error(p): + if p is None: + p = "(probably at end of input, may be unmatch parenthesis or so)" + raise ParseError(error="Syntax error in input at %r!" % p) + + +parser = yacc.yacc() +"""This is the parser generated by PLY +""" diff --git a/nexus/meta_api/query_extensionner/grammar/tree.py b/nexus/meta_api/query_extensionner/grammar/tree.py new file mode 100644 index 0000000..2ca4358 --- /dev/null +++ b/nexus/meta_api/query_extensionner/grammar/tree.py @@ -0,0 +1,370 @@ +# -*- coding: utf-8 -*- +"""Elements that will constitute the parse tree of a query. +You may use these items to build a tree representing a query, +or get a tree as the result of parsing a query string. +""" +import re +from decimal import Decimal + +_MARKER = object() +NON_DEFAULT_QUOTES = r''''“”‘«»„`''' +QUOTES = NON_DEFAULT_QUOTES + '"' +QUOTE_RE = re.compile(f'[{QUOTES}]') +NON_DEFAULT_QUOTE_RE = re.compile(f'[{NON_DEFAULT_QUOTES}]') + + +class Item(object): + """Base class for all items that compose the parse tree. + An item is a part of a request. + """ + + # /!\ Note on Item (and subclasses) __magic__ methods: /!\ + # + # Since we're dealing with recursive structures, we must avoid using + # the builtin helper methods when dealing with nested objects in + # __magic__ methods. + # + # As the helper usually calls the relevant method, we end up with two + # function calls instead of one, and end up hitting python's max recursion + # limit twice as fast! + # + # This is why we're calling c.__repr__ instead of repr(c) in the __repr__ + # method. Same thing applies for all magic methods (__str__, __eq__, and any + # other we might add in the future). + + _equality_attrs = [] + + @property + def children(self): + """As base of a tree structure, an item may have children""" + # empty by default + return [] + + def __repr__(self): + children = ", ".join(c.__repr__() for c in self.children) + return "%s(%s)" % (self.__class__.__name__, children) + + def __eq__(self, other): + """a basic equal operation + """ + return (self.__class__ == other.__class__ + and len(self.children) == len(other.children) + and all( + getattr(self, a, _MARKER) == getattr(other, a, _MARKER) + for a in self._equality_attrs + ) + and all(c.__eq__(d) for c, d in zip(self.children, other.children))) + + +class SearchField(Item): + """Indicate wich field the search expression operates on + eg: *desc* in ``desc:(this OR that)`` + :param str name: name of the field + :param expr: the searched expression + """ + _equality_attrs = ['name'] + + def __init__(self, name, expr): + self.name = name + self.expr = expr + + def __str__(self): + return self.name + ":" + self.expr.__str__() + + def __repr__(self): + return "SearchField(%r, %s)" % (self.name, self.expr.__repr__()) + + @property + def children(self): + """the only child is the expression""" + return [self.expr] + + +class BaseGroup(Item): + """Base class for group of expressions or field values + :param expr: the expression inside parenthesis + """ + def __init__(self, expr): + self.expr = expr + + def __str__(self): + return "(%s)" % self.expr.__str__() + + @property + def children(self): + """the only child is the expression""" + return [self.expr] + + +class Group(BaseGroup): + """Group sub expressions + """ + + +class FieldGroup(BaseGroup): + """Group values for a query on a field + """ + + +def group_to_fieldgroup(g): # FIXME: no use ! + return FieldGroup(g.expr) + + +class Range(Item): + """A Range + :param low: lower bound + :param high: higher bound + :param bool include_low: wether lower bound is included + :param bool include_high: wether higher bound is included + """ + + LOW_CHAR = {True: '[', False: '{'} + HIGH_CHAR = {True: ']', False: '}'} + + def __init__(self, low, high, include_low=True, include_high=True): + self.low = low + self.high = high + self.include_low = include_low + self.include_high = include_high + + @property + def children(self): + """children are lower and higher bound expressions""" + return [self.low, self.high] + + def __str__(self): + return "%s%s TO %s%s" % ( + self.LOW_CHAR[self.include_low], + self.low.__str__(), + self.high.__str__(), + self.HIGH_CHAR[self.include_high]) + + +class Term(Item): + """Base for terms + :param str value: the value + """ + WILDCARDS_PATTERN = re.compile(r"((?<=[^\\])[?*]|^[?*])") # non escaped * and ? + # see + # https://lucene.apache.org/core/3_6_0/queryparsersyntax.html#Escaping%20Special%20Characters + WORD_ESCAPED_CHARS = re.compile(r'\\([+\-&|!(){}[\]^"~*?:\\])') + + _equality_attrs = ['value'] + + def __init__(self, value): + self.value = value + + @property + def unescaped_value(self): + # remove '\' that escape characters + return self.WORD_ESCAPED_CHARS.sub(r'\1', self.value) + + def is_wildcard(self): + """:return bool: True if value is the wildcard ``*`` + """ + return self.value == "*" + + def iter_wildcards(self): + """list wildcards contained in value and their positions + """ + for matched in self.WILDCARDS_PATTERN.finditer(self.value): + yield matched.span(), matched.group() + + def split_wildcards(self): + """split term on wildcards + """ + return self.WILDCARDS_PATTERN.split(self.value) + + def has_wildcard(self): + """:return bool: True if value contains a wildcards + """ + return any(self.iter_wildcards()) + + def __str__(self): + return self.value + + def __repr__(self): + return "%s(%r)" % (self.__class__.__name__, str(self)) + + +class Word(Term): + """A single word term + :param str value: the value + """ + def __init__(self, value, final=False): + super().__init__(value) + self.final = final + + +class Phrase(Term): + """A phrase term, that is a sequence of words enclose in quotes + :param str value: the value, including the quotes. Eg. ``'"my phrase"'`` + """ + def __init__(self, value): + value = QUOTE_RE.sub('"', value) + super(Phrase, self).__init__(value) + assert self.value.endswith('"') and self.value.startswith('"'), ( + "Phrase value must contain the quotes") + + +class Regex(Term): + """A regex term, that is a sequence of words enclose in slashes + :param str value: the value, including the slashes. Eg. ``'/my regex/'`` + """ + def __init__(self, value): + super(Regex, self).__init__(value) + assert value.endswith('/') and value.startswith('/'), ( + "Regex value must contain the slashes") + + +class BaseApprox(Item): + """Base for approximations, that is fuzziness and proximity + """ + _equality_attrs = ['term', 'degree'] + + def __repr__(self): # pragma: no cover + return "%s(%s, %s)" % (self.__class__.__name__, self.term.__repr__(), self.degree) + + @property + def children(self): + return [self.term] + + +class Fuzzy(BaseApprox): + """Fuzzy search on word + :param Word term: the approximated term + :param degree: the degree which will be converted to :py:class:`decimal.Decimal`. + """ + def __init__(self, term, degree=None): + self.term = term + if degree is None: + degree = 0.5 + self.degree = Decimal(degree).normalize() + + def __str__(self): + return "%s~%s" % (self.term, self.degree) + + +class Proximity(BaseApprox): + """Proximity search on phrase + :param Phrase term: the approximated phrase + :param degree: the degree which will be converted to :py:func:`int`. + """ + def __init__(self, term, degree=None): + self.term = term + if degree is None: + degree = 1 + self.degree = int(degree) + + def __str__(self): + return "%s~" % self.term + ("%d" % self.degree if self.degree is not None else "") + + +class Boost(Item): + """A term for boosting a value or a group there of + :param expr: the boosted expression + :param force: boosting force, will be converted to :py:class:`decimal.Decimal` + """ + def __init__(self, expr, force): + self.expr = expr + if force is None: + force = 1.0 + self.force = Decimal(force).normalize() + + @property + def children(self): + """The only child is the boosted expression + """ + return [self.expr] + + def __str__(self): + return "%s^%s" % (self.expr.__str__(), self.force) + + +class BaseOperation(Item): + """ + Parent class for binary operations are binary operation used to join expressions, + like OR and AND + :param operands: expressions to apply operation on + """ + def __init__(self, *operands): + self.operands = operands + + def __str__(self): + return (" %s " % self.op).join(str(o) for o in self.operands) + + @property + def children(self): + """children are left and right expressions + """ + return self.operands + + +class UnknownOperation(BaseOperation): + """Unknown Boolean operator. + .. warning:: + This is used to represent implicit operations (ie: term:foo term:bar), + as we cannot know for sure which operator should be used. + Lucene seem to use whatever operator was used before reaching that one, + defaulting to AND, but we cannot know anything about this at parsing + time... + .. seealso:: + the :py:class:`.utils.UnknownOperationResolver` to resolve those nodes to OR and AND + """ + op = '' + + def __str__(self): + return " ".join(str(o) for o in self.operands) + + +class OrOperation(BaseOperation): + """OR expression + """ + op = 'OR' + + +class AndOperation(BaseOperation): + """AND expression + """ + op = 'AND' + + +def create_operation(cls, a, b): + """Create operation between a and b, merging if a or b is already an operation of same class + """ + operands = [] + operands.extend(a.operands if isinstance(a, cls) else [a]) + operands.extend(b.operands if isinstance(b, cls) else [b]) + return cls(*operands) + + +class Unary(Item): + """Parent class for unary operations + :param a: the expression the operator applies on + """ + + def __init__(self, a): + self.a = a + + def __str__(self): + return "%s%s" % (self.op, self.a.__str__()) + + @property + def children(self): + return [self.a] + + +class Plus(Unary): + """plus, unary operation + """ + op = "+" + + +class Not(Unary): + op = 'NOT ' + + +class Prohibit(Unary): + """The negation + """ + op = "-" diff --git a/nexus/meta_api/query_extensionner/grammar/tree_transformer.py b/nexus/meta_api/query_extensionner/grammar/tree_transformer.py new file mode 100644 index 0000000..1267bc7 --- /dev/null +++ b/nexus/meta_api/query_extensionner/grammar/tree_transformer.py @@ -0,0 +1,211 @@ +from izihawa_utils.text import camel_to_snake +from nexus.nlptools.morph import ( + EnglishMorphology, + RussianMorphology, +) + +from .tree import ( + AndOperation, + BaseOperation, + Group, + OrOperation, + Unary, + Word, +) + + +class TreeVisitor: + visitor_method_prefix = 'visit_' + generic_visitor_method_name = 'generic_visit' + + _get_method_cache = None + + def _get_method(self, node): + if self._get_method_cache is None: + self._get_method_cache = {} + try: + meth = self._get_method_cache[type(node)] + except KeyError: + for cls in node.__class__.mro(): + try: + method_name = "{}{}".format( + self.visitor_method_prefix, + camel_to_snake(cls.__name__) + ) + meth = getattr(self, method_name) + break + except AttributeError: + continue + else: + meth = getattr(self, self.generic_visitor_method_name) + self._get_method_cache[type(node)] = meth + return meth + + def visit(self, node, parents=None): + """ Basic, recursive traversal of the tree. """ + parents = parents or [] + method = self._get_method(node) + yield from method(node, parents) + for child in node.children: + yield from self.visit(child, parents + [node]) + + def generic_visit(self, node, parents=None): + """ + Default visitor function, called if nothing matches the current node. + """ + return iter([]) # No-op + + +class TreeTransformer(TreeVisitor): + def replace_node(self, old_node, new_node, parent): + for k, v in parent.__dict__.items(): # pragma: no branch + if v == old_node: + parent.__dict__[k] = new_node + break + elif isinstance(v, list): + try: + i = v.index(old_node) + if new_node is None: + del v[i] + else: + v[i] = new_node + break + except ValueError: + pass # this was not the attribute containing old_node + elif isinstance(v, tuple): + try: + i = v.index(old_node) + v = list(v) + if new_node is None: + del v[i] + else: + v[i] = new_node + parent.__dict__[k] = tuple(v) + break + except ValueError: + pass # this was not the attribute containing old_node + + def generic_visit(self, node, parent=None): + return node + + def visit(self, node, parents=None): + """ + Recursively traverses the tree and replace nodes with the appropriate + visitor method's return values. + """ + parents = parents or [] + method = self._get_method(node) + new_node = method(node, parents) + if parents: + self.replace_node(node, new_node, parents[-1]) + node = new_node + if node is not None: + for child in node.children: + self.visit(child, parents + [node]) + return node + + +class UnknownOperationResolver(TreeTransformer): + VALID_OPERATIONS = frozenset([None, AndOperation, OrOperation]) + DEFAULT_OPERATION = OrOperation + + def __init__(self, resolve_to=None): + if resolve_to not in self.VALID_OPERATIONS: + raise ValueError("%r is not a valid value for resolve_to" % resolve_to) + self.resolve_to = resolve_to + self.last_operation = {} + + def _first_nonop_parent(self, parents): + for parent in parents: + if not isinstance(parent, BaseOperation): + return id(parent) # use id() because parent might not be hashable + return None + + def visit_or_operation(self, node, parents=None): + if self.resolve_to is None: + # memorize last op + parent = self._first_nonop_parent(parents) + self.last_operation[parent] = OrOperation + return node + + def visit_and_operation(self, node, parents=None): + if self.resolve_to is None: + # memorize last op + parent = self._first_nonop_parent(parents) + self.last_operation[parent] = AndOperation + return node + + def visit_unknown_operation(self, node, parents=None): + # resolve + if any(map(lambda x: isinstance(x, Unary), node.operands)): + operation = AndOperation + elif self.resolve_to is not None: + operation = self.resolve_to + else: + parent = self._first_nonop_parent(parents) + operation = self.last_operation.get(parent, None) + if operation is None: + operation = self.DEFAULT_OPERATION + return operation(*node.operands) + + +class FieldResolver(TreeTransformer): + FIELD_ALIASES = { + 'author': 'authors', + 'isbn': 'isbns', + 'journal': 'container_title', + 'lang': 'language', + } + VALID_FIELDS = frozenset([ + 'id', 'abstract', 'authors', 'container_title', + 'doi', 'description', 'isbns', 'issued_at', 'language', 'original_id', + 'references', 'tags', 'title', 'year', + ]) + + def visit_search_field(self, node, parents=None): + if node.name in self.FIELD_ALIASES: + node.name = self.FIELD_ALIASES[node.name] + + if node.name not in self.VALID_FIELDS: + return OrOperation(Word(node.name), node.expr) + + return node + + +class MorphyResolver(TreeTransformer): + morphology = { + 'ru': RussianMorphology(), + 'en': EnglishMorphology('en_core_web_sm'), + } + + def __init__(self, language, is_morph=False, is_accent=True): + super().__init__() + self.language = language + self.is_morph = is_morph + self.is_accent = is_accent + + def has_morphy_condition(self, node): + return ( + (isinstance(node, BaseOperation) + and len(node.operands) <= 2 + and all(map(lambda x: isinstance(x, Word), node.operands))) + or isinstance(node, Word) + ) + + def morph(self, node, parents=None): + if self.has_morphy_condition(node): + return self.visit(node, parents) + return node + + def visit_word(self, node, parents=None): + node.value = node.value.lower() + if node.final or self.language not in self.morphology: + return node + if self.is_morph: + forms = [Word(w, final=True) for w in self.morphology[self.language].derive_forms(node.value)] + return Group(OrOperation(*forms)) + if self.is_accent: + if 'ё' in node.value: + forms = [Word(node.value, final=True), Word(node.value.replace('ё', 'е'), final=True)] + return Group(OrOperation(*forms)) + return node diff --git a/nexus/meta_api/query_extensionner/tests/BUILD.bazel b/nexus/meta_api/query_extensionner/tests/BUILD.bazel new file mode 100644 index 0000000..afaf5f5 --- /dev/null +++ b/nexus/meta_api/query_extensionner/tests/BUILD.bazel @@ -0,0 +1,12 @@ +load("@pip_modules//:requirements.bzl", "requirement") +load("@rules_python//python:defs.bzl", "py_test") + +py_test( + name = "tests", + srcs = glob(["**/*.py"]), + main = "test.py", + deps = [ + "//nexus/meta_api/query_extensionner", + requirement("pytest"), + ], +) diff --git a/nexus/meta_api/query_extensionner/tests/__init__.py b/nexus/meta_api/query_extensionner/tests/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/nexus/meta_api/query_extensionner/tests/test.py b/nexus/meta_api/query_extensionner/tests/test.py new file mode 100644 index 0000000..48a72bb --- /dev/null +++ b/nexus/meta_api/query_extensionner/tests/test.py @@ -0,0 +1,7 @@ +import os +import sys + +import pytest + +if __name__ == '__main__': + sys.exit(pytest.main([os.path.dirname(__file__), '-vvv', '-W', 'ignore::DeprecationWarning'])) diff --git a/nexus/meta_api/query_extensionner/tests/test_grammar.py b/nexus/meta_api/query_extensionner/tests/test_grammar.py new file mode 100644 index 0000000..642f5d3 --- /dev/null +++ b/nexus/meta_api/query_extensionner/tests/test_grammar.py @@ -0,0 +1,41 @@ +from nexus.meta_api.query_extensionner.grammar import ( + FieldResolver, + UnknownOperationResolver, + parser, +) + + +def test_parser(): + assert ( + str(parser.parse( + '(hemoglobin- er OR hemoglobins-a) ' + 'AND -fetal AND (human to monkey - is cool) ' + 'AND year:[1992 to 1994]' + )) == '(hemoglobin- er OR hemoglobins-a) AND -fetal AND (human to monkey is cool) AND year:[1992 TO 1994]' + ) + assert (str(parser.parse("bek OR 'kek'")) == 'bek OR "kek"') + assert (str(parser.parse("bek OR 'kek")) == 'bek OR kek') + assert (str(parser.parse("bek OR a'kek")) == 'bek OR a kek') + assert (str(parser.parse("bek' OR 'kek mek'")) == 'bek " OR " kek mek') + + assert (str(parser.parse("field:test")) == 'field:test') + assert (str(parser.parse("field: test")) == 'field test') + assert (str(parser.parse("field : test")) == 'field test') + assert (str(parser.parse("field :test")) == 'field test') + + +def test_resolvers(): + def resolver(query): + tree = parser.parse(query) + return UnknownOperationResolver().visit(FieldResolver().visit(tree)) + + assert str(resolver('kek -bek')) == 'kek AND -bek' + assert str(resolver("Glass s OR Guide OR to OR Commercial OR Vehicles OR 1989")) == \ + 'Glass OR s OR Guide OR to OR Commercial OR Vehicles OR 1989' + assert str(resolver('bek OR kek')) == 'bek OR kek' + assert str(resolver('bek kek')) == 'bek OR kek' + assert str(resolver('title:(hemoglobin OR -fetal) OR abstract:"alpha-hemoglobin"')) == \ + 'title:(hemoglobin OR -fetal) OR abstract:"alpha-hemoglobin"' + # assert str(resolver('lumbar spinal [with]')) == '' + # assert str(resolver('lumbar spinal [with consumer]')) == '' + # assert str(resolver('lumbar spinal [with consumer summary]')) == '' diff --git a/nexus/meta_api/query_extensionner/tests/test_query_extensionner.py b/nexus/meta_api/query_extensionner/tests/test_query_extensionner.py new file mode 100644 index 0000000..b0fea23 --- /dev/null +++ b/nexus/meta_api/query_extensionner/tests/test_query_extensionner.py @@ -0,0 +1,70 @@ +from nexus.meta_api.query_extensionner import ClassicQueryProcessor +from nexus.meta_api.query_extensionner.checks import QueryClass + + +def classic_query_processor(query): + result = ClassicQueryProcessor().process(query, 'en') + return result['query'], result['class'] + + +def test_doi_query(): + assert classic_query_processor('10.1001/azeroth1021.azerty') == ('doi:"10.1001/azeroth1021.azerty"', QueryClass.DOI) + assert classic_query_processor('https://doi.org/10.1001/azeroth1021.azerty') == ( + 'doi:"10.1001/azeroth1021.azerty"', QueryClass.DOI + ) + assert classic_query_processor('Gimme https://doi.org/10.1001/azeroth1021.azerty please') == ( + 'doi:"10.1001/azeroth1021.azerty"', QueryClass.DOI + ) + assert classic_query_processor('Gimme https://doi.org/10.1001/azeroth1021.azerty not 10.6666/kek please') == ( + 'doi:"10.1001/azeroth1021.azerty"', QueryClass.DOI + ) + assert classic_query_processor('10.1001 / test') == ('doi:"10.1001/test"', QueryClass.DOI) + assert classic_query_processor('kek 10.1001 / test') == ('kek OR 10.1001 OR test', QueryClass.Default) + + +def test_isbn_query(): + assert classic_query_processor('ISBN: 9784567890123') == ('isbns:9784567890123', QueryClass.ISBN) + assert classic_query_processor('ISBN:9784567890123') == ('isbns:9784567890123', QueryClass.ISBN) + assert classic_query_processor('ISBN: 978-4567890123') == ('isbns:9784567890123', QueryClass.ISBN) + assert classic_query_processor('9784567890123') == ('isbns:9784567890123', QueryClass.ISBN) + assert classic_query_processor('978-4567890123') == ('isbns:9784567890123', QueryClass.ISBN) + + +def test_url(): + assert classic_query_processor('https://www.google.com/lelkek') == ( + 'https://www.google.com/lelkek', + QueryClass.URL, + ) + + +def test_default(): + assert classic_query_processor('“Gay niggas in the space”') == ( + '"Gay niggas in the space"', + QueryClass.Default, + ) + assert classic_query_processor('“Gay niggas” in the space”') == ( + '"Gay niggas" OR in OR the OR space', + QueryClass.Default, + ) + assert classic_query_processor('Search “Gay niggas in the space”') == ( + 'search OR "Gay niggas in the space"', + QueryClass.Default, + ) + assert classic_query_processor( + 'hemoglobin OR blood OR issued_at:978307200^0.65 OR ' + 'issued_at:[1262304000 TO 1577836800]^0.65 ' + 'wrong_field : 123 spaced_1: 123 spaced :2' + ) == ( + 'hemoglobin OR blood OR issued_at:978307200^0.65 OR ' + 'issued_at:[1262304000 TO 1577836800]^0.65 ' + 'OR wrong_field OR 123 OR spaced_1 OR 123 OR spaced OR 2', + QueryClass.Default, + ) + assert classic_query_processor('Gay Niggas: In the Space') == ( + 'gay OR niggas OR in OR the OR space', + QueryClass.Default, + ) + assert classic_query_processor("Glass's Guide to Commercial Vehicles 1989") == ( + 'glass OR s OR guide OR to OR commercial OR vehicles OR 1989', + QueryClass.Default, + ) diff --git a/nexus/meta_api/rescorers/__init__.py b/nexus/meta_api/rescorers/__init__.py new file mode 100644 index 0000000..e011648 --- /dev/null +++ b/nexus/meta_api/rescorers/__init__.py @@ -0,0 +1,3 @@ +from .classic_rescorer import ClassicRescorer + +__all__ = ['ClassicRescorer'] diff --git a/nexus/meta_api/rescorers/base.py b/nexus/meta_api/rescorers/base.py new file mode 100644 index 0000000..9342c30 --- /dev/null +++ b/nexus/meta_api/rescorers/base.py @@ -0,0 +1,11 @@ +from aiokit import AioThing + + +class Rescorer(AioThing): + def __init__(self, learn_logger=None, executor=None): + super().__init__() + self.learn_logger = learn_logger + self.executor = executor + + async def rescore(self, document_pbs, query, session_id, language): + raise NotImplementedError() diff --git a/nexus/meta_api/rescorers/classic_rescorer.py b/nexus/meta_api/rescorers/classic_rescorer.py new file mode 100644 index 0000000..0395f1a --- /dev/null +++ b/nexus/meta_api/rescorers/classic_rescorer.py @@ -0,0 +1,236 @@ +import asyncio +import base64 +import datetime +import io +import time + +import lightgbm as lgbm +import numpy as np +from nexus.nlptools.language_detect import detect_language + +from .base import Rescorer + +# ToDo: deduplicate code + + +def convert_scoring_to_vec_current_version( + original_score, + schema_id, + document_age, + downloads_count, + ref_by_count, + same_language, + same_query_language, + query_tokens_count, + query_documents_similarity_vector, +): + return np.array([ + original_score, + schema_id, + document_age, + downloads_count, + ref_by_count, + same_language, + same_query_language, + query_tokens_count, + ] + query_documents_similarity_vector) + + +def convert_scoring_to_vec_future_version( + doc_id, + original_score, + schema_id, + document_age, + downloads_count, + ref_by_count, + same_language, + same_query_language, + query_tokens_count, + query_documents_similarity_vector, +): + return np.array([ + doc_id, + original_score, + schema_id, + document_age, + downloads_count, + ref_by_count, + same_language, + same_query_language, + query_tokens_count, + ] + query_documents_similarity_vector) + + +def schema_to_id(schema): + return 1 if schema == 'scimag' else 2 + + +def query_document_similarity_measures(query_tokens, query_tokens_set, query_tokens_count, document_tokens): + max_longest_sequence_not_ordered = 0 + min_sequence_not_ordered = 1024 + current_longest_sequence_not_ordered = 0 + two_grams_not_ordered = 0 + last_token = -1 + for token_ix, token in enumerate(document_tokens): + if token in query_tokens_set: + if last_token != -1: + min_sequence_not_ordered = min(min_sequence_not_ordered, token_ix - last_token) + if token_ix - last_token == 1: + two_grams_not_ordered += 1 + last_token = token_ix + current_longest_sequence_not_ordered += 1 + else: + current_longest_sequence_not_ordered = 0 + max_longest_sequence_not_ordered = max( + max_longest_sequence_not_ordered, + current_longest_sequence_not_ordered, + ) + return [ + max_longest_sequence_not_ordered, + min_sequence_not_ordered, + two_grams_not_ordered, + float(max_longest_sequence_not_ordered) / (float(query_tokens_count) + 1.0), + float(two_grams_not_ordered) / (float(query_tokens_count) + 1.0), + ] + + +def cast_issued_at(document): + if 'issued_at' in document: + try: + return datetime.date.fromtimestamp(document['issued_at']) + except ValueError: + return datetime.date(2000, 1, 1) + else: + return datetime.date(2000, 1, 1) + + +def calculate_title_tokens(document): + # ToDo: should we add tags? + title_tokens = list(document.get('authors', [])) + if document.get('title'): + title_tokens.append(document['title']) + return (' '.join(title_tokens)).lower().split() + + +class ClassicRescorer(Rescorer): + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.lgbm_ranker = lgbm.Booster(model_file='nexus/meta_api/models/classic.txt') + + def write_to_log_future_version(self, session_id, scored_documents, query, now, language): + future_scoring_vecs = [] + + query_language = detect_language(query) + query_tokens_count = query.count(' ') + query_tokens = query.lower().strip('"\'”`').split() + query_tokens_set = set(query_tokens) + + for scored_document in scored_documents: + document = scored_document['document'] + original_id = document.get('original_id') or document['id'] + + title_tokens = calculate_title_tokens(document) + + query_documents_similarity_vector = query_document_similarity_measures( + query_tokens, + query_tokens_set, + query_tokens_count, + title_tokens, + ) + future_scoring_vecs.append(convert_scoring_to_vec_future_version( + doc_id=original_id, + original_score=scored_document['score'], + schema_id=schema_to_id(scored_document['schema']), + document_age=(now - cast_issued_at(document)).total_seconds(), + downloads_count=scored_document['document'].get('downloads_count', 0), + ref_by_count=document.get('ref_by_count', 0), + same_language=int(language == document.get('language')), + same_query_language=int(query_language == document.get('language')), + query_tokens_count=query_tokens_count, + query_documents_similarity_vector=query_documents_similarity_vector + )) + + data = io.BytesIO() + np.savez_compressed(data, future_scoring_vecs, allow_pickle=True) + data = base64.b64encode(data.getvalue()).decode() + + log_entry = { + 'action': 'search', + 'scorings': data, + 'session_id': session_id, + 'unixtime': time.time(), + 'version': 4, + 'vertical': 'classic', + } + + self.learn_logger.info(log_entry) + + def _rescore(self, session_id, scored_documents, query, now, language): + current_scoring_vecs = [] + + query_language = detect_language(query) + query_tokens_count = query.count(' ') + query_tokens = query.lower().strip('"\'”`').split() + query_tokens_set = set(query_tokens) + + for scored_document in scored_documents: + # ToDo: Use shared wrappers + document = scored_document['document'] + + title_tokens = calculate_title_tokens(document) + query_documents_similarity_vector = query_document_similarity_measures( + query_tokens, + query_tokens_set, + query_tokens_count, + title_tokens, + ) + current_scoring_vecs.append(convert_scoring_to_vec_current_version( + original_score=scored_document['score'], + schema_id=schema_to_id(scored_document['schema']), + document_age=(now - cast_issued_at(document)).total_seconds(), + downloads_count=scored_document['document'].get('downloads_count', 0), + ref_by_count=document.get('ref_by_count', 0), + same_language=int(language == document.get('language')), + same_query_language=int(query_language == document.get('language')), + query_tokens_count=query_tokens_count, + query_documents_similarity_vector=query_documents_similarity_vector, + )) + + scores = self.lgbm_ranker.predict(current_scoring_vecs) + for score, scored_document in zip(scores, scored_documents): + scored_document['score'] = score + + scored_documents = sorted(scored_documents, key=lambda x: x['score'], reverse=True) + for position, scored_document in enumerate(scored_documents): + scored_document['position'] = position + return scored_documents + + async def rescore(self, scored_documents, query, session_id, language): + if not scored_documents: + return scored_documents + + now = datetime.date.today() + + if self.learn_logger: + # Needed due to bug in uvloop + async def nested(): + await asyncio.get_running_loop().run_in_executor( + self.executor, + self.write_to_log_future_version, + session_id, + scored_documents, + query, + now, + language, + ) + asyncio.create_task(nested()) + + return await asyncio.get_running_loop().run_in_executor( + self.executor, + self._rescore, + session_id, + scored_documents, + query, + now, + language, + ) diff --git a/nexus/meta_api/services/base.py b/nexus/meta_api/services/base.py new file mode 100644 index 0000000..95842f6 --- /dev/null +++ b/nexus/meta_api/services/base.py @@ -0,0 +1,15 @@ +from aiosumma.exceptions import ( + InvalidSyntaxError, + QueryTimeoutError, +) +from grpc import StatusCode +from library.aiogrpctools.base import BaseService as LibraryBaseService +from nexus.meta_api.query_extensionner.grammar.parser import ParseError + + +class BaseService(LibraryBaseService): + error_mapping = { + InvalidSyntaxError: (StatusCode.INVALID_ARGUMENT, 'invalid_query_error'), + ParseError: (StatusCode.INVALID_ARGUMENT, 'invalid_query_error'), + QueryTimeoutError: (StatusCode.CANCELLED, 'cancelled_error'), + } diff --git a/nexus/meta_api/services/documents.py b/nexus/meta_api/services/documents.py new file mode 100644 index 0000000..8dda6a9 --- /dev/null +++ b/nexus/meta_api/services/documents.py @@ -0,0 +1,163 @@ +import logging +import time + +from grpc import StatusCode +from library.aiogrpctools.base import aiogrpc_request_wrapper +from nexus.meta_api.proto.documents_service_pb2 import \ + GetViewResponse as GetViewResponsePb +from nexus.meta_api.proto.documents_service_pb2 import \ + RollResponse as RollResponsePb +from nexus.meta_api.proto.documents_service_pb2 import \ + TopMissedResponse as TopMissedResponsePb +from nexus.meta_api.proto.documents_service_pb2_grpc import ( + DocumentsServicer, + add_DocumentsServicer_to_server, +) +from nexus.models.proto.scimag_pb2 import Scimag as ScimagPb +from nexus.models.proto.typed_document_pb2 import \ + TypedDocument as TypedDocumentPb +from nexus.views.telegram import parse_typed_document_to_view +from nexus.views.telegram.registry import pb_registry + +from .base import BaseService + + +class DocumentsService(DocumentsServicer, BaseService): + def __init__(self, server, summa_client, data_provider, stat_provider, learn_logger=None): + super().__init__(service_name='meta_api') + self.server = server + self.summa_client = summa_client + self.stat_provider = stat_provider + self.data_provider = data_provider + self.learn_logger = learn_logger + + async def get_document(self, schema, document_id, request_id, context): + search_response = await self.summa_client.search( + schema=schema, + query=f'id:{document_id}', + page=0, + page_size=1, + request_id=request_id, + ) + + if len(search_response['scored_documents']) == 0: + await context.abort(StatusCode.NOT_FOUND, 'not_found') + + return search_response['scored_documents'][0]['document'] + + def copy_document(self, source, target): + for key in source: + target[key] = source[key] + + async def start(self): + add_DocumentsServicer_to_server(self, self.server) + + async def _get_typed_document(self, request, context, metadata): + document = await self.get_document(request.schema, request.document_id, metadata['request-id'], context) + if document.get('original_id'): + original_document = await self.get_document( + request.schema, + document['original_id'], + metadata['request-id'], + context, + ) + for to_remove in ('doi', 'fiction_id', 'filesize', 'libgen_id', 'telegram_file_id',): + original_document.pop(to_remove, None) + document = {**original_document, **document} + + document_data = await self.data_provider.get(request.document_id) + download_stats = self.stat_provider.get_download_stats(request.document_id) + + if self.learn_logger: + self.learn_logger.info({ + 'action': 'get', + 'session_id': request.session_id, + 'unixtime': time.time(), + 'schema': request.schema, + 'document_id': document['id'], + }) + + logging.getLogger('query').info({ + 'action': 'get', + 'cache_hit': False, + 'id': document['id'], + 'mode': 'get', + 'position': request.position, + 'request_id': metadata['request-id'], + 'schema': request.schema, + 'session_id': request.session_id, + 'user_id': request.user_id, + }) + + document_pb = pb_registry[request.schema](**document) + if document_data: + document_pb.telegram_file_id = document_data.telegram_file_id + del document_pb.ipfs_multihashes[:] + document_pb.ipfs_multihashes.extend(document_data.ipfs_multihashes) + if download_stats and download_stats.downloads_count: + document_pb.downloads_count = download_stats.downloads_count + + return TypedDocumentPb( + **{request.schema: document_pb}, + ) + + @aiogrpc_request_wrapper() + async def get(self, request, context, metadata) -> TypedDocumentPb: + return await self._get_typed_document(request, context, metadata) + + @aiogrpc_request_wrapper() + async def get_view(self, request, context, metadata) -> GetViewResponsePb: + typed_document = await self._get_typed_document(request, context, metadata) + view = parse_typed_document_to_view(typed_document) + + return GetViewResponsePb( + typed_document=typed_document, + filedata=view.get_formatted_filedata(show_filesize=True), + filename=view.get_filename(), + filesize=view.get_formatted_filesize(), + first_authors=view.get_first_authors(), + locator=view.get_formatted_locator(), + ) + + @aiogrpc_request_wrapper() + async def roll(self, request, context, metadata): + random_id = await self.data_provider.random_id(request.language) + + logging.getLogger('query').info({ + 'action': 'roll', + 'cache_hit': False, + 'id': random_id, + 'mode': 'roll', + 'request_id': metadata['request-id'], + 'session_id': request.session_id, + 'user_id': request.user_id, + }) + + return RollResponsePb(document_id=random_id) + + @aiogrpc_request_wrapper() + async def top_missed(self, request, context, metadata): + document_ids = self.stat_provider.get_top_missed_stats() + offset = request.page * request.page_size + limit = request.page_size + document_ids = document_ids[offset:offset + limit] + document_ids = map(lambda document_id: f'id:{document_id}', document_ids) + document_ids = ' OR '.join(document_ids) + + search_response = await self.summa_client.search( + schema='scimag', + query=document_ids, + page=0, + page_size=limit, + request_id=metadata['request-id'], + ) + + if len(search_response['scored_documents']) == 0: + await context.abort(StatusCode.NOT_FOUND, 'not_found') + + documents = list(map( + lambda document: TypedDocumentPb(scimag=ScimagPb(**document['document'])), + search_response['scored_documents'], + )) + + return TopMissedResponsePb(typed_documents=documents) diff --git a/nexus/meta_api/services/search.py b/nexus/meta_api/services/search.py new file mode 100644 index 0000000..9e22190 --- /dev/null +++ b/nexus/meta_api/services/search.py @@ -0,0 +1,235 @@ +import asyncio +import logging +from contextlib import suppress +from timeit import default_timer + +from aiokit import AioThing +from cachetools import TTLCache +from google.protobuf.json_format import MessageToDict +from grpc import StatusCode +from izihawa_utils.exceptions import NeedRetryError +from izihawa_utils.text import camel_to_snake +from library.aiogrpctools.base import aiogrpc_request_wrapper +from nexus.meta_api.proto.search_service_pb2 import \ + ScoredDocument as ScoredDocumentPb +from nexus.meta_api.proto.search_service_pb2 import \ + SearchResponse as SearchResponsePb +from nexus.meta_api.proto.search_service_pb2_grpc import ( + SearchServicer, + add_SearchServicer_to_server, +) +from nexus.meta_api.query_extensionner import ( + ClassicQueryProcessor, + QueryClass, +) +from nexus.meta_api.rescorers import ClassicRescorer +from nexus.models.proto.operation_pb2 import \ + DocumentOperation as DocumentOperationPb +from nexus.models.proto.operation_pb2 import UpdateDocument as UpdateDocumentPb +from nexus.models.proto.scimag_pb2 import Scimag as ScimagPb +from nexus.models.proto.typed_document_pb2 import \ + TypedDocument as TypedDocumentPb +from nexus.nlptools.utils import despace_full +from nexus.views.telegram.registry import pb_registry +from tenacity import ( + AsyncRetrying, + RetryError, + retry_if_exception_type, + stop_after_attempt, + wait_fixed, +) + +from .base import BaseService + + +class Searcher(BaseService): + page_sizes = { + 'scimag': 100, + 'scitech': 100, + } + + def __init__(self, summa_client, query_processor, rescorer, stat_provider): + super().__init__(service_name='meta_api') + self.summa_client = summa_client + + self.operation_logger = logging.getLogger('operation') + self.class_name = camel_to_snake(self.__class__.__name__) + + self.query_cache = TTLCache(maxsize=1024 * 4, ttl=300) + self.query_processor = query_processor + self.rescorer = rescorer + self.stat_provider = stat_provider + + async def processed_response_hook(self, processor_response, context): + return processor_response + + async def post_search_hook(self, search_response, processor_response, request, context, + metadata, retry_state): + return search_response + + def merge_search_responses(self, search_responses): + if not search_responses: + return + elif len(search_responses) == 1: + return search_responses[0] + return dict( + scored_documents=[ + scored_document + for search_response in search_responses + for scored_document in search_response['scored_documents'] + ], + has_next=any([search_response['has_next'] for search_response in search_responses]), + ) + + def cast_search_response(self, search_response): + scored_documents_pb = [] + for scored_document in search_response['scored_documents']: + document_pb = pb_registry[scored_document['schema']](**scored_document['document']) + scored_documents_pb.append(ScoredDocumentPb( + position=scored_document['position'], + score=scored_document['score'], + typed_document=TypedDocumentPb( + **{scored_document['schema']: document_pb}, + ) + )) + return SearchResponsePb( + scored_documents=scored_documents_pb, + has_next=search_response['has_next'], + ) + + @aiogrpc_request_wrapper() + async def search(self, request, context, metadata): + start = default_timer() + processor_response = None + cache_hit = True + page_size = request.page_size or 5 + + if ( + (request.user_id, request.language, request.query) not in self.query_cache + or len(self.query_cache[(request.user_id, request.language, request.query)].scored_documents) == 0 + ): + cache_hit = False + query = despace_full(request.query) + processor_response = self.query_processor.process(query, request.language) + processor_response = await self.processed_response_hook(processor_response, context) + + with suppress(RetryError): + async for attempt in AsyncRetrying( + retry=retry_if_exception_type(NeedRetryError), + wait=wait_fixed(10), + stop=stop_after_attempt(3) + ): + with attempt: + requests = [] + for schema in request.schemas: + requests.append( + self.summa_client.search( + schema=schema, + query=processor_response['query'], + page=0, + page_size=self.page_sizes[schema], + request_id=metadata['request-id'], + ) + ) + search_response = self.merge_search_responses(await asyncio.gather(*requests)) + search_response = await self.post_search_hook( + search_response, + processor_response=processor_response, + request=request, + context=context, + metadata=metadata, + retry_state=attempt.retry_state + ) + + rescored_documents = await self.rescorer.rescore( + scored_documents=search_response['scored_documents'], + query=query, + session_id=request.session_id, + language=request.language, + ) + search_response['scored_documents'] = rescored_documents + search_response_pb = self.cast_search_response(search_response) + self.query_cache[(request.user_id, request.language, request.query)] = search_response_pb + + logging.getLogger('query').info({ + 'action': 'request', + 'cache_hit': cache_hit, + 'duration': default_timer() - start, + 'mode': 'search', + 'page': request.page, + 'page_size': page_size, + 'processed_query': processor_response['query'] if processor_response else None, + 'query': request.query, + 'query_class': processor_response['class'].value if processor_response else None, + 'request_id': metadata['request-id'], + 'schemas': [schema for schema in request.schemas], + 'session_id': request.session_id, + 'user_id': request.user_id, + }) + + scored_documents = self.query_cache[(request.user_id, request.language, request.query)].scored_documents + left_offset = request.page * page_size + right_offset = left_offset + page_size + has_next = len(scored_documents) > right_offset + + search_response_pb = SearchResponsePb( + scored_documents=scored_documents[left_offset:right_offset], + has_next=has_next, + ) + + return search_response_pb + + +class ClassicSearcher(Searcher): + async def processed_response_hook(self, processor_response, context): + if processor_response['class'] == QueryClass.URL: + await context.abort(StatusCode.INVALID_ARGUMENT, 'url_query_error') + return processor_response + + async def post_search_hook(self, search_response, processor_response, request, context, metadata, + retry_state): + if len(search_response['scored_documents']) == 0 and processor_response['class'] == QueryClass.DOI: + if retry_state.attempt_number == 1: + await self.request_doi_delivery(doi=processor_response['doi']) + raise NeedRetryError() + for scored_document in search_response['scored_documents']: + original_id = ( + scored_document['document'].get('original_id') + or scored_document['document']['id'] + ) + download_stats = self.stat_provider.get_download_stats(original_id) + if download_stats and download_stats.downloads_count: + scored_document['document']['downloads_count'] = download_stats.downloads_count + return search_response + + async def request_doi_delivery(self, doi): + document_operation = DocumentOperationPb( + update_document=UpdateDocumentPb( + commit=True, + reindex=True, + should_fill_from_external_source=True, + typed_document=TypedDocumentPb(scimag=ScimagPb(doi=doi)), + ), + ) + self.operation_logger.info(MessageToDict(document_operation)) + + +class SearchService(SearchServicer, AioThing): + def __init__(self, server, summa_client, stat_provider, learn_logger=None): + super().__init__() + self.server = server + self.searcher = ClassicSearcher( + summa_client=summa_client, + query_processor=ClassicQueryProcessor(), + rescorer=ClassicRescorer( + learn_logger=learn_logger, + ), + stat_provider=stat_provider, + ) + self.starts.append(self.searcher) + + async def start(self): + add_SearchServicer_to_server(self, self.server) + + async def search(self, request, context): + return await self.searcher.search(request, context) diff --git a/nexus/models/proto/BUILD.bazel b/nexus/models/proto/BUILD.bazel index 34707ec..9846112 100644 --- a/nexus/models/proto/BUILD.bazel +++ b/nexus/models/proto/BUILD.bazel @@ -1,6 +1,7 @@ load("@com_github_grpc_grpc//bazel:python_rules.bzl", "py_proto_library") load("@rules_rust//proto:proto.bzl", "rust_proto_library") load("@rules_proto//proto:defs.bzl", "proto_library") +load("@rules_proto_grpc//js:defs.bzl", "js_proto_library") proto_library( name = "models_proto", @@ -22,3 +23,10 @@ rust_proto_library( visibility = ["//visibility:public"], deps = [":models_proto"], ) + +js_proto_library( + name = "models_proto_js", + prefix_path = "../../../../", + protos = [":models_proto"], + visibility = ["//visibility:public"], +) diff --git a/nexus/translations/translations.yaml b/nexus/translations/translations.yaml index 4916825..3223128 100644 --- a/nexus/translations/translations.yaml +++ b/nexus/translations/translations.yaml @@ -158,8 +158,8 @@ en: TRANSMITTED_FROM: 'transmitted from {source}' UNAVAILABLE_METADATA_ERROR: 'Cannot acquire metadata for {doi} from CrossRef API. Ensure it is resolvable before uploading.' UNKNOWN_FILE_FORMAT_ERROR: Only PDF files are supported - UNPARSABLE_DOCUMENT_ERROR: Cannot parse the document - UNPARSABLE_DOI_ERROR: DOI cannot be found in the document + UNPARSABLE_DOCUMENT_ERROR: Cannot parse `{filename}` + UNPARSABLE_DOI_ERROR: DOI cannot be found in `{filename}` UPGRADE_MAINTENANCE: | ```Major update is going on, come back to us tomorrow```[‌]({upgrade_maintenance_picture_url}) UPLOADED_TO_TELEGRAM: uploaded to Telegram... diff --git a/papers-please/00-welcome-stranger.md b/papers-please/00-welcome-stranger.md index e69de29..ad82e56 100644 --- a/papers-please/00-welcome-stranger.md +++ b/papers-please/00-welcome-stranger.md @@ -0,0 +1,5 @@ +# Welcome, stranger + +I dedicate this work to those who are hunger to learn, help and serve to greater ideas than they are themselves. +To those who really keeps the world from falling into the abyss of ignorance. +Scholars, doctors, engineers, developers - every file in the repository belongs to you. diff --git a/papers-please/03-agenda.md b/papers-please/03-agenda.md index e69de29..d18015c 100644 --- a/papers-please/03-agenda.md +++ b/papers-please/03-agenda.md @@ -0,0 +1,11 @@ +# Agenda + +## Accessibility of Science + +## Observability of Science + +## Integrity Map of the Internet + +## Automated Science + +## Technology Alliance diff --git a/papers-please/98-new-conditions.md b/papers-please/98-new-conditions.md new file mode 100644 index 0000000..17b708d --- /dev/null +++ b/papers-please/98-new-conditions.md @@ -0,0 +1,26 @@ +# New Conditions + +We have silently crossed Rubicon. The Internet entered in our life and now it has become an integral and essential part of our lives. +It multiplied our powers and also it multiplied dangers we are put under. + +## Technological Leviathan + +Starting from 2010s there are rising tensions on the digital frontiers. The Internet that has been created to unite people across the world now is dissipating into divided islands. Rules of these dissected pieces are dictated by those who is hunger to manage and control for the sake of their own stability but oftenly not for the sake of who are hunger to learn and move humankind forward. + +Here just a few attacks on freedom to mention: +- Great Firewall of China that is banning the entire country out of presence in the world +- US Corporations that taking responsibility of judging what is good and evil using full power of their technologies and de-facto applying laws of USA extraterritorially +- Russia that is moving rapidly on the Chinese path in her attempts to border Internet traffic. The ultimate goal is spreading lies and propaganda inside and to outside to keep people ignorant. + +Many moves that governments make means that we are considered not sane enough to live in the digital world of information. + +Is this a fate we are destined to live with? + +There is a plenty of projects that are in need of your time or donation support to keep fighting against digital borders: + +- [Library Genesis](https://libgen.fun) [[1]](http://libgen.rs) [[2]](https://t.me/libgen_scihub_bot) - the biggest scientific library in the world +- [Sci-Hub](https://sci-hub.do) [[1]](https://t.me/libgen_scihub_bot) - project aimed to make scientific knowledge accessible for everybody +- [IPFS](https://ipfs.io) - user-friendly replacement for torrent technology allowing you to exchange files without possibility for copyretards to ban exchange +- [TOR](https://www.torproject.org) / [I2P](https://geti2p.net) - tools for improving your anonymity in the Internet by hiding your IPs and other traits that could deanonymize you +- [Yggdrasil](https://yggdrasil-network.github.io) / [Cjdns](https://github.com/cjdelisle/cjdns) - tools for allowing you to route your Internet packages without relying on centralized state-controlled equipment. It could be useful to encounter Internet connectivity disruptions arranged by governments. It also allowes you to create mesh networks with your neighbors for keeping high connectivity. It would be useful in densely populated areas or even during peaceful demonstrations. +- Our own [Nexus](https://github.com/nexus-stc/hyperboria) that is aimed to store important data and make them searchable. diff --git a/repository/install-packages.sh b/repository/install-packages.sh new file mode 100755 index 0000000..2b42b32 --- /dev/null +++ b/repository/install-packages.sh @@ -0,0 +1,36 @@ +#!/usr/bin/env bash + +SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" +ROOT_DIR="$(dirname "$(dirname $SCRIPT_DIR)")" + +if [[ "$OSTYPE" == "linux-gnu" ]]; then + apt install curl gnupg + curl -fsSL https://bazel.build/bazel-release.pub.gpg | gpg --dearmor > bazel.gpg + mv bazel.gpg /etc/apt/trusted.gpg.d/ + echo "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8" | tee /etc/apt/sources.list.d/bazel.list + apt-get update + apt-get -y install bazel llvm make openjdk-8-jdk python3.9 python3.9-venv python3.9-dev python-dev \ + libsqlite3-dev nodejs libev-dev libev-perl python3-distutils yarn +elif [[ "$OSTYPE" == "darwin"* ]]; then + required_packages='bazel coreutils ibazel libev libomp llvm protobuf python3.9 sqlite3' + brew tap bazelbuild/tap + for required_package in $required_packages; do + if brew ls --versions $required_package > /dev/null; then + brew upgrade $required_package + else + brew install $required_package + fi + done +elif [[ "$OSTYPE" == "cygwin" ]]; then + exit 1; +elif [[ "$OSTYPE" == "msys" ]]; then + exit 1; +elif [[ "$OSTYPE" == "win32" ]]; then + exit 1; +elif [[ "$OSTYPE" == "freebsd"* ]]; then + exit 1; +else + exit 1; +fi + +echo "Successfully installed packages" diff --git a/rules/nodejs/package.json b/rules/nodejs/package.json index b09881e..68e225a 100644 --- a/rules/nodejs/package.json +++ b/rules/nodejs/package.json @@ -33,6 +33,7 @@ "google-protobuf": "^3.15.8", "grpc": "^1.24.6", "grpc-tools": "^1.11.1", + "grpc-web": "^1.2.1", "html-entities": "^2.3.2", "html-webpack-plugin": "^5.3.1", "js-cookie": "^2.2.1", @@ -46,7 +47,7 @@ "pug-plain-loader": "^1.1.0", "sass": "^1.32.4", "sass-lint": "^1.13.1", - "sass-loader": "^11.0.1", + "sass-loader": "^10.1.1", "sockjs-client": "^1.5.0", "tempusdominus-bootstrap-4": "^5.39.0", "ts-protoc-gen": "^0.14.0", @@ -63,7 +64,7 @@ "vue-template-compiler": "^2.6.12", "vuejs-dialog": "^1.4.2", "vuex-persistedstate": "^4.0.0-beta.3", - "webpack": "^5.33.2", + "webpack": "^4.46.0", "webpack-cli": "^4.3.1", "webpack-dev-server": "^3.11.1", "wordwrap": "^1.0.0" diff --git a/rules/nodejs/yarn.lock b/rules/nodejs/yarn.lock index 5789b6e..94ed91f 100644 --- a/rules/nodejs/yarn.lock +++ b/rules/nodejs/yarn.lock @@ -884,9 +884,9 @@ integrity sha512-BTmtvJbeeEVrqRApI1gr5hvPgYcHLpdGJ5EXNXEWO692ztMPSj5fB/dH0xUlaW45jn6LimYx8ymqTMhj3538og== "@bazel/ibazel@latest": - version "0.15.9" - resolved "https://registry.yarnpkg.com/@bazel/ibazel/-/ibazel-0.15.9.tgz#db9dea1831a789bd87b12a2c72b1f5d8dd4853f0" - integrity sha512-37r6bs47UNYcp3jrgXqq//GmX1GJtDPQTok4EZQq/ZMEemvh2S7m1fqe1NjNp0D6LdivUmF4z8wb3LjVaT97cg== + version "0.15.10" + resolved "https://registry.yarnpkg.com/@bazel/ibazel/-/ibazel-0.15.10.tgz#cf0cff1aec6d8e7bb23e1fc618d09fbd39b7a13f" + integrity sha512-0v+OwCQ6fsGFa50r6MXWbUkSGuWOoZ22K4pMSdtWiL5LKFIE4kfmMmtQS+M7/ICNwk2EIYob+NRreyi/DGUz5A== "@csstools/convert-colors@^1.4.0": version "1.4.0" @@ -1324,32 +1324,6 @@ "@types/long" "*" "@types/node" "*" -"@types/eslint-scope@^3.7.0": - version "3.7.0" - resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.0.tgz#4792816e31119ebd506902a482caec4951fabd86" - integrity sha512-O/ql2+rrCUe2W2rs7wMR+GqPRcgB6UiqN5RhrR5xruFlY7l9YLMn0ZkDzjoHLeiFkR8MCQZVudUuuvQ2BLC9Qw== - dependencies: - "@types/eslint" "*" - "@types/estree" "*" - -"@types/eslint@*": - version "7.2.10" - resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.2.10.tgz#4b7a9368d46c0f8cd5408c23288a59aa2394d917" - integrity sha512-kUEPnMKrqbtpCq/KTaGFFKAcz6Ethm2EjCoKIDaCmfRBWLbFuTcOJfTlorwbnboXBzahqWLgUp1BQeKHiJzPUQ== - dependencies: - "@types/estree" "*" - "@types/json-schema" "*" - -"@types/estree@*": - version "0.0.47" - resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.47.tgz#d7a51db20f0650efec24cd04994f523d93172ed4" - integrity sha512-c5ciR06jK8u9BstrmJyO97m+klJrrhCf9u3rLu3DEAJBirxRqSCvDQoYKmxuYwQI5SZChAWu+tq9oVlGRuzPAg== - -"@types/estree@^0.0.46": - version "0.0.46" - resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.46.tgz#0fb6bfbbeabd7a30880504993369c4bf1deab1fe" - integrity sha512-laIjwTQaD+5DukBZaygQ79K1Z0jb1bPEMRrkXSLjtCcZm+abyp5YbrqpSLzD42FwWW6gK/aS4NYpJ804nG2brg== - "@types/glob@^7.1.1": version "7.1.3" resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.3.tgz#e6ba80f36b7daad2c685acd9266382e68985c183" @@ -1370,7 +1344,7 @@ dependencies: "@types/node" "*" -"@types/json-schema@*", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6": +"@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6": version "7.0.7" resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad" integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA== @@ -1391,9 +1365,9 @@ integrity sha512-1z8k4wzFnNjVK/tlxvrWuK5WMt6mydWWP7+zvH5eFep4oj+UkrfiJTRtjCeBXNpwaA/FYqqtb4/QS4ianFpIRA== "@types/node@*", "@types/node@>=12.12.47": - version "14.14.39" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.39.tgz#9ef394d4eb52953d2890e4839393c309aa25d2d1" - integrity sha512-Qipn7rfTxGEDqZiezH+wxqWYR8vcXq5LRpZrETD19Gs4o8LbklbmqotSUsMU+s5G3PJwMRDfNEYoxrcBwIxOuw== + version "14.14.41" + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.41.tgz#d0b939d94c1d7bd53d04824af45f1139b8c45615" + integrity sha512-dueRKfaJL4RTtSa7bWeTK1M+VH+Gns73oCgzvYfHZywRCoPSd8EkXBL0mZ9unPTveBn+D9phZBaxuzpwjWkW0g== "@types/q@^1.5.1": version "1.5.4" @@ -1534,14 +1508,6 @@ optionalDependencies: prettier "^1.18.2" -"@webassemblyjs/ast@1.11.0": - version "1.11.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.0.tgz#a5aa679efdc9e51707a4207139da57920555961f" - integrity sha512-kX2W49LWsbthrmIRMbQZuQDhGtjyqXfEmmHyEi4XWnSZtPmxY0+3anPIzsnRb45VH/J55zlOfWvZuY47aJZTJg== - dependencies: - "@webassemblyjs/helper-numbers" "1.11.0" - "@webassemblyjs/helper-wasm-bytecode" "1.11.0" - "@webassemblyjs/ast@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964" @@ -1551,31 +1517,16 @@ "@webassemblyjs/helper-wasm-bytecode" "1.9.0" "@webassemblyjs/wast-parser" "1.9.0" -"@webassemblyjs/floating-point-hex-parser@1.11.0": - version "1.11.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.0.tgz#34d62052f453cd43101d72eab4966a022587947c" - integrity sha512-Q/aVYs/VnPDVYvsCBL/gSgwmfjeCb4LW8+TMrO3cSzJImgv8lxxEPM2JA5jMrivE7LSz3V+PFqtMbls3m1exDA== - "@webassemblyjs/floating-point-hex-parser@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz#3c3d3b271bddfc84deb00f71344438311d52ffb4" integrity sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA== -"@webassemblyjs/helper-api-error@1.11.0": - version "1.11.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.0.tgz#aaea8fb3b923f4aaa9b512ff541b013ffb68d2d4" - integrity sha512-baT/va95eXiXb2QflSx95QGT5ClzWpGaa8L7JnJbgzoYeaA27FCvuBXU758l+KXWRndEmUXjP0Q5fibhavIn8w== - "@webassemblyjs/helper-api-error@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz#203f676e333b96c9da2eeab3ccef33c45928b6a2" integrity sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw== -"@webassemblyjs/helper-buffer@1.11.0": - version "1.11.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.0.tgz#d026c25d175e388a7dbda9694e91e743cbe9b642" - integrity sha512-u9HPBEl4DS+vA8qLQdEQ6N/eJQ7gT7aNvMIo8AAWvAl/xMrcOSiI2M0MAnMCy3jIFke7bEee/JwdX1nUpCtdyA== - "@webassemblyjs/helper-buffer@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.9.0.tgz#a1442d269c5feb23fcbc9ef759dac3547f29de00" @@ -1600,35 +1551,11 @@ dependencies: "@webassemblyjs/ast" "1.9.0" -"@webassemblyjs/helper-numbers@1.11.0": - version "1.11.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.0.tgz#7ab04172d54e312cc6ea4286d7d9fa27c88cd4f9" - integrity sha512-DhRQKelIj01s5IgdsOJMKLppI+4zpmcMQ3XboFPLwCpSNH6Hqo1ritgHgD0nqHeSYqofA6aBN/NmXuGjM1jEfQ== - dependencies: - "@webassemblyjs/floating-point-hex-parser" "1.11.0" - "@webassemblyjs/helper-api-error" "1.11.0" - "@xtuc/long" "4.2.2" - -"@webassemblyjs/helper-wasm-bytecode@1.11.0": - version "1.11.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.0.tgz#85fdcda4129902fe86f81abf7e7236953ec5a4e1" - integrity sha512-MbmhvxXExm542tWREgSFnOVo07fDpsBJg3sIl6fSp9xuu75eGz5lz31q7wTLffwL3Za7XNRCMZy210+tnsUSEA== - "@webassemblyjs/helper-wasm-bytecode@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz#4fed8beac9b8c14f8c58b70d124d549dd1fe5790" integrity sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw== -"@webassemblyjs/helper-wasm-section@1.11.0": - version "1.11.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.0.tgz#9ce2cc89300262509c801b4af113d1ca25c1a75b" - integrity sha512-3Eb88hcbfY/FCukrg6i3EH8H2UsD7x8Vy47iVJrP967A9JGqgBVL9aH71SETPx1JrGsOUVLo0c7vMCN22ytJew== - dependencies: - "@webassemblyjs/ast" "1.11.0" - "@webassemblyjs/helper-buffer" "1.11.0" - "@webassemblyjs/helper-wasm-bytecode" "1.11.0" - "@webassemblyjs/wasm-gen" "1.11.0" - "@webassemblyjs/helper-wasm-section@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.9.0.tgz#5a4138d5a6292ba18b04c5ae49717e4167965346" @@ -1639,13 +1566,6 @@ "@webassemblyjs/helper-wasm-bytecode" "1.9.0" "@webassemblyjs/wasm-gen" "1.9.0" -"@webassemblyjs/ieee754@1.11.0": - version "1.11.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.11.0.tgz#46975d583f9828f5d094ac210e219441c4e6f5cf" - integrity sha512-KXzOqpcYQwAfeQ6WbF6HXo+0udBNmw0iXDmEK5sFlmQdmND+tr773Ti8/5T/M6Tl/413ArSJErATd8In3B+WBA== - dependencies: - "@xtuc/ieee754" "^1.2.0" - "@webassemblyjs/ieee754@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.9.0.tgz#15c7a0fbaae83fb26143bbacf6d6df1702ad39e4" @@ -1653,13 +1573,6 @@ dependencies: "@xtuc/ieee754" "^1.2.0" -"@webassemblyjs/leb128@1.11.0": - version "1.11.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.11.0.tgz#f7353de1df38aa201cba9fb88b43f41f75ff403b" - integrity sha512-aqbsHa1mSQAbeeNcl38un6qVY++hh8OpCOzxhixSYgbRfNWcxJNJQwe2rezK9XEcssJbbWIkblaJRwGMS9zp+g== - dependencies: - "@xtuc/long" "4.2.2" - "@webassemblyjs/leb128@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.9.0.tgz#f19ca0b76a6dc55623a09cffa769e838fa1e1c95" @@ -1667,30 +1580,11 @@ dependencies: "@xtuc/long" "4.2.2" -"@webassemblyjs/utf8@1.11.0": - version "1.11.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.11.0.tgz#86e48f959cf49e0e5091f069a709b862f5a2cadf" - integrity sha512-A/lclGxH6SpSLSyFowMzO/+aDEPU4hvEiooCMXQPcQFPPJaYcPQNKGOCLUySJsYJ4trbpr+Fs08n4jelkVTGVw== - "@webassemblyjs/utf8@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.9.0.tgz#04d33b636f78e6a6813227e82402f7637b6229ab" integrity sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w== -"@webassemblyjs/wasm-edit@1.11.0": - version "1.11.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.0.tgz#ee4a5c9f677046a210542ae63897094c2027cb78" - integrity sha512-JHQ0damXy0G6J9ucyKVXO2j08JVJ2ntkdJlq1UTiUrIgfGMmA7Ik5VdC/L8hBK46kVJgujkBIoMtT8yVr+yVOQ== - dependencies: - "@webassemblyjs/ast" "1.11.0" - "@webassemblyjs/helper-buffer" "1.11.0" - "@webassemblyjs/helper-wasm-bytecode" "1.11.0" - "@webassemblyjs/helper-wasm-section" "1.11.0" - "@webassemblyjs/wasm-gen" "1.11.0" - "@webassemblyjs/wasm-opt" "1.11.0" - "@webassemblyjs/wasm-parser" "1.11.0" - "@webassemblyjs/wast-printer" "1.11.0" - "@webassemblyjs/wasm-edit@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz#3fe6d79d3f0f922183aa86002c42dd256cfee9cf" @@ -1705,17 +1599,6 @@ "@webassemblyjs/wasm-parser" "1.9.0" "@webassemblyjs/wast-printer" "1.9.0" -"@webassemblyjs/wasm-gen@1.11.0": - version "1.11.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.0.tgz#3cdb35e70082d42a35166988dda64f24ceb97abe" - integrity sha512-BEUv1aj0WptCZ9kIS30th5ILASUnAPEvE3tVMTrItnZRT9tXCLW2LEXT8ezLw59rqPP9klh9LPmpU+WmRQmCPQ== - dependencies: - "@webassemblyjs/ast" "1.11.0" - "@webassemblyjs/helper-wasm-bytecode" "1.11.0" - "@webassemblyjs/ieee754" "1.11.0" - "@webassemblyjs/leb128" "1.11.0" - "@webassemblyjs/utf8" "1.11.0" - "@webassemblyjs/wasm-gen@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.9.0.tgz#50bc70ec68ded8e2763b01a1418bf43491a7a49c" @@ -1727,16 +1610,6 @@ "@webassemblyjs/leb128" "1.9.0" "@webassemblyjs/utf8" "1.9.0" -"@webassemblyjs/wasm-opt@1.11.0": - version "1.11.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.0.tgz#1638ae188137f4bb031f568a413cd24d32f92978" - integrity sha512-tHUSP5F4ywyh3hZ0+fDQuWxKx3mJiPeFufg+9gwTpYp324mPCQgnuVKwzLTZVqj0duRDovnPaZqDwoyhIO8kYg== - dependencies: - "@webassemblyjs/ast" "1.11.0" - "@webassemblyjs/helper-buffer" "1.11.0" - "@webassemblyjs/wasm-gen" "1.11.0" - "@webassemblyjs/wasm-parser" "1.11.0" - "@webassemblyjs/wasm-opt@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.9.0.tgz#2211181e5b31326443cc8112eb9f0b9028721a61" @@ -1747,18 +1620,6 @@ "@webassemblyjs/wasm-gen" "1.9.0" "@webassemblyjs/wasm-parser" "1.9.0" -"@webassemblyjs/wasm-parser@1.11.0": - version "1.11.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.0.tgz#3e680b8830d5b13d1ec86cc42f38f3d4a7700754" - integrity sha512-6L285Sgu9gphrcpDXINvm0M9BskznnzJTE7gYkjDbxET28shDqp27wpruyx3C2S/dvEwiigBwLA1cz7lNUi0kw== - dependencies: - "@webassemblyjs/ast" "1.11.0" - "@webassemblyjs/helper-api-error" "1.11.0" - "@webassemblyjs/helper-wasm-bytecode" "1.11.0" - "@webassemblyjs/ieee754" "1.11.0" - "@webassemblyjs/leb128" "1.11.0" - "@webassemblyjs/utf8" "1.11.0" - "@webassemblyjs/wasm-parser@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.0.tgz#9d48e44826df4a6598294aa6c87469d642fff65e" @@ -1783,14 +1644,6 @@ "@webassemblyjs/helper-fsm" "1.9.0" "@xtuc/long" "4.2.2" -"@webassemblyjs/wast-printer@1.11.0": - version "1.11.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.11.0.tgz#680d1f6a5365d6d401974a8e949e05474e1fab7e" - integrity sha512-Fg5OX46pRdTgB7rKIUojkh9vXaVN6sGYCnEiJN1GYkb0RPwShZXp6KTDqmoMdQPKhcroOXh3fEzmkWmCYaKYhQ== - dependencies: - "@webassemblyjs/ast" "1.11.0" - "@xtuc/long" "4.2.2" - "@webassemblyjs/wast-printer@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.9.0.tgz#4935d54c85fef637b00ce9f52377451d00d47899" @@ -2770,9 +2623,9 @@ caniuse-api@^3.0.0: lodash.uniq "^4.5.0" caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001205, caniuse-lite@^1.0.30001208: - version "1.0.30001208" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001208.tgz#a999014a35cebd4f98c405930a057a0d75352eb9" - integrity sha512-OE5UE4+nBOro8Dyvv0lfx+SRtfVIOM9uhKqFmJeUbGriqhhStgp1A0OyBpgy3OUF8AhYCT+PVwPC1gMl2ZcQMA== + version "1.0.30001209" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001209.tgz#1bb4be0bd118e98e21cfb7ef617b1ef2164622f4" + integrity sha512-2Ktt4OeRM7EM/JaOZjuLzPYAIqmbwQMNnYbgooT+icoRGrKOyAxA1xhlnotBD1KArRSPsuJp3TdYcZYrL7qNxA== chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3: version "1.1.3" @@ -2814,7 +2667,7 @@ chardet@^0.7.0: resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e" integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== -"chokidar@>=2.0.0 <4.0.0", chokidar@^3.4.1, chokidar@^3.5.1: +"chokidar@>=3.0.0 <4.0.0", chokidar@^3.4.1, chokidar@^3.5.1: version "3.5.1" resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.1.tgz#ee9ce7bbebd2b79f49f304799d5468e31e14e68a" integrity sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw== @@ -3385,22 +3238,21 @@ css-loader@^4.3.0: semver "^7.3.2" css-loader@^5.0.1: - version "5.2.1" - resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-5.2.1.tgz#15fbd5b6ac4c1b170a098f804c5abd0722f2aa73" - integrity sha512-YCyRzlt/jgG1xanXZDG/DHqAueOtXFHeusP9TS478oP1J++JSKOyEgGW1GHVoCj/rkS+GWOlBwqQJBr9yajQ9w== + version "5.2.2" + resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-5.2.2.tgz#65f2c1482255f15847ecad6cbc515cae8a5b234e" + integrity sha512-IS722y7Lh2Yq+acMR74tdf3faMOLRP2RfLwS0VzSS7T98IHtacMWJLku3A0OBTFHB07zAa4nWBhA8gfxwQVWGQ== dependencies: camelcase "^6.2.0" - cssesc "^3.0.0" icss-utils "^5.1.0" loader-utils "^2.0.0" - postcss "^8.2.8" + postcss "^8.2.10" postcss-modules-extract-imports "^3.0.0" postcss-modules-local-by-default "^4.0.0" postcss-modules-scope "^3.0.0" postcss-modules-values "^4.0.0" postcss-value-parser "^4.1.0" schema-utils "^3.0.0" - semver "^7.3.4" + semver "^7.3.5" css-prefers-color-scheme@^3.1.1: version "3.1.1" @@ -3847,10 +3699,10 @@ domhandler@^2.3.0: dependencies: domelementtype "1" -domhandler@^4.0.0, domhandler@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-4.1.0.tgz#c1d8d494d5ec6db22de99e46a149c2a4d23ddd43" - integrity sha512-/6/kmsGlMY4Tup/nGVutdrK9yQi4YjWVcVeoQmixpzjOUK1U7pQkvAPHBJeUxOgxF0J8f8lwCJSlCfD0V4CMGQ== +domhandler@^4.0.0, domhandler@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-4.2.0.tgz#f9768a5f034be60a89a27c2e4d0f74eba0d8b059" + integrity sha512-zk7sgt970kzPks2Bf+dwT/PLzghLnsivb9CcxkvR8Mzr66Olr0Ofd8neSbglHJHaHa2MadfoSdNlKYAaafmWfA== dependencies: domelementtype "^2.2.0" @@ -3863,13 +3715,13 @@ domutils@^1.5.1, domutils@^1.7.0: domelementtype "1" domutils@^2.4.3: - version "2.5.2" - resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.5.2.tgz#37ef8ba087dff1a17175e7092e8a042e4b050e6c" - integrity sha512-MHTthCb1zj8f1GVfRpeZUbohQf/HdBos0oX5gZcQFepOZPLLRyj6Wn7XS7EMnY7CVpwv8863u2vyE83Hfu28HQ== + version "2.6.0" + resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.6.0.tgz#2e15c04185d43fb16ae7057cb76433c6edb938b7" + integrity sha512-y0BezHuy4MDYxh6OvolXYsH+1EMGmFbwv5FKW7ovwMG6zTPWqNPq3WF9ayZssFq+UlKdffGLbOEaghNdaOm1WA== dependencies: dom-serializer "^1.0.1" domelementtype "^2.2.0" - domhandler "^4.1.0" + domhandler "^4.2.0" dot-case@^3.0.4: version "3.0.4" @@ -3972,14 +3824,6 @@ enhanced-resolve@^4.1.1, enhanced-resolve@^4.5.0: memory-fs "^0.5.0" tapable "^1.0.0" -enhanced-resolve@^5.7.0: - version "5.7.0" - resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.7.0.tgz#525c5d856680fbd5052de453ac83e32049958b5c" - integrity sha512-6njwt/NsZFUKhM6j9U8hzVyD4E4r0x7NQzhTCbcWOJ0IQjNSAoalWmb0AE51Wn+fwan5qVESWi7t2ToBxs9vrw== - dependencies: - graceful-fs "^4.2.4" - tapable "^2.2.0" - enquirer@^2.3.5, enquirer@^2.3.6: version "2.3.6" resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.6.tgz#2a7fe5dd634a1e4125a975ec994ff5456dc3734d" @@ -4045,11 +3889,6 @@ es-abstract@^1.17.2, es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2: string.prototype.trimstart "^1.0.4" unbox-primitive "^1.0.0" -es-module-lexer@^0.4.0: - version "0.4.1" - resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.4.1.tgz#dda8c6a14d8f340a24e34331e0fab0cb50438e0e" - integrity sha512-ooYciCUtfw6/d2w56UVeqHPcoCFAiJdz5XOkYpv/Txl1HMUozpXjz/2RIQgqwKdXNDPSF1W7mJCFse3G+HDyAA== - es-to-primitive@^1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a" @@ -4424,7 +4263,7 @@ eventemitter3@^4.0.0: resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f" integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw== -events@^3.0.0, events@^3.2.0: +events@^3.0.0: version "3.3.0" resolved "https://registry.yarnpkg.com/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400" integrity sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q== @@ -5073,11 +4912,6 @@ glob-parent@^5.0.0, glob-parent@^5.1.0, glob-parent@^5.1.1, glob-parent@~5.1.0: dependencies: is-glob "^4.0.1" -glob-to-regexp@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e" - integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw== - glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@~7.1.1: version "7.1.6" resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6" @@ -5192,6 +5026,11 @@ grpc-tools@^1.11.1: dependencies: node-pre-gyp "^0.15.0" +grpc-web@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/grpc-web/-/grpc-web-1.2.1.tgz#860051d705bf5baa7b81fcbd14030060bf16b7b9" + integrity sha512-ibBaJPzfMVuLPgaST9w0kZl60s+SnkPBQp6QKdpEr85tpc1gXW2QDqSne9xiyiym0logDfdUSm4aX5h9YBA2mw== + grpc@^1.24.6: version "1.24.6" resolved "https://registry.yarnpkg.com/grpc/-/grpc-1.24.6.tgz#1862a9d990f79cfa20b962d77f090000d915469c" @@ -6142,7 +5981,7 @@ isobject@^3.0.0, isobject@^3.0.1: resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8= -jest-worker@^26.5.0, jest-worker@^26.6.2: +jest-worker@^26.5.0: version "26.6.2" resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-26.6.2.tgz#7f72cbc4d643c365e27b9fd775f9d0eaa9c7a8ed" integrity sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ== @@ -6405,7 +6244,7 @@ loader-runner@^2.4.0: resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.4.0.tgz#ed47066bfe534d7e84c4c7b9998c2a75607d9357" integrity sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw== -loader-runner@^4.1.0, loader-runner@^4.2.0: +loader-runner@^4.1.0: version "4.2.0" resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-4.2.0.tgz#d7022380d66d14c5fb1d496b89864ebcfd478384" integrity sha512-92+huvxMvYlMzMt0iIOukcwYBFpkYJdpl2xsZ7LrlayO7E8SOv+JJUEK17B/dJIHAOLMfh2dZZ/Y18WgmGtYNw== @@ -6766,9 +6605,9 @@ mimic-fn@^3.1.0: integrity sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ== mini-css-extract-plugin@^1.3.4: - version "1.4.1" - resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-1.4.1.tgz#975e27c1d0bd8e052972415f47c79cea5ed37548" - integrity sha512-COAGbpAsU0ioFzj+/RRfO5Qv177L1Z/XAx2EmCF33b8GDDqKygMffBTws2lit8iaPdrbKEY5P+zsseBUCREZWQ== + version "1.5.0" + resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-1.5.0.tgz#69bee3b273d2d4ee8649a2eb409514b7df744a27" + integrity sha512-SIbuLMv6jsk1FnLIU5OUG/+VMGUprEjM1+o2trOAx8i5KOKMrhyezb1dJ4Ugsykb8Jgq8/w5NEopy6escV9G7g== dependencies: loader-utils "^2.0.0" schema-utils "^3.0.0" @@ -7311,9 +7150,9 @@ object-copy@^0.1.0: kind-of "^3.0.3" object-inspect@^1.9.0: - version "1.9.0" - resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.9.0.tgz#c90521d74e1127b67266ded3394ad6116986533a" - integrity sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw== + version "1.10.2" + resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.10.2.tgz#b6385a3e2b7cae0b5eafcf90cddf85d128767f30" + integrity sha512-gz58rdPpadwztRrPjZE9DZLOABUpTGdcANUgOwBFO1C+HZZhePoP83M65WGDmbpwFYJSWqavbl4SgDn4k8RYTA== object-is@^1.0.1: version "1.1.5" @@ -8524,7 +8363,7 @@ postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2 source-map "^0.6.1" supports-color "^6.1.0" -postcss@^8.2.8: +postcss@^8.2.10: version "8.2.10" resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.10.tgz#ca7a042aa8aff494b334d0ff3e9e77079f6f702b" integrity sha512-b/h7CPV7QEdrqIxtAf2j31U5ef05uBDuvoXv6L51Q4rcS1jdlXAVKJv+atCFdUXYl9dyTHGyoMzIepwowRJjFw== @@ -9319,20 +9158,23 @@ sass-lint@^1.13.1: path-is-absolute "^1.0.0" util "^0.10.3" -sass-loader@^11.0.1: - version "11.0.1" - resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-11.0.1.tgz#8672f896593466573b904f47693e0695368e38c9" - integrity sha512-Vp1LcP4slTsTNLEiDkTcm8zGN/XYYrZz2BZybQbliWA8eXveqA/AxsEjllQTpJbg2MzCsx/qNO48sHdZtOaxTw== +sass-loader@^10.1.1: + version "10.1.1" + resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-10.1.1.tgz#4ddd5a3d7638e7949065dd6e9c7c04037f7e663d" + integrity sha512-W6gVDXAd5hR/WHsPicvZdjAWHBcEJ44UahgxcIE196fW2ong0ZHMPO1kZuI5q0VlvMQZh32gpv69PLWQm70qrw== dependencies: klona "^2.0.4" + loader-utils "^2.0.0" neo-async "^2.6.2" + schema-utils "^3.0.0" + semver "^7.3.2" sass@^1.32.4: - version "1.32.8" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.32.8.tgz#f16a9abd8dc530add8834e506878a2808c037bdc" - integrity sha512-Sl6mIeGpzjIUZqvKnKETfMf0iDAswD9TNlv13A7aAF3XZlRPMq4VvJWBC2N2DXbp94MQVdNSFG6LfF/iOXrPHQ== + version "1.32.10" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.32.10.tgz#d40da4e20031b450359ee1c7e69bc8cc89569241" + integrity sha512-Nx0pcWoonAkn7CRp0aE/hket1UP97GiR1IFw3kcjV3pnenhWgZEWUf0ZcfPOV2fK52fnOcK3JdC/YYZ9E47DTQ== dependencies: - chokidar ">=2.0.0 <4.0.0" + chokidar ">=3.0.0 <4.0.0" sax@^1.2.4, sax@~1.2.4: version "1.2.4" @@ -9398,7 +9240,7 @@ semver@^6.0.0, semver@^6.1.0, semver@^6.1.1, semver@^6.1.2, semver@^6.2.0, semve resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== -semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5: +semver@^7.2.1, semver@^7.3.2, semver@^7.3.5: version "7.3.5" resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7" integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ== @@ -9678,7 +9520,7 @@ sort-keys@^2.0.0: dependencies: is-plain-obj "^1.0.0" -source-list-map@^2.0.0, source-list-map@^2.0.1: +source-list-map@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34" integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw== @@ -10107,7 +9949,7 @@ tapable@^1.0.0, tapable@^1.0.0-beta.5, tapable@^1.1.3: resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2" integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA== -tapable@^2.0.0, tapable@^2.1.1, tapable@^2.2.0: +tapable@^2.0.0: version "2.2.0" resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.0.tgz#5c373d281d9c672848213d0e037d1c4165ab426b" integrity sha512-FBk4IesMV1rBxX2tfiK8RAmogtWn53puLOQlvO8XuwlgxcYbP4mVPS9Ph4aeamSyyVjOl24aYWAuc8U5kCVwMw== @@ -10178,18 +10020,6 @@ terser-webpack-plugin@^4.2.3: terser "^5.3.4" webpack-sources "^1.4.3" -terser-webpack-plugin@^5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.1.1.tgz#7effadee06f7ecfa093dbbd3e9ab23f5f3ed8673" - integrity sha512-5XNNXZiR8YO6X6KhSGXfY0QrGrCRlSwAEjIIrlRQR4W8nP69TaJUlh3bkuac6zzgspiGPfKEHcY295MMVExl5Q== - dependencies: - jest-worker "^26.6.2" - p-limit "^3.1.0" - schema-utils "^3.0.0" - serialize-javascript "^5.0.1" - source-map "^0.6.1" - terser "^5.5.1" - terser@^4.1.2, terser@^4.6.3: version "4.8.0" resolved "https://registry.yarnpkg.com/terser/-/terser-4.8.0.tgz#63056343d7c70bb29f3af665865a46fe03a0df17" @@ -10199,7 +10029,7 @@ terser@^4.1.2, terser@^4.6.3: source-map "~0.6.1" source-map-support "~0.5.12" -terser@^5.3.4, terser@^5.5.1: +terser@^5.3.4: version "5.6.1" resolved "https://registry.yarnpkg.com/terser/-/terser-5.6.1.tgz#a48eeac5300c0a09b36854bf90d9c26fb201973c" integrity sha512-yv9YLFQQ+3ZqgWCUk+pvNJwgUTdlIxUk1WTN+RnaFJe2L7ipG2csPT0ra2XRm7Cs8cxN7QXmK1rFzEwYEQkzXw== @@ -10838,14 +10668,6 @@ watchpack@^1.7.4: chokidar "^3.4.1" watchpack-chokidar2 "^2.0.1" -watchpack@^2.0.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.1.1.tgz#e99630550fca07df9f90a06056987baa40a689c7" - integrity sha512-Oo7LXCmc1eE1AjyuSBmtC3+Wy4HcV8PxWh2kP6fOl8yTlNS7r0K9l1ao2lrrUza7V39Y3D/BbJgY8VeSlc5JKw== - dependencies: - glob-to-regexp "^0.4.1" - graceful-fs "^4.1.2" - wbuf@^1.1.0, wbuf@^1.7.3: version "1.7.3" resolved "https://registry.yarnpkg.com/wbuf/-/wbuf-1.7.3.tgz#c1d8d149316d3ea852848895cb6a0bfe887b87df" @@ -10989,14 +10811,6 @@ webpack-sources@^1.0.1, webpack-sources@^1.1.0, webpack-sources@^1.4.0, webpack- source-list-map "^2.0.0" source-map "~0.6.1" -webpack-sources@^2.1.1: - version "2.2.0" - resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-2.2.0.tgz#058926f39e3d443193b6c31547229806ffd02bac" - integrity sha512-bQsA24JLwcnWGArOKUxYKhX3Mz/nK1Xf6hxullKERyktjNMC4x8koOeaDNTA2fEJ09BdWLbM/iTW0ithREUP0w== - dependencies: - source-list-map "^2.0.1" - source-map "^0.6.1" - webpack@^4.46.0: version "4.46.0" resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.46.0.tgz#bf9b4404ea20a073605e0a011d188d77cb6ad542" @@ -11026,35 +10840,6 @@ webpack@^4.46.0: watchpack "^1.7.4" webpack-sources "^1.4.1" -webpack@^5.33.2: - version "5.33.2" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.33.2.tgz#c049717c9b038febf5a72fd2f53319ad59a8c1fc" - integrity sha512-X4b7F1sYBmJx8mlh2B7mV5szEkE0jYNJ2y3akgAP0ERi0vLCG1VvdsIxt8lFd4st6SUy0lf7W0CCQS566MBpJg== - dependencies: - "@types/eslint-scope" "^3.7.0" - "@types/estree" "^0.0.46" - "@webassemblyjs/ast" "1.11.0" - "@webassemblyjs/wasm-edit" "1.11.0" - "@webassemblyjs/wasm-parser" "1.11.0" - acorn "^8.0.4" - browserslist "^4.14.5" - chrome-trace-event "^1.0.2" - enhanced-resolve "^5.7.0" - es-module-lexer "^0.4.0" - eslint-scope "^5.1.1" - events "^3.2.0" - glob-to-regexp "^0.4.1" - graceful-fs "^4.2.4" - json-parse-better-errors "^1.0.2" - loader-runner "^4.2.0" - mime-types "^2.1.27" - neo-async "^2.6.2" - schema-utils "^3.0.0" - tapable "^2.1.1" - terser-webpack-plugin "^5.1.1" - watchpack "^2.0.0" - webpack-sources "^2.1.1" - webpackbar@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/webpackbar/-/webpackbar-4.0.0.tgz#ee7a87f16077505b5720551af413c8ecd5b1f780" @@ -11240,9 +11025,9 @@ ws@^6.2.1: async-limiter "~1.0.0" ws@^7.3.1: - version "7.4.4" - resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.4.tgz#383bc9742cb202292c9077ceab6f6047b17f2d59" - integrity sha512-Qm8k8ojNQIMx7S+Zp8u/uHOx7Qazv3Yv4q68MiWWWOJhiwG5W3x7iqmRtJo8xxrciZUY4vRxUTJCKuRnF28ZZw== + version "7.4.5" + resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.5.tgz#a484dd851e9beb6fdb420027e3885e8ce48986c1" + integrity sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g== xtend@^4.0.0, xtend@~4.0.1: version "4.0.2" diff --git a/rules/rust/Cargo.raze.lock b/rules/rust/Cargo.raze.lock index 6b38300..3447e14 100644 --- a/rules/rust/Cargo.raze.lock +++ b/rules/rust/Cargo.raze.lock @@ -123,7 +123,7 @@ dependencies = [ "log", "mime", "percent-encoding", - "pin-project 1.0.6", + "pin-project 1.0.7", "rand 0.7.3", "regex", "serde 1.0.125", @@ -189,7 +189,7 @@ dependencies = [ "mio-uds", "num_cpus", "slab", - "socket2", + "socket2 0.3.19", ] [[package]] @@ -213,7 +213,7 @@ dependencies = [ "actix-server", "actix-service", "log", - "socket2", + "socket2 0.3.19", ] [[package]] @@ -309,12 +309,12 @@ dependencies = [ "fxhash", "log", "mime", - "pin-project 1.0.6", + "pin-project 1.0.7", "regex", "serde 1.0.125", "serde_json", "serde_urlencoded", - "socket2", + "socket2 0.3.19", "time 0.2.26", "tinyvec", "url", @@ -422,9 +422,9 @@ checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" [[package]] name = "async-trait" -version = "0.1.48" +version = "0.1.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36ea56748e10732c49404c153638a15ec3d6211ec5ff35d9bb20e13b93576adf" +checksum = "0b98e84bbb4cbcdd97da190ba0c58a1bb0de2c1fdf67d159e192ed766aeca722" dependencies = [ "proc-macro2", "quote", @@ -551,11 +551,10 @@ dependencies = [ [[package]] name = "bincode" -version = "1.3.2" +version = "1.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d175dfa69e619905c4c3cdb7c3c203fa3bdd5d51184e3afdb2742c0280493772" +checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" dependencies = [ - "byteorder", "serde 1.0.125", ] @@ -639,9 +638,9 @@ checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe" [[package]] name = "byteorder" -version = "1.3.4" +version = "1.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" +checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "bytes" @@ -666,9 +665,9 @@ dependencies = [ [[package]] name = "cast" -version = "0.2.3" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b9434b9a5aa1450faa3f9cb14ea0e8c53bb5d2b3c1bfd1ab4fc03e9f33fbfb0" +checksum = "cc38c385bfd7e444464011bb24820f40dd1c76bcdfa1b78611cb7c2e5cafab75" dependencies = [ "rustc_version", ] @@ -760,6 +759,17 @@ name = "config" version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "19b076e143e1d9538dde65da30f8481c2a6c44040edb8e02b9bf1351edb92ce3" +dependencies = [ + "lazy_static", + "nom", + "serde 1.0.125", +] + +[[package]] +name = "config" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b1b9d958c2b1368a663f05538fc1b5975adce1e19f435acceae987aceeeb369" dependencies = [ "lazy_static", "nom", @@ -773,9 +783,9 @@ dependencies = [ [[package]] name = "const_fn" -version = "0.4.6" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "076a6803b0dacd6a88cfe64deba628b01533ff5ef265687e6938280c1afd0a28" +checksum = "402da840495de3f976eaefc3485b7f5eb5b0bf9761f9a47be27fe975b3b8c2ec" [[package]] name = "convert_case" @@ -877,9 +887,9 @@ dependencies = [ [[package]] name = "crossbeam-channel" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775" +checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4" dependencies = [ "cfg-if 1.0.0", "crossbeam-utils 0.8.3", @@ -1023,7 +1033,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4aaff9a7a1de9893f4004fa08527b31cb2ae4121c44e053cf53f29203c73bd23" dependencies = [ "async-trait", - "config", + "config 0.10.1", "crossbeam-queue", "num_cpus", "serde 1.0.125", @@ -1037,7 +1047,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "faad41e7f93dd682108c72aec029e5bc6238e7df64c9d84832525d4033d2e726" dependencies = [ "async-trait", - "config", + "config 0.10.1", "deadpool", "futures", "log", @@ -1224,7 +1234,7 @@ checksum = "1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8" dependencies = [ "cfg-if 1.0.0", "libc", - "redox_syscall 0.2.5", + "redox_syscall 0.2.6", "winapi 0.3.9", ] @@ -1305,9 +1315,9 @@ checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" [[package]] name = "futures" -version = "0.3.13" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f55667319111d593ba876406af7c409c0ebb44dc4be6132a783ccf163ea14c1" +checksum = "a9d5813545e459ad3ca1bff9915e9ad7f1a47dc6a91b627ce321d5863b7dd253" dependencies = [ "futures-channel", "futures-core", @@ -1320,9 +1330,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.13" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c2dd2df839b57db9ab69c2c9d8f3e8c81984781937fe2807dc6dcf3b2ad2939" +checksum = "ce79c6a52a299137a6013061e0cf0e688fce5d7f1bc60125f520912fdb29ec25" dependencies = [ "futures-core", "futures-sink", @@ -1330,15 +1340,15 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.13" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15496a72fabf0e62bdc3df11a59a3787429221dd0710ba8ef163d6f7a9112c94" +checksum = "098cd1c6dda6ca01650f1a37a794245eb73181d0d4d4e955e2f3c37db7af1815" [[package]] name = "futures-executor" -version = "0.3.13" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "891a4b7b96d84d5940084b2a37632dd65deeae662c114ceaa2c879629c9c0ad1" +checksum = "10f6cb7042eda00f0049b1d2080aa4b93442997ee507eb3828e8bd7577f94c9d" dependencies = [ "futures-core", "futures-task", @@ -1348,15 +1358,15 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.13" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d71c2c65c57704c32f5241c1223167c2c3294fd34ac020c807ddbe6db287ba59" +checksum = "365a1a1fb30ea1c03a830fdb2158f5236833ac81fa0ad12fe35b29cddc35cb04" [[package]] name = "futures-macro" -version = "0.3.13" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea405816a5139fb39af82c2beb921d52143f556038378d6db21183a5c37fbfb7" +checksum = "668c6733a182cd7deb4f1de7ba3bf2120823835b3bcfbeacf7d2c4a773c1bb8b" dependencies = [ "proc-macro-hack", "proc-macro2", @@ -1366,21 +1376,21 @@ dependencies = [ [[package]] name = "futures-sink" -version = "0.3.13" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85754d98985841b7d4f5e8e6fbfa4a4ac847916893ec511a2917ccd8525b8bb3" +checksum = "5c5629433c555de3d82861a7a4e3794a4c40040390907cfbfd7143a92a426c23" [[package]] name = "futures-task" -version = "0.3.13" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa189ef211c15ee602667a6fcfe1c1fd9e07d42250d2156382820fba33c9df80" +checksum = "ba7aa51095076f3ba6d9a1f702f74bd05ec65f555d70d2033d55ba8d69f581bc" [[package]] name = "futures-util" -version = "0.3.13" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1812c7ab8aedf8d6f2701a43e1243acdbcc2b36ab26e2ad421eb99ac963d96d1" +checksum = "3c144ad54d60f23927f0a6b6d816e4271278b64f005ad65e4e35291d2de9c025" dependencies = [ "futures-channel", "futures-core", @@ -1564,9 +1574,9 @@ checksum = "e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163" [[package]] name = "http" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747" +checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11" dependencies = [ "bytes 1.0.1", "fnv", @@ -1575,9 +1585,9 @@ dependencies = [ [[package]] name = "httparse" -version = "1.3.5" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "615caabe2c3160b313d52ccc905335f4ed5f10881dd63dc5699d47e90be85691" +checksum = "4a1ce40d6fc9764887c2fdc7305c3dcc429ba11ff981c1509416afd5697e4437" [[package]] name = "httpbis" @@ -1642,11 +1652,11 @@ dependencies = [ "clap", "colored", "combine", - "config", + "config 0.11.0", "crc32fast", "criterion", "crossbeam", - "crossbeam-channel 0.5.0", + "crossbeam-channel 0.5.1", "deadpool", "deadpool-postgres", "derive_more", @@ -1705,7 +1715,7 @@ dependencies = [ "serde_json", "serde_qs", "serde_yaml", - "signal-hook 0.3.7", + "signal-hook 0.3.8", "slog", "slog-async", "slog-json", @@ -1737,9 +1747,9 @@ dependencies = [ [[package]] name = "idna" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89829a5d69c23d348314a7ac337fe39173b61149a9864deabd260983aed48c21" +checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" dependencies = [ "matches", "unicode-bidi", @@ -1786,7 +1796,7 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7" dependencies = [ - "socket2", + "socket2 0.3.19", "widestring", "winapi 0.3.9", "winreg", @@ -1818,9 +1828,9 @@ checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" [[package]] name = "js-sys" -version = "0.3.49" +version = "0.3.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc15e39392125075f60c95ba416f5381ff6c3a948ff02ab12464715adf56c821" +checksum = "2d99f9e3e84b8f67f846ef5b4cbbc3b1c29f6c759fcbce6f01aa0e73d932a24c" dependencies = [ "wasm-bindgen", ] @@ -1871,19 +1881,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.91" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8916b1f6ca17130ec6568feccee27c156ad12037880833a3b842a823236502e7" - -[[package]] -name = "linked-hash-map" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d262045c5b87c0861b3f004610afd0e2c851e2908d08b6c870cbb9d5f494ecd" -dependencies = [ - "serde 0.8.23", - "serde_test", -] +checksum = "9385f66bf6105b241aa65a61cb923ef20efc665cb9f9bb50ac2f0c4b7f378d41" [[package]] name = "linked-hash-map" @@ -1893,9 +1893,9 @@ checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3" [[package]] name = "lock_api" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312" +checksum = "5a3c91c24eae6777794bb1997ad98bbb87daf92890acab859f7eaa4320333176" dependencies = [ "scopeguard", ] @@ -1965,7 +1965,7 @@ version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" dependencies = [ - "linked-hash-map 0.5.4", + "linked-hash-map", ] [[package]] @@ -2012,6 +2012,17 @@ version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" +[[package]] +name = "md-5" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b5a279bb9607f9f53c22d496eade00d138d1bdcccd07d74650387cf94942a15" +dependencies = [ + "block-buffer", + "digest", + "opaque-debug", +] + [[package]] name = "md5" version = "0.7.0" @@ -2317,7 +2328,7 @@ dependencies = [ "cfg-if 1.0.0", "instant", "libc", - "redox_syscall 0.2.5", + "redox_syscall 0.2.6", "smallvec", "winapi 0.3.9", ] @@ -2357,11 +2368,11 @@ dependencies = [ [[package]] name = "pin-project" -version = "1.0.6" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc174859768806e91ae575187ada95c91a29e96a98dc5d2cd9a1fed039501ba6" +checksum = "c7509cc106041c40a4518d2af7a61530e1eed0e6285296a3d8c5472806ccc4a4" dependencies = [ - "pin-project-internal 1.0.6", + "pin-project-internal 1.0.7", ] [[package]] @@ -2377,9 +2388,9 @@ dependencies = [ [[package]] name = "pin-project-internal" -version = "1.0.6" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a490329918e856ed1b083f244e3bfe2d8c4f336407e4ea9e1a9f479ff09049e5" +checksum = "48c950132583b500556b1efd71d45b319029f2b71518d979fcc208e16b42426f" dependencies = [ "proc-macro2", "quote", @@ -2477,16 +2488,16 @@ dependencies = [ [[package]] name = "postgres-protocol" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70e34ad3dc5c56d036b9418185ee97e14b6766d55c8ccf9dc18302ad4e6371d9" +checksum = "ff3e0f70d32e20923cabf2df02913be7c1842d4c772db8065c00fcfdd1d1bff3" dependencies = [ "base64 0.13.0", "byteorder", "bytes 1.0.1", "fallible-iterator", "hmac 0.10.1", - "md5", + "md-5", "memchr", "rand 0.8.3", "sha2", @@ -2509,13 +2520,13 @@ dependencies = [ [[package]] name = "postgres-types" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5493d9d4613b88b12433aa12890e74e74cd93fdc1e08b7c2aed4768aaae8414c" +checksum = "430f4131e1b7657b0cd9a2b0c3408d77c9a43a042d300b8c77f981dffcc43a2f" dependencies = [ "bytes 1.0.1", "fallible-iterator", - "postgres-protocol 0.6.0", + "postgres-protocol 0.6.1", ] [[package]] @@ -2538,9 +2549,9 @@ checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086" [[package]] name = "proc-macro2" -version = "1.0.24" +version = "1.0.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71" +checksum = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec" dependencies = [ "unicode-xid", ] @@ -2768,7 +2779,7 @@ version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a" dependencies = [ - "crossbeam-channel 0.5.0", + "crossbeam-channel 0.5.1", "crossbeam-deque 0.8.0", "crossbeam-utils 0.8.3", "lazy_static", @@ -2792,9 +2803,9 @@ checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" [[package]] name = "redox_syscall" -version = "0.2.5" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9" +checksum = "8270314b5ccceb518e7e578952f0b72b88222d02e8f77f5ecf7abbb673539041" dependencies = [ "bitflags", ] @@ -2806,7 +2817,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64" dependencies = [ "getrandom 0.2.2", - "redox_syscall 0.2.5", + "redox_syscall 0.2.6", ] [[package]] @@ -2999,7 +3010,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a3a4e0ea8a88553209f6cc6cfe8724ecad22e1acf372793c27d995290fe74f8" dependencies = [ "lazy_static", - "linked-hash-map 0.3.0", "num-traits 0.1.43", "regex", "serde 0.8.23", @@ -3058,15 +3068,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "serde_test" -version = "0.8.23" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "110b3dbdf8607ec493c22d5d947753282f3bae73c0f56d322af1e8c78e4c23d5" -dependencies = [ - "serde 0.8.23", -] - [[package]] name = "serde_urlencoded" version = "0.7.0" @@ -3086,7 +3087,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "15654ed4ab61726bf918a39cb8d98a2e2995b002387807fa6ba58fdf7f59bb23" dependencies = [ "dtoa", - "linked-hash-map 0.5.4", + "linked-hash-map", "serde 1.0.125", "yaml-rust", ] @@ -3135,9 +3136,9 @@ dependencies = [ [[package]] name = "signal-hook" -version = "0.3.7" +version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6aa894ef3fade0ee7243422f4fbbd6c2b48e6de767e621d37ef65f2310f53cea" +checksum = "ef33d6d0cd06e0840fba9985aab098c147e67e05cee14d412d3345ed14ff30ac" dependencies = [ "libc", "signal-hook-registry", @@ -3179,7 +3180,7 @@ version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c60813879f820c85dbc4eabf3269befe374591289019775898d56a81a804fbdc" dependencies = [ - "crossbeam-channel 0.5.0", + "crossbeam-channel 0.5.1", "slog", "take_mut", "thread_local", @@ -3272,6 +3273,16 @@ dependencies = [ "winapi 0.3.9", ] +[[package]] +name = "socket2" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2" +dependencies = [ + "libc", + "winapi 0.3.9", +] + [[package]] name = "stable_deref_trait" version = "1.2.0" @@ -3384,9 +3395,9 @@ checksum = "1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2" [[package]] name = "syn" -version = "1.0.67" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6498a9efc342871f91cc2d0d694c674368b4ceb40f62b65a7a08c3792935e702" +checksum = "48fe99c6bd8b1cc636890bcc071842de909d902c81ac7dab53ba33c421ab8ffb" dependencies = [ "proc-macro2", "quote", @@ -3452,7 +3463,7 @@ dependencies = [ "cfg-if 1.0.0", "libc", "rand 0.8.3", - "redox_syscall 0.2.5", + "redox_syscall 0.2.6", "remove_dir_all", "winapi 0.3.9", ] @@ -3605,9 +3616,9 @@ dependencies = [ [[package]] name = "tinyvec" -version = "1.1.1" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023" +checksum = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342" dependencies = [ "tinyvec_macros", ] @@ -3665,9 +3676,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "134af885d758d645f0f0505c9a8b3f9bf8a348fd822e112ab5248138348f1722" +checksum = "83f0c8e7c0addab50b663055baf787d0af7f413a46e6e7fb9559a4e4db7137a5" dependencies = [ "autocfg", "bytes 1.0.1", @@ -3694,7 +3705,7 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93f2b78f3566383ffabc553c72bbb2f129962a54886c5c4d8e8c706f84eceab8" dependencies = [ - "tokio-postgres 0.7.0", + "tokio-postgres 0.7.1", ] [[package]] @@ -3705,7 +3716,7 @@ checksum = "8548f756cd6eb4069c5af0fb0cec57001fb42bd1fb7330d8f24067ee3fa62608" dependencies = [ "quote", "syn", - "tokio-postgres 0.7.0", + "tokio-postgres 0.7.1", ] [[package]] @@ -3732,9 +3743,9 @@ dependencies = [ [[package]] name = "tokio-postgres" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cc9f82c2bfb06a33dd0dfb44b07ca98fe72df19e681d80c78d05a1bac2138e2" +checksum = "98779a950cb6ef76f8ad71c411176115c5c1200a83eeeca4dd9f61e3fc4836c8" dependencies = [ "async-trait", "byteorder", @@ -3746,11 +3757,11 @@ dependencies = [ "percent-encoding", "phf", "pin-project-lite 0.2.6", - "postgres-protocol 0.6.0", - "postgres-types 0.2.0", - "socket2", - "tokio 1.4.0", - "tokio-util 0.6.5", + "postgres-protocol 0.6.1", + "postgres-types 0.2.1", + "socket2 0.4.0", + "tokio 1.5.0", + "tokio-util 0.6.6", ] [[package]] @@ -3784,16 +3795,16 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.6.5" +version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5143d049e85af7fbc36f5454d990e62c2df705b3589f123b71f441b6b59f443f" +checksum = "940a12c99365c31ea8dd9ba04ec1be183ffe4920102bb7122c2f515437601e8e" dependencies = [ "bytes 1.0.1", "futures-core", "futures-sink", "log", "pin-project-lite 0.2.6", - "tokio 1.4.0", + "tokio 1.5.0", ] [[package]] @@ -3832,7 +3843,7 @@ version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" dependencies = [ - "pin-project 1.0.6", + "pin-project 1.0.7", "tracing", ] @@ -3898,9 +3909,9 @@ checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06" [[package]] name = "unicode-bidi" -version = "0.3.4" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" +checksum = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0" dependencies = [ "matches", ] @@ -4037,9 +4048,9 @@ checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" [[package]] name = "wasm-bindgen" -version = "0.2.72" +version = "0.2.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fe8f61dba8e5d645a4d8132dc7a0a66861ed5e1045d2c0ed940fab33bac0fbe" +checksum = "83240549659d187488f91f33c0f8547cbfef0b2088bc470c116d1d260ef623d9" dependencies = [ "cfg-if 1.0.0", "wasm-bindgen-macro", @@ -4047,9 +4058,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.72" +version = "0.2.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "046ceba58ff062da072c7cb4ba5b22a37f00a302483f7e2a6cdc18fedbdc1fd3" +checksum = "ae70622411ca953215ca6d06d3ebeb1e915f0f6613e3b495122878d7ebec7dae" dependencies = [ "bumpalo", "lazy_static", @@ -4062,9 +4073,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.72" +version = "0.2.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ef9aa01d36cda046f797c57959ff5f3c615c9cc63997a8d545831ec7976819b" +checksum = "3e734d91443f177bfdb41969de821e15c516931c3c3db3d318fa1b68975d0f6f" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -4072,9 +4083,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.72" +version = "0.2.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96eb45c1b2ee33545a813a92dbb53856418bf7eb54ab34f7f7ff1448a5b3735d" +checksum = "d53739ff08c8a68b0fdbcd54c372b8ab800b1449ab3c9d706503bc7dd1621b2c" dependencies = [ "proc-macro2", "quote", @@ -4085,15 +4096,15 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.72" +version = "0.2.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7148f4696fb4960a346eaa60bbfb42a1ac4ebba21f750f75fc1375b098d5ffa" +checksum = "d9a543ae66aa233d14bb765ed9af4a33e81b8b58d1584cf1b47ff8cd0b9e4489" [[package]] name = "web-sys" -version = "0.3.49" +version = "0.3.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59fe19d70f5dacc03f6e46777213facae5ac3801575d56ca6cbd4c93dcd12310" +checksum = "a905d57e488fec8861446d3393670fb50d27a262344013181c2cdf9fff5481be" dependencies = [ "js-sys", "wasm-bindgen", @@ -4182,5 +4193,5 @@ version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" dependencies = [ - "linked-hash-map 0.5.4", + "linked-hash-map", ] diff --git a/rules/rust/Cargo.toml b/rules/rust/Cargo.toml index 0e97233..593b53e 100644 --- a/rules/rust/Cargo.toml +++ b/rules/rust/Cargo.toml @@ -33,7 +33,7 @@ chrono = { version = "0.4.13", features = ["serde"] } clap = "2.33.3" colored = "2" combine = { version = "4", default-features = false, features = [] } -config = "0.10.1" +config = "0.11.0" crc32fast = "1.2.0" criterion = "0.3.3" crossbeam = "0.7.3" @@ -60,7 +60,7 @@ integer-encoding = "2.0.0" itertools = "0.9.0" lazy_static = "1.4.0" levenshtein_automata = { version="0.1", features = ["fst_automaton"] } -lexical-core = "0.7.4" +lexical-core = "0.7.5" libc = "0.2.74" log = { version = "0.4.11", features = ["std"] } log4rs = { version = "0.10.0", features = ["file", "json_encoder"] } @@ -162,12 +162,6 @@ additional_flags = [ "--cfg=libc_packedN", ] -[package.metadata.raze.crates.lexical-core.'*'] -additional_flags = [ - "--cfg=limb_width_32", - "--cfg=has_i128", -] - [package.metadata.raze.crates.log.'*'] additional_flags = [ "--cfg=atomic_cas" diff --git a/rules/rust/cargo/BUILD.bazel b/rules/rust/cargo/BUILD.bazel index a41e16b..f502a75 100644 --- a/rules/rust/cargo/BUILD.bazel +++ b/rules/rust/cargo/BUILD.bazel @@ -86,7 +86,7 @@ alias( alias( name = "async_trait", - actual = "@raze__async_trait__0_1_48//:async_trait", + actual = "@raze__async_trait__0_1_50//:async_trait", tags = [ "cargo-raze", "manual", @@ -149,7 +149,7 @@ alias( alias( name = "bincode", - actual = "@raze__bincode__1_3_2//:bincode", + actual = "@raze__bincode__1_3_3//:bincode", tags = [ "cargo-raze", "manual", @@ -176,7 +176,7 @@ alias( alias( name = "byteorder", - actual = "@raze__byteorder__1_3_4//:byteorder", + actual = "@raze__byteorder__1_4_3//:byteorder", tags = [ "cargo-raze", "manual", @@ -239,7 +239,7 @@ alias( alias( name = "config", - actual = "@raze__config__0_10_1//:config", + actual = "@raze__config__0_11_0//:config", tags = [ "cargo-raze", "manual", @@ -275,7 +275,7 @@ alias( alias( name = "crossbeam_channel", - actual = "@raze__crossbeam_channel__0_5_0//:crossbeam_channel", + actual = "@raze__crossbeam_channel__0_5_1//:crossbeam_channel", tags = [ "cargo-raze", "manual", @@ -410,7 +410,7 @@ alias( alias( name = "futures", - actual = "@raze__futures__0_3_13//:futures", + actual = "@raze__futures__0_3_14//:futures", tags = [ "cargo-raze", "manual", @@ -502,7 +502,7 @@ alias( alias( name = "libc", - actual = "@raze__libc__0_2_91//:libc", + actual = "@raze__libc__0_2_93//:libc", tags = [ "cargo-raze", "manual", @@ -828,7 +828,7 @@ alias( alias( name = "signal_hook", - actual = "@raze__signal_hook__0_3_7//:signal_hook", + actual = "@raze__signal_hook__0_3_8//:signal_hook", tags = [ "cargo-raze", "manual", diff --git a/rules/rust/crates.bzl b/rules/rust/crates.bzl index 2448884..8461901 100644 --- a/rules/rust/crates.bzl +++ b/rules/rust/crates.bzl @@ -313,12 +313,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__async_trait__0_1_48", - url = "https://crates.io/api/v1/crates/async-trait/0.1.48/download", + name = "raze__async_trait__0_1_50", + url = "https://crates.io/api/v1/crates/async-trait/0.1.50/download", type = "tar.gz", - sha256 = "36ea56748e10732c49404c153638a15ec3d6211ec5ff35d9bb20e13b93576adf", - strip_prefix = "async-trait-0.1.48", - build_file = Label("//rules/rust/remote:BUILD.async-trait-0.1.48.bazel"), + sha256 = "0b98e84bbb4cbcdd97da190ba0c58a1bb0de2c1fdf67d159e192ed766aeca722", + strip_prefix = "async-trait-0.1.50", + build_file = Label("//rules/rust/remote:BUILD.async-trait-0.1.50.bazel"), ) maybe( @@ -433,12 +433,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__bincode__1_3_2", - url = "https://crates.io/api/v1/crates/bincode/1.3.2/download", + name = "raze__bincode__1_3_3", + url = "https://crates.io/api/v1/crates/bincode/1.3.3/download", type = "tar.gz", - sha256 = "d175dfa69e619905c4c3cdb7c3c203fa3bdd5d51184e3afdb2742c0280493772", - strip_prefix = "bincode-1.3.2", - build_file = Label("//rules/rust/remote:BUILD.bincode-1.3.2.bazel"), + sha256 = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad", + strip_prefix = "bincode-1.3.3", + build_file = Label("//rules/rust/remote:BUILD.bincode-1.3.3.bazel"), ) maybe( @@ -533,12 +533,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__byteorder__1_3_4", - url = "https://crates.io/api/v1/crates/byteorder/1.3.4/download", + name = "raze__byteorder__1_4_3", + url = "https://crates.io/api/v1/crates/byteorder/1.4.3/download", type = "tar.gz", - sha256 = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de", - strip_prefix = "byteorder-1.3.4", - build_file = Label("//rules/rust/remote:BUILD.byteorder-1.3.4.bazel"), + sha256 = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610", + strip_prefix = "byteorder-1.4.3", + build_file = Label("//rules/rust/remote:BUILD.byteorder-1.4.3.bazel"), ) maybe( @@ -573,12 +573,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__cast__0_2_3", - url = "https://crates.io/api/v1/crates/cast/0.2.3/download", + name = "raze__cast__0_2_5", + url = "https://crates.io/api/v1/crates/cast/0.2.5/download", type = "tar.gz", - sha256 = "4b9434b9a5aa1450faa3f9cb14ea0e8c53bb5d2b3c1bfd1ab4fc03e9f33fbfb0", - strip_prefix = "cast-0.2.3", - build_file = Label("//rules/rust/remote:BUILD.cast-0.2.3.bazel"), + sha256 = "cc38c385bfd7e444464011bb24820f40dd1c76bcdfa1b78611cb7c2e5cafab75", + strip_prefix = "cast-0.2.5", + build_file = Label("//rules/rust/remote:BUILD.cast-0.2.5.bazel"), ) maybe( @@ -683,12 +683,22 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__const_fn__0_4_6", - url = "https://crates.io/api/v1/crates/const_fn/0.4.6/download", + name = "raze__config__0_11_0", + url = "https://crates.io/api/v1/crates/config/0.11.0/download", type = "tar.gz", - sha256 = "076a6803b0dacd6a88cfe64deba628b01533ff5ef265687e6938280c1afd0a28", - strip_prefix = "const_fn-0.4.6", - build_file = Label("//rules/rust/remote:BUILD.const_fn-0.4.6.bazel"), + sha256 = "1b1b9d958c2b1368a663f05538fc1b5975adce1e19f435acceae987aceeeb369", + strip_prefix = "config-0.11.0", + build_file = Label("//rules/rust/remote:BUILD.config-0.11.0.bazel"), + ) + + maybe( + http_archive, + name = "raze__const_fn__0_4_7", + url = "https://crates.io/api/v1/crates/const_fn/0.4.7/download", + type = "tar.gz", + sha256 = "402da840495de3f976eaefc3485b7f5eb5b0bf9761f9a47be27fe975b3b8c2ec", + strip_prefix = "const_fn-0.4.7", + build_file = Label("//rules/rust/remote:BUILD.const_fn-0.4.7.bazel"), ) maybe( @@ -783,12 +793,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__crossbeam_channel__0_5_0", - url = "https://crates.io/api/v1/crates/crossbeam-channel/0.5.0/download", + name = "raze__crossbeam_channel__0_5_1", + url = "https://crates.io/api/v1/crates/crossbeam-channel/0.5.1/download", type = "tar.gz", - sha256 = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775", - strip_prefix = "crossbeam-channel-0.5.0", - build_file = Label("//rules/rust/remote:BUILD.crossbeam-channel-0.5.0.bazel"), + sha256 = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4", + strip_prefix = "crossbeam-channel-0.5.1", + build_file = Label("//rules/rust/remote:BUILD.crossbeam-channel-0.5.1.bazel"), ) maybe( @@ -1223,92 +1233,92 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__futures__0_3_13", - url = "https://crates.io/api/v1/crates/futures/0.3.13/download", + name = "raze__futures__0_3_14", + url = "https://crates.io/api/v1/crates/futures/0.3.14/download", type = "tar.gz", - sha256 = "7f55667319111d593ba876406af7c409c0ebb44dc4be6132a783ccf163ea14c1", - strip_prefix = "futures-0.3.13", - build_file = Label("//rules/rust/remote:BUILD.futures-0.3.13.bazel"), + sha256 = "a9d5813545e459ad3ca1bff9915e9ad7f1a47dc6a91b627ce321d5863b7dd253", + strip_prefix = "futures-0.3.14", + build_file = Label("//rules/rust/remote:BUILD.futures-0.3.14.bazel"), ) maybe( http_archive, - name = "raze__futures_channel__0_3_13", - url = "https://crates.io/api/v1/crates/futures-channel/0.3.13/download", + name = "raze__futures_channel__0_3_14", + url = "https://crates.io/api/v1/crates/futures-channel/0.3.14/download", type = "tar.gz", - sha256 = "8c2dd2df839b57db9ab69c2c9d8f3e8c81984781937fe2807dc6dcf3b2ad2939", - strip_prefix = "futures-channel-0.3.13", - build_file = Label("//rules/rust/remote:BUILD.futures-channel-0.3.13.bazel"), + sha256 = "ce79c6a52a299137a6013061e0cf0e688fce5d7f1bc60125f520912fdb29ec25", + strip_prefix = "futures-channel-0.3.14", + build_file = Label("//rules/rust/remote:BUILD.futures-channel-0.3.14.bazel"), ) maybe( http_archive, - name = "raze__futures_core__0_3_13", - url = "https://crates.io/api/v1/crates/futures-core/0.3.13/download", + name = "raze__futures_core__0_3_14", + url = "https://crates.io/api/v1/crates/futures-core/0.3.14/download", type = "tar.gz", - sha256 = "15496a72fabf0e62bdc3df11a59a3787429221dd0710ba8ef163d6f7a9112c94", - strip_prefix = "futures-core-0.3.13", - build_file = Label("//rules/rust/remote:BUILD.futures-core-0.3.13.bazel"), + sha256 = "098cd1c6dda6ca01650f1a37a794245eb73181d0d4d4e955e2f3c37db7af1815", + strip_prefix = "futures-core-0.3.14", + build_file = Label("//rules/rust/remote:BUILD.futures-core-0.3.14.bazel"), ) maybe( http_archive, - name = "raze__futures_executor__0_3_13", - url = "https://crates.io/api/v1/crates/futures-executor/0.3.13/download", + name = "raze__futures_executor__0_3_14", + url = "https://crates.io/api/v1/crates/futures-executor/0.3.14/download", type = "tar.gz", - sha256 = "891a4b7b96d84d5940084b2a37632dd65deeae662c114ceaa2c879629c9c0ad1", - strip_prefix = "futures-executor-0.3.13", - build_file = Label("//rules/rust/remote:BUILD.futures-executor-0.3.13.bazel"), + sha256 = "10f6cb7042eda00f0049b1d2080aa4b93442997ee507eb3828e8bd7577f94c9d", + strip_prefix = "futures-executor-0.3.14", + build_file = Label("//rules/rust/remote:BUILD.futures-executor-0.3.14.bazel"), ) maybe( http_archive, - name = "raze__futures_io__0_3_13", - url = "https://crates.io/api/v1/crates/futures-io/0.3.13/download", + name = "raze__futures_io__0_3_14", + url = "https://crates.io/api/v1/crates/futures-io/0.3.14/download", type = "tar.gz", - sha256 = "d71c2c65c57704c32f5241c1223167c2c3294fd34ac020c807ddbe6db287ba59", - strip_prefix = "futures-io-0.3.13", - build_file = Label("//rules/rust/remote:BUILD.futures-io-0.3.13.bazel"), + sha256 = "365a1a1fb30ea1c03a830fdb2158f5236833ac81fa0ad12fe35b29cddc35cb04", + strip_prefix = "futures-io-0.3.14", + build_file = Label("//rules/rust/remote:BUILD.futures-io-0.3.14.bazel"), ) maybe( http_archive, - name = "raze__futures_macro__0_3_13", - url = "https://crates.io/api/v1/crates/futures-macro/0.3.13/download", + name = "raze__futures_macro__0_3_14", + url = "https://crates.io/api/v1/crates/futures-macro/0.3.14/download", type = "tar.gz", - sha256 = "ea405816a5139fb39af82c2beb921d52143f556038378d6db21183a5c37fbfb7", - strip_prefix = "futures-macro-0.3.13", - build_file = Label("//rules/rust/remote:BUILD.futures-macro-0.3.13.bazel"), + sha256 = "668c6733a182cd7deb4f1de7ba3bf2120823835b3bcfbeacf7d2c4a773c1bb8b", + strip_prefix = "futures-macro-0.3.14", + build_file = Label("//rules/rust/remote:BUILD.futures-macro-0.3.14.bazel"), ) maybe( http_archive, - name = "raze__futures_sink__0_3_13", - url = "https://crates.io/api/v1/crates/futures-sink/0.3.13/download", + name = "raze__futures_sink__0_3_14", + url = "https://crates.io/api/v1/crates/futures-sink/0.3.14/download", type = "tar.gz", - sha256 = "85754d98985841b7d4f5e8e6fbfa4a4ac847916893ec511a2917ccd8525b8bb3", - strip_prefix = "futures-sink-0.3.13", - build_file = Label("//rules/rust/remote:BUILD.futures-sink-0.3.13.bazel"), + sha256 = "5c5629433c555de3d82861a7a4e3794a4c40040390907cfbfd7143a92a426c23", + strip_prefix = "futures-sink-0.3.14", + build_file = Label("//rules/rust/remote:BUILD.futures-sink-0.3.14.bazel"), ) maybe( http_archive, - name = "raze__futures_task__0_3_13", - url = "https://crates.io/api/v1/crates/futures-task/0.3.13/download", + name = "raze__futures_task__0_3_14", + url = "https://crates.io/api/v1/crates/futures-task/0.3.14/download", type = "tar.gz", - sha256 = "fa189ef211c15ee602667a6fcfe1c1fd9e07d42250d2156382820fba33c9df80", - strip_prefix = "futures-task-0.3.13", - build_file = Label("//rules/rust/remote:BUILD.futures-task-0.3.13.bazel"), + sha256 = "ba7aa51095076f3ba6d9a1f702f74bd05ec65f555d70d2033d55ba8d69f581bc", + strip_prefix = "futures-task-0.3.14", + build_file = Label("//rules/rust/remote:BUILD.futures-task-0.3.14.bazel"), ) maybe( http_archive, - name = "raze__futures_util__0_3_13", - url = "https://crates.io/api/v1/crates/futures-util/0.3.13/download", + name = "raze__futures_util__0_3_14", + url = "https://crates.io/api/v1/crates/futures-util/0.3.14/download", type = "tar.gz", - sha256 = "1812c7ab8aedf8d6f2701a43e1243acdbcc2b36ab26e2ad421eb99ac963d96d1", - strip_prefix = "futures-util-0.3.13", - build_file = Label("//rules/rust/remote:BUILD.futures-util-0.3.13.bazel"), + sha256 = "3c144ad54d60f23927f0a6b6d816e4271278b64f005ad65e4e35291d2de9c025", + strip_prefix = "futures-util-0.3.14", + build_file = Label("//rules/rust/remote:BUILD.futures-util-0.3.14.bazel"), ) maybe( @@ -1473,22 +1483,22 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__http__0_2_3", - url = "https://crates.io/api/v1/crates/http/0.2.3/download", + name = "raze__http__0_2_4", + url = "https://crates.io/api/v1/crates/http/0.2.4/download", type = "tar.gz", - sha256 = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747", - strip_prefix = "http-0.2.3", - build_file = Label("//rules/rust/remote:BUILD.http-0.2.3.bazel"), + sha256 = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11", + strip_prefix = "http-0.2.4", + build_file = Label("//rules/rust/remote:BUILD.http-0.2.4.bazel"), ) maybe( http_archive, - name = "raze__httparse__1_3_5", - url = "https://crates.io/api/v1/crates/httparse/1.3.5/download", + name = "raze__httparse__1_4_0", + url = "https://crates.io/api/v1/crates/httparse/1.4.0/download", type = "tar.gz", - sha256 = "615caabe2c3160b313d52ccc905335f4ed5f10881dd63dc5699d47e90be85691", - strip_prefix = "httparse-1.3.5", - build_file = Label("//rules/rust/remote:BUILD.httparse-1.3.5.bazel"), + sha256 = "4a1ce40d6fc9764887c2fdc7305c3dcc429ba11ff981c1509416afd5697e4437", + strip_prefix = "httparse-1.4.0", + build_file = Label("//rules/rust/remote:BUILD.httparse-1.4.0.bazel"), ) maybe( @@ -1523,12 +1533,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__idna__0_2_2", - url = "https://crates.io/api/v1/crates/idna/0.2.2/download", + name = "raze__idna__0_2_3", + url = "https://crates.io/api/v1/crates/idna/0.2.3/download", type = "tar.gz", - sha256 = "89829a5d69c23d348314a7ac337fe39173b61149a9864deabd260983aed48c21", - strip_prefix = "idna-0.2.2", - build_file = Label("//rules/rust/remote:BUILD.idna-0.2.2.bazel"), + sha256 = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8", + strip_prefix = "idna-0.2.3", + build_file = Label("//rules/rust/remote:BUILD.idna-0.2.3.bazel"), ) maybe( @@ -1613,12 +1623,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__js_sys__0_3_49", - url = "https://crates.io/api/v1/crates/js-sys/0.3.49/download", + name = "raze__js_sys__0_3_50", + url = "https://crates.io/api/v1/crates/js-sys/0.3.50/download", type = "tar.gz", - sha256 = "dc15e39392125075f60c95ba416f5381ff6c3a948ff02ab12464715adf56c821", - strip_prefix = "js-sys-0.3.49", - build_file = Label("//rules/rust/remote:BUILD.js-sys-0.3.49.bazel"), + sha256 = "2d99f9e3e84b8f67f846ef5b4cbbc3b1c29f6c759fcbce6f01aa0e73d932a24c", + strip_prefix = "js-sys-0.3.50", + build_file = Label("//rules/rust/remote:BUILD.js-sys-0.3.50.bazel"), ) maybe( @@ -1673,22 +1683,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__libc__0_2_91", - url = "https://crates.io/api/v1/crates/libc/0.2.91/download", + name = "raze__libc__0_2_93", + url = "https://crates.io/api/v1/crates/libc/0.2.93/download", type = "tar.gz", - sha256 = "8916b1f6ca17130ec6568feccee27c156ad12037880833a3b842a823236502e7", - strip_prefix = "libc-0.2.91", - build_file = Label("//rules/rust/remote:BUILD.libc-0.2.91.bazel"), - ) - - maybe( - http_archive, - name = "raze__linked_hash_map__0_3_0", - url = "https://crates.io/api/v1/crates/linked-hash-map/0.3.0/download", - type = "tar.gz", - sha256 = "6d262045c5b87c0861b3f004610afd0e2c851e2908d08b6c870cbb9d5f494ecd", - strip_prefix = "linked-hash-map-0.3.0", - build_file = Label("//rules/rust/remote:BUILD.linked-hash-map-0.3.0.bazel"), + sha256 = "9385f66bf6105b241aa65a61cb923ef20efc665cb9f9bb50ac2f0c4b7f378d41", + strip_prefix = "libc-0.2.93", + build_file = Label("//rules/rust/remote:BUILD.libc-0.2.93.bazel"), ) maybe( @@ -1703,12 +1703,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__lock_api__0_4_2", - url = "https://crates.io/api/v1/crates/lock_api/0.4.2/download", + name = "raze__lock_api__0_4_3", + url = "https://crates.io/api/v1/crates/lock_api/0.4.3/download", type = "tar.gz", - sha256 = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312", - strip_prefix = "lock_api-0.4.2", - build_file = Label("//rules/rust/remote:BUILD.lock_api-0.4.2.bazel"), + sha256 = "5a3c91c24eae6777794bb1997ad98bbb87daf92890acab859f7eaa4320333176", + strip_prefix = "lock_api-0.4.3", + build_file = Label("//rules/rust/remote:BUILD.lock_api-0.4.3.bazel"), ) maybe( @@ -1831,6 +1831,16 @@ def raze_fetch_remote_crates(): build_file = Label("//rules/rust/remote:BUILD.maybe-uninit-2.0.0.bazel"), ) + maybe( + http_archive, + name = "raze__md_5__0_9_1", + url = "https://crates.io/api/v1/crates/md-5/0.9.1/download", + type = "tar.gz", + sha256 = "7b5a279bb9607f9f53c22d496eade00d138d1bdcccd07d74650387cf94942a15", + strip_prefix = "md-5-0.9.1", + build_file = Label("//rules/rust/remote:BUILD.md-5-0.9.1.bazel"), + ) + maybe( http_archive, name = "raze__md5__0_7_0", @@ -2193,12 +2203,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__pin_project__1_0_6", - url = "https://crates.io/api/v1/crates/pin-project/1.0.6/download", + name = "raze__pin_project__1_0_7", + url = "https://crates.io/api/v1/crates/pin-project/1.0.7/download", type = "tar.gz", - sha256 = "bc174859768806e91ae575187ada95c91a29e96a98dc5d2cd9a1fed039501ba6", - strip_prefix = "pin-project-1.0.6", - build_file = Label("//rules/rust/remote:BUILD.pin-project-1.0.6.bazel"), + sha256 = "c7509cc106041c40a4518d2af7a61530e1eed0e6285296a3d8c5472806ccc4a4", + strip_prefix = "pin-project-1.0.7", + build_file = Label("//rules/rust/remote:BUILD.pin-project-1.0.7.bazel"), ) maybe( @@ -2213,12 +2223,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__pin_project_internal__1_0_6", - url = "https://crates.io/api/v1/crates/pin-project-internal/1.0.6/download", + name = "raze__pin_project_internal__1_0_7", + url = "https://crates.io/api/v1/crates/pin-project-internal/1.0.7/download", type = "tar.gz", - sha256 = "a490329918e856ed1b083f244e3bfe2d8c4f336407e4ea9e1a9f479ff09049e5", - strip_prefix = "pin-project-internal-1.0.6", - build_file = Label("//rules/rust/remote:BUILD.pin-project-internal-1.0.6.bazel"), + sha256 = "48c950132583b500556b1efd71d45b319029f2b71518d979fcc208e16b42426f", + strip_prefix = "pin-project-internal-1.0.7", + build_file = Label("//rules/rust/remote:BUILD.pin-project-internal-1.0.7.bazel"), ) maybe( @@ -2313,12 +2323,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__postgres_protocol__0_6_0", - url = "https://crates.io/api/v1/crates/postgres-protocol/0.6.0/download", + name = "raze__postgres_protocol__0_6_1", + url = "https://crates.io/api/v1/crates/postgres-protocol/0.6.1/download", type = "tar.gz", - sha256 = "70e34ad3dc5c56d036b9418185ee97e14b6766d55c8ccf9dc18302ad4e6371d9", - strip_prefix = "postgres-protocol-0.6.0", - build_file = Label("//rules/rust/remote:BUILD.postgres-protocol-0.6.0.bazel"), + sha256 = "ff3e0f70d32e20923cabf2df02913be7c1842d4c772db8065c00fcfdd1d1bff3", + strip_prefix = "postgres-protocol-0.6.1", + build_file = Label("//rules/rust/remote:BUILD.postgres-protocol-0.6.1.bazel"), ) maybe( @@ -2333,12 +2343,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__postgres_types__0_2_0", - url = "https://crates.io/api/v1/crates/postgres-types/0.2.0/download", + name = "raze__postgres_types__0_2_1", + url = "https://crates.io/api/v1/crates/postgres-types/0.2.1/download", type = "tar.gz", - sha256 = "5493d9d4613b88b12433aa12890e74e74cd93fdc1e08b7c2aed4768aaae8414c", - strip_prefix = "postgres-types-0.2.0", - build_file = Label("//rules/rust/remote:BUILD.postgres-types-0.2.0.bazel"), + sha256 = "430f4131e1b7657b0cd9a2b0c3408d77c9a43a042d300b8c77f981dffcc43a2f", + strip_prefix = "postgres-types-0.2.1", + build_file = Label("//rules/rust/remote:BUILD.postgres-types-0.2.1.bazel"), ) maybe( @@ -2373,12 +2383,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__proc_macro2__1_0_24", - url = "https://crates.io/api/v1/crates/proc-macro2/1.0.24/download", + name = "raze__proc_macro2__1_0_26", + url = "https://crates.io/api/v1/crates/proc-macro2/1.0.26/download", type = "tar.gz", - sha256 = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71", - strip_prefix = "proc-macro2-1.0.24", - build_file = Label("//rules/rust/remote:BUILD.proc-macro2-1.0.24.bazel"), + sha256 = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec", + strip_prefix = "proc-macro2-1.0.26", + build_file = Label("//rules/rust/remote:BUILD.proc-macro2-1.0.26.bazel"), ) maybe( @@ -2623,12 +2633,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__redox_syscall__0_2_5", - url = "https://crates.io/api/v1/crates/redox_syscall/0.2.5/download", + name = "raze__redox_syscall__0_2_6", + url = "https://crates.io/api/v1/crates/redox_syscall/0.2.6/download", type = "tar.gz", - sha256 = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9", - strip_prefix = "redox_syscall-0.2.5", - build_file = Label("//rules/rust/remote:BUILD.redox_syscall-0.2.5.bazel"), + sha256 = "8270314b5ccceb518e7e578952f0b72b88222d02e8f77f5ecf7abbb673539041", + strip_prefix = "redox_syscall-0.2.6", + build_file = Label("//rules/rust/remote:BUILD.redox_syscall-0.2.6.bazel"), ) maybe( @@ -2931,16 +2941,6 @@ def raze_fetch_remote_crates(): build_file = Label("//rules/rust/remote:BUILD.serde_qs-0.8.3.bazel"), ) - maybe( - http_archive, - name = "raze__serde_test__0_8_23", - url = "https://crates.io/api/v1/crates/serde_test/0.8.23/download", - type = "tar.gz", - sha256 = "110b3dbdf8607ec493c22d5d947753282f3bae73c0f56d322af1e8c78e4c23d5", - strip_prefix = "serde_test-0.8.23", - build_file = Label("//rules/rust/remote:BUILD.serde_test-0.8.23.bazel"), - ) - maybe( http_archive, name = "raze__serde_urlencoded__0_7_0", @@ -3003,12 +3003,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__signal_hook__0_3_7", - url = "https://crates.io/api/v1/crates/signal-hook/0.3.7/download", + name = "raze__signal_hook__0_3_8", + url = "https://crates.io/api/v1/crates/signal-hook/0.3.8/download", type = "tar.gz", - sha256 = "6aa894ef3fade0ee7243422f4fbbd6c2b48e6de767e621d37ef65f2310f53cea", - strip_prefix = "signal-hook-0.3.7", - build_file = Label("//rules/rust/remote:BUILD.signal-hook-0.3.7.bazel"), + sha256 = "ef33d6d0cd06e0840fba9985aab098c147e67e05cee14d412d3345ed14ff30ac", + strip_prefix = "signal-hook-0.3.8", + build_file = Label("//rules/rust/remote:BUILD.signal-hook-0.3.8.bazel"), ) maybe( @@ -3151,6 +3151,16 @@ def raze_fetch_remote_crates(): build_file = Label("//rules/rust/remote:BUILD.socket2-0.3.19.bazel"), ) + maybe( + http_archive, + name = "raze__socket2__0_4_0", + url = "https://crates.io/api/v1/crates/socket2/0.4.0/download", + type = "tar.gz", + sha256 = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2", + strip_prefix = "socket2-0.4.0", + build_file = Label("//rules/rust/remote:BUILD.socket2-0.4.0.bazel"), + ) + maybe( http_archive, name = "raze__stable_deref_trait__1_2_0", @@ -3273,12 +3283,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__syn__1_0_67", - url = "https://crates.io/api/v1/crates/syn/1.0.67/download", + name = "raze__syn__1_0_69", + url = "https://crates.io/api/v1/crates/syn/1.0.69/download", type = "tar.gz", - sha256 = "6498a9efc342871f91cc2d0d694c674368b4ceb40f62b65a7a08c3792935e702", - strip_prefix = "syn-1.0.67", - build_file = Label("//rules/rust/remote:BUILD.syn-1.0.67.bazel"), + sha256 = "48fe99c6bd8b1cc636890bcc071842de909d902c81ac7dab53ba33c421ab8ffb", + strip_prefix = "syn-1.0.69", + build_file = Label("//rules/rust/remote:BUILD.syn-1.0.69.bazel"), ) maybe( @@ -3483,12 +3493,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__tinyvec__1_1_1", - url = "https://crates.io/api/v1/crates/tinyvec/1.1.1/download", + name = "raze__tinyvec__1_2_0", + url = "https://crates.io/api/v1/crates/tinyvec/1.2.0/download", type = "tar.gz", - sha256 = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023", - strip_prefix = "tinyvec-1.1.1", - build_file = Label("//rules/rust/remote:BUILD.tinyvec-1.1.1.bazel"), + sha256 = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342", + strip_prefix = "tinyvec-1.2.0", + build_file = Label("//rules/rust/remote:BUILD.tinyvec-1.2.0.bazel"), ) maybe( @@ -3533,12 +3543,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__tokio__1_4_0", - url = "https://crates.io/api/v1/crates/tokio/1.4.0/download", + name = "raze__tokio__1_5_0", + url = "https://crates.io/api/v1/crates/tokio/1.5.0/download", type = "tar.gz", - sha256 = "134af885d758d645f0f0505c9a8b3f9bf8a348fd822e112ab5248138348f1722", - strip_prefix = "tokio-1.4.0", - build_file = Label("//rules/rust/remote:BUILD.tokio-1.4.0.bazel"), + sha256 = "83f0c8e7c0addab50b663055baf787d0af7f413a46e6e7fb9559a4e4db7137a5", + strip_prefix = "tokio-1.5.0", + build_file = Label("//rules/rust/remote:BUILD.tokio-1.5.0.bazel"), ) maybe( @@ -3583,12 +3593,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__tokio_postgres__0_7_0", - url = "https://crates.io/api/v1/crates/tokio-postgres/0.7.0/download", + name = "raze__tokio_postgres__0_7_1", + url = "https://crates.io/api/v1/crates/tokio-postgres/0.7.1/download", type = "tar.gz", - sha256 = "1cc9f82c2bfb06a33dd0dfb44b07ca98fe72df19e681d80c78d05a1bac2138e2", - strip_prefix = "tokio-postgres-0.7.0", - build_file = Label("//rules/rust/remote:BUILD.tokio-postgres-0.7.0.bazel"), + sha256 = "98779a950cb6ef76f8ad71c411176115c5c1200a83eeeca4dd9f61e3fc4836c8", + strip_prefix = "tokio-postgres-0.7.1", + build_file = Label("//rules/rust/remote:BUILD.tokio-postgres-0.7.1.bazel"), ) maybe( @@ -3613,12 +3623,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__tokio_util__0_6_5", - url = "https://crates.io/api/v1/crates/tokio-util/0.6.5/download", + name = "raze__tokio_util__0_6_6", + url = "https://crates.io/api/v1/crates/tokio-util/0.6.6/download", type = "tar.gz", - sha256 = "5143d049e85af7fbc36f5454d990e62c2df705b3589f123b71f441b6b59f443f", - strip_prefix = "tokio-util-0.6.5", - build_file = Label("//rules/rust/remote:BUILD.tokio-util-0.6.5.bazel"), + sha256 = "940a12c99365c31ea8dd9ba04ec1be183ffe4920102bb7122c2f515437601e8e", + strip_prefix = "tokio-util-0.6.6", + build_file = Label("//rules/rust/remote:BUILD.tokio-util-0.6.6.bazel"), ) maybe( @@ -3713,12 +3723,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__unicode_bidi__0_3_4", - url = "https://crates.io/api/v1/crates/unicode-bidi/0.3.4/download", + name = "raze__unicode_bidi__0_3_5", + url = "https://crates.io/api/v1/crates/unicode-bidi/0.3.5/download", type = "tar.gz", - sha256 = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5", - strip_prefix = "unicode-bidi-0.3.4", - build_file = Label("//rules/rust/remote:BUILD.unicode-bidi-0.3.4.bazel"), + sha256 = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0", + strip_prefix = "unicode-bidi-0.3.5", + build_file = Label("//rules/rust/remote:BUILD.unicode-bidi-0.3.5.bazel"), ) maybe( @@ -3893,62 +3903,62 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__wasm_bindgen__0_2_72", - url = "https://crates.io/api/v1/crates/wasm-bindgen/0.2.72/download", + name = "raze__wasm_bindgen__0_2_73", + url = "https://crates.io/api/v1/crates/wasm-bindgen/0.2.73/download", type = "tar.gz", - sha256 = "8fe8f61dba8e5d645a4d8132dc7a0a66861ed5e1045d2c0ed940fab33bac0fbe", - strip_prefix = "wasm-bindgen-0.2.72", - build_file = Label("//rules/rust/remote:BUILD.wasm-bindgen-0.2.72.bazel"), + sha256 = "83240549659d187488f91f33c0f8547cbfef0b2088bc470c116d1d260ef623d9", + strip_prefix = "wasm-bindgen-0.2.73", + build_file = Label("//rules/rust/remote:BUILD.wasm-bindgen-0.2.73.bazel"), ) maybe( http_archive, - name = "raze__wasm_bindgen_backend__0_2_72", - url = "https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.72/download", + name = "raze__wasm_bindgen_backend__0_2_73", + url = "https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.73/download", type = "tar.gz", - sha256 = "046ceba58ff062da072c7cb4ba5b22a37f00a302483f7e2a6cdc18fedbdc1fd3", - strip_prefix = "wasm-bindgen-backend-0.2.72", - build_file = Label("//rules/rust/remote:BUILD.wasm-bindgen-backend-0.2.72.bazel"), + sha256 = "ae70622411ca953215ca6d06d3ebeb1e915f0f6613e3b495122878d7ebec7dae", + strip_prefix = "wasm-bindgen-backend-0.2.73", + build_file = Label("//rules/rust/remote:BUILD.wasm-bindgen-backend-0.2.73.bazel"), ) maybe( http_archive, - name = "raze__wasm_bindgen_macro__0_2_72", - url = "https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.72/download", + name = "raze__wasm_bindgen_macro__0_2_73", + url = "https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.73/download", type = "tar.gz", - sha256 = "0ef9aa01d36cda046f797c57959ff5f3c615c9cc63997a8d545831ec7976819b", - strip_prefix = "wasm-bindgen-macro-0.2.72", - build_file = Label("//rules/rust/remote:BUILD.wasm-bindgen-macro-0.2.72.bazel"), + sha256 = "3e734d91443f177bfdb41969de821e15c516931c3c3db3d318fa1b68975d0f6f", + strip_prefix = "wasm-bindgen-macro-0.2.73", + build_file = Label("//rules/rust/remote:BUILD.wasm-bindgen-macro-0.2.73.bazel"), ) maybe( http_archive, - name = "raze__wasm_bindgen_macro_support__0_2_72", - url = "https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.72/download", + name = "raze__wasm_bindgen_macro_support__0_2_73", + url = "https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.73/download", type = "tar.gz", - sha256 = "96eb45c1b2ee33545a813a92dbb53856418bf7eb54ab34f7f7ff1448a5b3735d", - strip_prefix = "wasm-bindgen-macro-support-0.2.72", - build_file = Label("//rules/rust/remote:BUILD.wasm-bindgen-macro-support-0.2.72.bazel"), + sha256 = "d53739ff08c8a68b0fdbcd54c372b8ab800b1449ab3c9d706503bc7dd1621b2c", + strip_prefix = "wasm-bindgen-macro-support-0.2.73", + build_file = Label("//rules/rust/remote:BUILD.wasm-bindgen-macro-support-0.2.73.bazel"), ) maybe( http_archive, - name = "raze__wasm_bindgen_shared__0_2_72", - url = "https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.72/download", + name = "raze__wasm_bindgen_shared__0_2_73", + url = "https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.73/download", type = "tar.gz", - sha256 = "b7148f4696fb4960a346eaa60bbfb42a1ac4ebba21f750f75fc1375b098d5ffa", - strip_prefix = "wasm-bindgen-shared-0.2.72", - build_file = Label("//rules/rust/remote:BUILD.wasm-bindgen-shared-0.2.72.bazel"), + sha256 = "d9a543ae66aa233d14bb765ed9af4a33e81b8b58d1584cf1b47ff8cd0b9e4489", + strip_prefix = "wasm-bindgen-shared-0.2.73", + build_file = Label("//rules/rust/remote:BUILD.wasm-bindgen-shared-0.2.73.bazel"), ) maybe( http_archive, - name = "raze__web_sys__0_3_49", - url = "https://crates.io/api/v1/crates/web-sys/0.3.49/download", + name = "raze__web_sys__0_3_50", + url = "https://crates.io/api/v1/crates/web-sys/0.3.50/download", type = "tar.gz", - sha256 = "59fe19d70f5dacc03f6e46777213facae5ac3801575d56ca6cbd4c93dcd12310", - strip_prefix = "web-sys-0.3.49", - build_file = Label("//rules/rust/remote:BUILD.web-sys-0.3.49.bazel"), + sha256 = "a905d57e488fec8861446d3393670fb50d27a262344013181c2cdf9fff5481be", + strip_prefix = "web-sys-0.3.50", + build_file = Label("//rules/rust/remote:BUILD.web-sys-0.3.50.bazel"), ) maybe( diff --git a/rules/rust/remote/BUILD.actix-0.10.0.bazel b/rules/rust/remote/BUILD.actix-0.10.0.bazel index db2bef7..c57f867 100644 --- a/rules/rust/remote/BUILD.actix-0.10.0.bazel +++ b/rules/rust/remote/BUILD.actix-0.10.0.bazel @@ -67,8 +67,8 @@ rust_library( "@raze__bitflags__1_2_1//:bitflags", "@raze__bytes__0_5_6//:bytes", "@raze__crossbeam_channel__0_4_4//:crossbeam_channel", - "@raze__futures_channel__0_3_13//:futures_channel", - "@raze__futures_util__0_3_13//:futures_util", + "@raze__futures_channel__0_3_14//:futures_channel", + "@raze__futures_util__0_3_14//:futures_util", "@raze__log__0_4_14//:log", "@raze__once_cell__1_7_2//:once_cell", "@raze__parking_lot__0_11_1//:parking_lot", diff --git a/rules/rust/remote/BUILD.actix-codec-0.2.0.bazel b/rules/rust/remote/BUILD.actix-codec-0.2.0.bazel index 3cb4ff2..ded7fd6 100644 --- a/rules/rust/remote/BUILD.actix-codec-0.2.0.bazel +++ b/rules/rust/remote/BUILD.actix-codec-0.2.0.bazel @@ -51,8 +51,8 @@ rust_library( deps = [ "@raze__bitflags__1_2_1//:bitflags", "@raze__bytes__0_5_6//:bytes", - "@raze__futures_core__0_3_13//:futures_core", - "@raze__futures_sink__0_3_13//:futures_sink", + "@raze__futures_core__0_3_14//:futures_core", + "@raze__futures_sink__0_3_14//:futures_sink", "@raze__log__0_4_14//:log", "@raze__tokio__0_2_25//:tokio", "@raze__tokio_util__0_2_0//:tokio_util", diff --git a/rules/rust/remote/BUILD.actix-codec-0.3.0.bazel b/rules/rust/remote/BUILD.actix-codec-0.3.0.bazel index 4685930..48beb1e 100644 --- a/rules/rust/remote/BUILD.actix-codec-0.3.0.bazel +++ b/rules/rust/remote/BUILD.actix-codec-0.3.0.bazel @@ -51,8 +51,8 @@ rust_library( deps = [ "@raze__bitflags__1_2_1//:bitflags", "@raze__bytes__0_5_6//:bytes", - "@raze__futures_core__0_3_13//:futures_core", - "@raze__futures_sink__0_3_13//:futures_sink", + "@raze__futures_core__0_3_14//:futures_core", + "@raze__futures_sink__0_3_14//:futures_sink", "@raze__log__0_4_14//:log", "@raze__pin_project__0_4_28//:pin_project", "@raze__tokio__0_2_25//:tokio", diff --git a/rules/rust/remote/BUILD.actix-connect-2.0.0.bazel b/rules/rust/remote/BUILD.actix-connect-2.0.0.bazel index 5c3bcbc..cecebb8 100644 --- a/rules/rust/remote/BUILD.actix-connect-2.0.0.bazel +++ b/rules/rust/remote/BUILD.actix-connect-2.0.0.bazel @@ -60,8 +60,8 @@ rust_library( "@raze__actix_service__1_0_6//:actix_service", "@raze__actix_utils__2_0_0//:actix_utils", "@raze__either__1_6_1//:either", - "@raze__futures_util__0_3_13//:futures_util", - "@raze__http__0_2_3//:http", + "@raze__futures_util__0_3_14//:futures_util", + "@raze__http__0_2_4//:http", "@raze__log__0_4_14//:log", "@raze__trust_dns_proto__0_19_7//:trust_dns_proto", "@raze__trust_dns_resolver__0_19_7//:trust_dns_resolver", diff --git a/rules/rust/remote/BUILD.actix-cors-0.5.4.bazel b/rules/rust/remote/BUILD.actix-cors-0.5.4.bazel index c3326ad..84be8bf 100644 --- a/rules/rust/remote/BUILD.actix-cors-0.5.4.bazel +++ b/rules/rust/remote/BUILD.actix-cors-0.5.4.bazel @@ -55,10 +55,10 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__actix_web__3_3_2//:actix_web", - "@raze__futures_util__0_3_13//:futures_util", + "@raze__futures_util__0_3_14//:futures_util", "@raze__log__0_4_14//:log", "@raze__once_cell__1_7_2//:once_cell", - "@raze__tinyvec__1_1_1//:tinyvec", + "@raze__tinyvec__1_2_0//:tinyvec", ], ) diff --git a/rules/rust/remote/BUILD.actix-http-2.2.0.bazel b/rules/rust/remote/BUILD.actix-http-2.2.0.bazel index c63f0ab..e8d5a33 100644 --- a/rules/rust/remote/BUILD.actix-http-2.2.0.bazel +++ b/rules/rust/remote/BUILD.actix-http-2.2.0.bazel @@ -78,13 +78,13 @@ rust_library( "@raze__copyless__0_1_5//:copyless", "@raze__either__1_6_1//:either", "@raze__encoding_rs__0_8_28//:encoding_rs", - "@raze__futures_channel__0_3_13//:futures_channel", - "@raze__futures_core__0_3_13//:futures_core", - "@raze__futures_util__0_3_13//:futures_util", + "@raze__futures_channel__0_3_14//:futures_channel", + "@raze__futures_core__0_3_14//:futures_core", + "@raze__futures_util__0_3_14//:futures_util", "@raze__fxhash__0_2_1//:fxhash", "@raze__h2__0_2_7//:h2", - "@raze__http__0_2_3//:http", - "@raze__httparse__1_3_5//:httparse", + "@raze__http__0_2_4//:http", + "@raze__httparse__1_4_0//:httparse", "@raze__indexmap__1_6_2//:indexmap", "@raze__itoa__0_4_7//:itoa", "@raze__language_tags__0_2_2//:language_tags", @@ -92,7 +92,7 @@ rust_library( "@raze__log__0_4_14//:log", "@raze__mime__0_3_16//:mime", "@raze__percent_encoding__2_1_0//:percent_encoding", - "@raze__pin_project__1_0_6//:pin_project", + "@raze__pin_project__1_0_7//:pin_project", "@raze__rand__0_7_3//:rand", "@raze__regex__1_4_5//:regex", "@raze__serde__1_0_125//:serde", diff --git a/rules/rust/remote/BUILD.actix-macros-0.1.3.bazel b/rules/rust/remote/BUILD.actix-macros-0.1.3.bazel index 3b5f908..25638f6 100644 --- a/rules/rust/remote/BUILD.actix-macros-0.1.3.bazel +++ b/rules/rust/remote/BUILD.actix-macros-0.1.3.bazel @@ -50,7 +50,7 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_67//:syn", + "@raze__syn__1_0_69//:syn", ], ) diff --git a/rules/rust/remote/BUILD.actix-router-0.2.7.bazel b/rules/rust/remote/BUILD.actix-router-0.2.7.bazel index 2bf0fb5..d85bbdf 100644 --- a/rules/rust/remote/BUILD.actix-router-0.2.7.bazel +++ b/rules/rust/remote/BUILD.actix-router-0.2.7.bazel @@ -52,7 +52,7 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__bytestring__1_0_0//:bytestring", - "@raze__http__0_2_3//:http", + "@raze__http__0_2_4//:http", "@raze__log__0_4_14//:log", "@raze__regex__1_4_5//:regex", "@raze__serde__1_0_125//:serde", diff --git a/rules/rust/remote/BUILD.actix-rt-1.1.1.bazel b/rules/rust/remote/BUILD.actix-rt-1.1.1.bazel index 81ba63f..42cbbc4 100644 --- a/rules/rust/remote/BUILD.actix-rt-1.1.1.bazel +++ b/rules/rust/remote/BUILD.actix-rt-1.1.1.bazel @@ -54,8 +54,8 @@ rust_library( deps = [ "@raze__actix_threadpool__0_3_3//:actix_threadpool", "@raze__copyless__0_1_5//:copyless", - "@raze__futures_channel__0_3_13//:futures_channel", - "@raze__futures_util__0_3_13//:futures_util", + "@raze__futures_channel__0_3_14//:futures_channel", + "@raze__futures_util__0_3_14//:futures_util", "@raze__smallvec__1_6_1//:smallvec", "@raze__tokio__0_2_25//:tokio", ], diff --git a/rules/rust/remote/BUILD.actix-server-1.0.4.bazel b/rules/rust/remote/BUILD.actix-server-1.0.4.bazel index b018c3f..e7f31be 100644 --- a/rules/rust/remote/BUILD.actix-server-1.0.4.bazel +++ b/rules/rust/remote/BUILD.actix-server-1.0.4.bazel @@ -54,8 +54,8 @@ rust_library( "@raze__actix_rt__1_1_1//:actix_rt", "@raze__actix_service__1_0_6//:actix_service", "@raze__actix_utils__2_0_0//:actix_utils", - "@raze__futures_channel__0_3_13//:futures_channel", - "@raze__futures_util__0_3_13//:futures_util", + "@raze__futures_channel__0_3_14//:futures_channel", + "@raze__futures_util__0_3_14//:futures_util", "@raze__log__0_4_14//:log", "@raze__mio__0_6_23//:mio", "@raze__mio_uds__0_6_8//:mio_uds", diff --git a/rules/rust/remote/BUILD.actix-service-1.0.6.bazel b/rules/rust/remote/BUILD.actix-service-1.0.6.bazel index a7d190f..2fb07f1 100644 --- a/rules/rust/remote/BUILD.actix-service-1.0.6.bazel +++ b/rules/rust/remote/BUILD.actix-service-1.0.6.bazel @@ -53,7 +53,7 @@ rust_library( version = "1.0.6", # buildifier: leave-alone deps = [ - "@raze__futures_util__0_3_13//:futures_util", + "@raze__futures_util__0_3_14//:futures_util", "@raze__pin_project__0_4_28//:pin_project", ], ) diff --git a/rules/rust/remote/BUILD.actix-threadpool-0.3.3.bazel b/rules/rust/remote/BUILD.actix-threadpool-0.3.3.bazel index 96a793d..ff0bfc5 100644 --- a/rules/rust/remote/BUILD.actix-threadpool-0.3.3.bazel +++ b/rules/rust/remote/BUILD.actix-threadpool-0.3.3.bazel @@ -52,7 +52,7 @@ rust_library( version = "0.3.3", # buildifier: leave-alone deps = [ - "@raze__futures_channel__0_3_13//:futures_channel", + "@raze__futures_channel__0_3_14//:futures_channel", "@raze__lazy_static__1_4_0//:lazy_static", "@raze__log__0_4_14//:log", "@raze__num_cpus__1_13_0//:num_cpus", diff --git a/rules/rust/remote/BUILD.actix-tls-2.0.0.bazel b/rules/rust/remote/BUILD.actix-tls-2.0.0.bazel index 1a54324..7123afd 100644 --- a/rules/rust/remote/BUILD.actix-tls-2.0.0.bazel +++ b/rules/rust/remote/BUILD.actix-tls-2.0.0.bazel @@ -53,6 +53,6 @@ rust_library( "@raze__actix_codec__0_3_0//:actix_codec", "@raze__actix_service__1_0_6//:actix_service", "@raze__actix_utils__2_0_0//:actix_utils", - "@raze__futures_util__0_3_13//:futures_util", + "@raze__futures_util__0_3_14//:futures_util", ], ) diff --git a/rules/rust/remote/BUILD.actix-utils-1.0.6.bazel b/rules/rust/remote/BUILD.actix-utils-1.0.6.bazel index ea8d1fd..6cdaf03 100644 --- a/rules/rust/remote/BUILD.actix-utils-1.0.6.bazel +++ b/rules/rust/remote/BUILD.actix-utils-1.0.6.bazel @@ -55,7 +55,7 @@ rust_library( "@raze__bitflags__1_2_1//:bitflags", "@raze__bytes__0_5_6//:bytes", "@raze__either__1_6_1//:either", - "@raze__futures__0_3_13//:futures", + "@raze__futures__0_3_14//:futures", "@raze__log__0_4_14//:log", "@raze__pin_project__0_4_28//:pin_project", "@raze__slab__0_4_2//:slab", diff --git a/rules/rust/remote/BUILD.actix-utils-2.0.0.bazel b/rules/rust/remote/BUILD.actix-utils-2.0.0.bazel index c54b916..4d1aee9 100644 --- a/rules/rust/remote/BUILD.actix-utils-2.0.0.bazel +++ b/rules/rust/remote/BUILD.actix-utils-2.0.0.bazel @@ -55,9 +55,9 @@ rust_library( "@raze__bitflags__1_2_1//:bitflags", "@raze__bytes__0_5_6//:bytes", "@raze__either__1_6_1//:either", - "@raze__futures_channel__0_3_13//:futures_channel", - "@raze__futures_sink__0_3_13//:futures_sink", - "@raze__futures_util__0_3_13//:futures_util", + "@raze__futures_channel__0_3_14//:futures_channel", + "@raze__futures_sink__0_3_14//:futures_sink", + "@raze__futures_util__0_3_14//:futures_util", "@raze__log__0_4_14//:log", "@raze__pin_project__0_4_28//:pin_project", "@raze__slab__0_4_2//:slab", diff --git a/rules/rust/remote/BUILD.actix-web-3.3.2.bazel b/rules/rust/remote/BUILD.actix-web-3.3.2.bazel index b95b72c..e350123 100644 --- a/rules/rust/remote/BUILD.actix-web-3.3.2.bazel +++ b/rules/rust/remote/BUILD.actix-web-3.3.2.bazel @@ -79,20 +79,20 @@ rust_library( "@raze__awc__2_0_3//:awc", "@raze__bytes__0_5_6//:bytes", "@raze__encoding_rs__0_8_28//:encoding_rs", - "@raze__futures_channel__0_3_13//:futures_channel", - "@raze__futures_core__0_3_13//:futures_core", - "@raze__futures_util__0_3_13//:futures_util", + "@raze__futures_channel__0_3_14//:futures_channel", + "@raze__futures_core__0_3_14//:futures_core", + "@raze__futures_util__0_3_14//:futures_util", "@raze__fxhash__0_2_1//:fxhash", "@raze__log__0_4_14//:log", "@raze__mime__0_3_16//:mime", - "@raze__pin_project__1_0_6//:pin_project", + "@raze__pin_project__1_0_7//:pin_project", "@raze__regex__1_4_5//:regex", "@raze__serde__1_0_125//:serde", "@raze__serde_json__1_0_64//:serde_json", "@raze__serde_urlencoded__0_7_0//:serde_urlencoded", "@raze__socket2__0_3_19//:socket2", "@raze__time__0_2_26//:time", - "@raze__tinyvec__1_1_1//:tinyvec", + "@raze__tinyvec__1_2_0//:tinyvec", "@raze__url__2_2_1//:url", ], ) diff --git a/rules/rust/remote/BUILD.actix-web-codegen-0.4.0.bazel b/rules/rust/remote/BUILD.actix-web-codegen-0.4.0.bazel index e6a7757..5ed8198 100644 --- a/rules/rust/remote/BUILD.actix-web-codegen-0.4.0.bazel +++ b/rules/rust/remote/BUILD.actix-web-codegen-0.4.0.bazel @@ -49,9 +49,9 @@ rust_library( version = "0.4.0", # buildifier: leave-alone deps = [ - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_67//:syn", + "@raze__syn__1_0_69//:syn", ], ) diff --git a/rules/rust/remote/BUILD.actix_derive-0.5.0.bazel b/rules/rust/remote/BUILD.actix_derive-0.5.0.bazel index b517b74..0ae14ae 100644 --- a/rules/rust/remote/BUILD.actix_derive-0.5.0.bazel +++ b/rules/rust/remote/BUILD.actix_derive-0.5.0.bazel @@ -49,9 +49,9 @@ rust_library( version = "0.5.0", # buildifier: leave-alone deps = [ - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_67//:syn", + "@raze__syn__1_0_69//:syn", ], ) diff --git a/rules/rust/remote/BUILD.async-trait-0.1.48.bazel b/rules/rust/remote/BUILD.async-trait-0.1.50.bazel similarity index 92% rename from rules/rust/remote/BUILD.async-trait-0.1.48.bazel rename to rules/rust/remote/BUILD.async-trait-0.1.50.bazel index 9863522..d7d782f 100644 --- a/rules/rust/remote/BUILD.async-trait-0.1.48.bazel +++ b/rules/rust/remote/BUILD.async-trait-0.1.50.bazel @@ -53,7 +53,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.1.48", + version = "0.1.50", visibility = ["//visibility:private"], deps = [ ], @@ -75,13 +75,13 @@ rust_library( "cargo-raze", "manual", ], - version = "0.1.48", + version = "0.1.50", # buildifier: leave-alone deps = [ ":async_trait_build_script", - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_67//:syn", + "@raze__syn__1_0_69//:syn", ], ) diff --git a/rules/rust/remote/BUILD.atty-0.2.14.bazel b/rules/rust/remote/BUILD.atty-0.2.14.bazel index 4c6cc44..5b7314b 100644 --- a/rules/rust/remote/BUILD.atty-0.2.14.bazel +++ b/rules/rust/remote/BUILD.atty-0.2.14.bazel @@ -59,7 +59,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", ], "//conditions:default": [], }), diff --git a/rules/rust/remote/BUILD.awc-2.0.3.bazel b/rules/rust/remote/BUILD.awc-2.0.3.bazel index e233f85..0abe990 100644 --- a/rules/rust/remote/BUILD.awc-2.0.3.bazel +++ b/rules/rust/remote/BUILD.awc-2.0.3.bazel @@ -59,7 +59,7 @@ rust_library( "@raze__base64__0_13_0//:base64", "@raze__bytes__0_5_6//:bytes", "@raze__cfg_if__1_0_0//:cfg_if", - "@raze__futures_core__0_3_13//:futures_core", + "@raze__futures_core__0_3_14//:futures_core", "@raze__log__0_4_14//:log", "@raze__mime__0_3_16//:mime", "@raze__percent_encoding__2_1_0//:percent_encoding", diff --git a/rules/rust/remote/BUILD.backtrace-0.3.56.bazel b/rules/rust/remote/BUILD.backtrace-0.3.56.bazel index 13f7d49..b795ee9 100644 --- a/rules/rust/remote/BUILD.backtrace-0.3.56.bazel +++ b/rules/rust/remote/BUILD.backtrace-0.3.56.bazel @@ -63,7 +63,7 @@ rust_library( deps = [ "@raze__addr2line__0_14_1//:addr2line", "@raze__cfg_if__1_0_0//:cfg_if", - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", "@raze__miniz_oxide__0_4_4//:miniz_oxide", "@raze__object__0_23_0//:object", "@raze__rustc_demangle__0_1_18//:rustc_demangle", diff --git a/rules/rust/remote/BUILD.base64-0.9.3.bazel b/rules/rust/remote/BUILD.base64-0.9.3.bazel index bef5ced..1293d8f 100644 --- a/rules/rust/remote/BUILD.base64-0.9.3.bazel +++ b/rules/rust/remote/BUILD.base64-0.9.3.bazel @@ -53,7 +53,7 @@ rust_library( version = "0.9.3", # buildifier: leave-alone deps = [ - "@raze__byteorder__1_3_4//:byteorder", + "@raze__byteorder__1_4_3//:byteorder", "@raze__safemem__0_3_3//:safemem", ], ) diff --git a/rules/rust/remote/BUILD.bb8-0.4.2.bazel b/rules/rust/remote/BUILD.bb8-0.4.2.bazel index 6512470..2a41a8e 100644 --- a/rules/rust/remote/BUILD.bb8-0.4.2.bazel +++ b/rules/rust/remote/BUILD.bb8-0.4.2.bazel @@ -40,7 +40,7 @@ rust_library( data = [], edition = "2018", proc_macro_deps = [ - "@raze__async_trait__0_1_48//:async_trait", + "@raze__async_trait__0_1_50//:async_trait", ], rustc_flags = [ "--cap-lints=allow", @@ -52,7 +52,7 @@ rust_library( version = "0.4.2", # buildifier: leave-alone deps = [ - "@raze__futures__0_3_13//:futures", + "@raze__futures__0_3_14//:futures", "@raze__tokio__0_2_25//:tokio", ], ) diff --git a/rules/rust/remote/BUILD.bb8-postgres-0.4.0.bazel b/rules/rust/remote/BUILD.bb8-postgres-0.4.0.bazel index 51c6ef6..c0216dd 100644 --- a/rules/rust/remote/BUILD.bb8-postgres-0.4.0.bazel +++ b/rules/rust/remote/BUILD.bb8-postgres-0.4.0.bazel @@ -48,7 +48,7 @@ rust_library( data = [], edition = "2018", proc_macro_deps = [ - "@raze__async_trait__0_1_48//:async_trait", + "@raze__async_trait__0_1_50//:async_trait", ], rustc_flags = [ "--cap-lints=allow", @@ -61,7 +61,7 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__bb8__0_4_2//:bb8", - "@raze__futures__0_3_13//:futures", + "@raze__futures__0_3_14//:futures", "@raze__tokio__0_2_25//:tokio", "@raze__tokio_postgres__0_5_5//:tokio_postgres", ], diff --git a/rules/rust/remote/BUILD.bincode-1.3.2.bazel b/rules/rust/remote/BUILD.bincode-1.3.3.bazel similarity index 94% rename from rules/rust/remote/BUILD.bincode-1.3.2.bazel rename to rules/rust/remote/BUILD.bincode-1.3.3.bazel index 2cfac87..f0da0b7 100644 --- a/rules/rust/remote/BUILD.bincode-1.3.2.bazel +++ b/rules/rust/remote/BUILD.bincode-1.3.3.bazel @@ -47,10 +47,9 @@ rust_library( "cargo-raze", "manual", ], - version = "1.3.2", + version = "1.3.3", # buildifier: leave-alone deps = [ - "@raze__byteorder__1_3_4//:byteorder", "@raze__serde__1_0_125//:serde", ], ) diff --git a/rules/rust/remote/BUILD.byteorder-1.3.4.bazel b/rules/rust/remote/BUILD.byteorder-1.3.4.bazel deleted file mode 100644 index 013cf51..0000000 --- a/rules/rust/remote/BUILD.byteorder-1.3.4.bazel +++ /dev/null @@ -1,89 +0,0 @@ -""" -@generated -cargo-raze crate build file. - -DO NOT EDIT! Replaced on runs of cargo-raze -""" - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -# buildifier: disable=load -load( - "@rules_rust//rust:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//rules/rust", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "unencumbered", # Unlicense from expression "Unlicense OR MIT" -]) - -# Generated Targets -# buildifier: disable=out-of-order-load -# buildifier: disable=load-on-top -load( - "@rules_rust//cargo:cargo_build_script.bzl", - "cargo_build_script", -) - -cargo_build_script( - name = "byteorder_build_script", - srcs = glob(["**/*.rs"]), - build_script_env = { - }, - crate_features = [ - "default", - "std", - ], - crate_root = "build.rs", - data = glob(["**"]), - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "1.3.4", - visibility = ["//visibility:private"], - deps = [ - ], -) - -# Unsupported target "bench" with type "bench" omitted - -rust_library( - name = "byteorder", - srcs = glob(["**/*.rs"]), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - crate_type = "lib", - data = [], - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "1.3.4", - # buildifier: leave-alone - deps = [ - ":byteorder_build_script", - ], -) diff --git a/rules/rust/remote/BUILD.byteorder-1.4.3.bazel b/rules/rust/remote/BUILD.byteorder-1.4.3.bazel new file mode 100644 index 0000000..6f8c19f --- /dev/null +++ b/rules/rust/remote/BUILD.byteorder-1.4.3.bazel @@ -0,0 +1,57 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//rules/rust", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "unencumbered", # Unlicense from expression "Unlicense OR MIT" +]) + +# Generated Targets + +# Unsupported target "bench" with type "bench" omitted + +rust_library( + name = "byteorder", + srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.4.3", + # buildifier: leave-alone + deps = [ + ], +) diff --git a/rules/rust/remote/BUILD.cast-0.2.3.bazel b/rules/rust/remote/BUILD.cast-0.2.5.bazel similarity index 94% rename from rules/rust/remote/BUILD.cast-0.2.3.bazel rename to rules/rust/remote/BUILD.cast-0.2.5.bazel index 3903ddb..86106e8 100644 --- a/rules/rust/remote/BUILD.cast-0.2.3.bazel +++ b/rules/rust/remote/BUILD.cast-0.2.5.bazel @@ -47,7 +47,7 @@ cargo_build_script( ], crate_root = "build.rs", data = glob(["**"]), - edition = "2015", + edition = "2018", rustc_flags = [ "--cap-lints=allow", ], @@ -55,7 +55,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.2.3", + version = "0.2.5", visibility = ["//visibility:private"], deps = [ "@raze__rustc_version__0_2_3//:rustc_version", @@ -72,7 +72,7 @@ rust_library( crate_root = "src/lib.rs", crate_type = "lib", data = [], - edition = "2015", + edition = "2018", rustc_flags = [ "--cap-lints=allow", ], @@ -80,7 +80,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.3", + version = "0.2.5", # buildifier: leave-alone deps = [ ":cast_build_script", diff --git a/rules/rust/remote/BUILD.chrono-0.4.19.bazel b/rules/rust/remote/BUILD.chrono-0.4.19.bazel index 52265d7..fcb8922 100644 --- a/rules/rust/remote/BUILD.chrono-0.4.19.bazel +++ b/rules/rust/remote/BUILD.chrono-0.4.19.bazel @@ -61,7 +61,7 @@ rust_library( version = "0.4.19", # buildifier: leave-alone deps = [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", "@raze__num_integer__0_1_44//:num_integer", "@raze__num_traits__0_2_14//:num_traits", "@raze__serde__1_0_125//:serde", diff --git a/rules/rust/remote/BUILD.config-0.10.1.bazel b/rules/rust/remote/BUILD.config-0.10.1.bazel index eb785f0..75e3dc5 100644 --- a/rules/rust/remote/BUILD.config-0.10.1.bazel +++ b/rules/rust/remote/BUILD.config-0.10.1.bazel @@ -34,16 +34,6 @@ rust_library( name = "config", srcs = glob(["**/*.rs"]), crate_features = [ - "default", - "hjson", - "ini", - "json", - "rust-ini", - "serde-hjson", - "serde_json", - "toml", - "yaml", - "yaml-rust", ], crate_root = "src/lib.rs", crate_type = "lib", @@ -61,12 +51,7 @@ rust_library( deps = [ "@raze__lazy_static__1_4_0//:lazy_static", "@raze__nom__5_1_2//:nom", - "@raze__rust_ini__0_13_0//:rust_ini", "@raze__serde__1_0_125//:serde", - "@raze__serde_hjson__0_9_1//:serde_hjson", - "@raze__serde_json__1_0_64//:serde_json", - "@raze__toml__0_5_8//:toml", - "@raze__yaml_rust__0_4_5//:yaml_rust", ], ) diff --git a/rules/rust/remote/BUILD.config-0.11.0.bazel b/rules/rust/remote/BUILD.config-0.11.0.bazel new file mode 100644 index 0000000..9b55b59 --- /dev/null +++ b/rules/rust/remote/BUILD.config-0.11.0.bazel @@ -0,0 +1,99 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//rules/rust", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT OR Apache-2.0" +]) + +# Generated Targets + +rust_library( + name = "config", + srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "hjson", + "ini", + "json", + "rust-ini", + "serde-hjson", + "serde_json", + "toml", + "yaml", + "yaml-rust", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.11.0", + # buildifier: leave-alone + deps = [ + "@raze__lazy_static__1_4_0//:lazy_static", + "@raze__nom__5_1_2//:nom", + "@raze__rust_ini__0_13_0//:rust_ini", + "@raze__serde__1_0_125//:serde", + "@raze__serde_hjson__0_9_1//:serde_hjson", + "@raze__serde_json__1_0_64//:serde_json", + "@raze__toml__0_5_8//:toml", + "@raze__yaml_rust__0_4_5//:yaml_rust", + ], +) + +# Unsupported target "datetime" with type "test" omitted + +# Unsupported target "defaults" with type "test" omitted + +# Unsupported target "empty" with type "test" omitted + +# Unsupported target "env" with type "test" omitted + +# Unsupported target "errors" with type "test" omitted + +# Unsupported target "file" with type "test" omitted + +# Unsupported target "file_hjson" with type "test" omitted + +# Unsupported target "file_ini" with type "test" omitted + +# Unsupported target "file_json" with type "test" omitted + +# Unsupported target "file_toml" with type "test" omitted + +# Unsupported target "file_yaml" with type "test" omitted + +# Unsupported target "get" with type "test" omitted + +# Unsupported target "merge" with type "test" omitted + +# Unsupported target "set" with type "test" omitted diff --git a/rules/rust/remote/BUILD.const_fn-0.4.6.bazel b/rules/rust/remote/BUILD.const_fn-0.4.7.bazel similarity index 97% rename from rules/rust/remote/BUILD.const_fn-0.4.6.bazel rename to rules/rust/remote/BUILD.const_fn-0.4.7.bazel index cb34fb7..33da55f 100644 --- a/rules/rust/remote/BUILD.const_fn-0.4.6.bazel +++ b/rules/rust/remote/BUILD.const_fn-0.4.7.bazel @@ -53,7 +53,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.4.6", + version = "0.4.7", visibility = ["//visibility:private"], deps = [ ], @@ -75,7 +75,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.4.6", + version = "0.4.7", # buildifier: leave-alone deps = [ ":const_fn_build_script", diff --git a/rules/rust/remote/BUILD.criterion-0.3.4.bazel b/rules/rust/remote/BUILD.criterion-0.3.4.bazel index e77ddfb..16e458c 100644 --- a/rules/rust/remote/BUILD.criterion-0.3.4.bazel +++ b/rules/rust/remote/BUILD.criterion-0.3.4.bazel @@ -57,7 +57,7 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__atty__0_2_14//:atty", - "@raze__cast__0_2_3//:cast", + "@raze__cast__0_2_5//:cast", "@raze__clap__2_33_3//:clap", "@raze__criterion_plot__0_4_3//:criterion_plot", "@raze__csv__1_1_6//:csv", diff --git a/rules/rust/remote/BUILD.criterion-plot-0.4.3.bazel b/rules/rust/remote/BUILD.criterion-plot-0.4.3.bazel index 2245681..8de4c3e 100644 --- a/rules/rust/remote/BUILD.criterion-plot-0.4.3.bazel +++ b/rules/rust/remote/BUILD.criterion-plot-0.4.3.bazel @@ -49,7 +49,7 @@ rust_library( version = "0.4.3", # buildifier: leave-alone deps = [ - "@raze__cast__0_2_3//:cast", + "@raze__cast__0_2_5//:cast", "@raze__itertools__0_9_0//:itertools", ], ) diff --git a/rules/rust/remote/BUILD.crossbeam-channel-0.5.0.bazel b/rules/rust/remote/BUILD.crossbeam-channel-0.5.1.bazel similarity index 98% rename from rules/rust/remote/BUILD.crossbeam-channel-0.5.0.bazel rename to rules/rust/remote/BUILD.crossbeam-channel-0.5.1.bazel index 0c9148f..25246df 100644 --- a/rules/rust/remote/BUILD.crossbeam-channel-0.5.0.bazel +++ b/rules/rust/remote/BUILD.crossbeam-channel-0.5.1.bazel @@ -57,7 +57,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.5.0", + version = "0.5.1", # buildifier: leave-alone deps = [ "@raze__cfg_if__1_0_0//:cfg_if", diff --git a/rules/rust/remote/BUILD.deadpool-0.5.2.bazel b/rules/rust/remote/BUILD.deadpool-0.5.2.bazel index e8861c0..ab5da35 100644 --- a/rules/rust/remote/BUILD.deadpool-0.5.2.bazel +++ b/rules/rust/remote/BUILD.deadpool-0.5.2.bazel @@ -50,7 +50,7 @@ rust_library( data = [], edition = "2018", proc_macro_deps = [ - "@raze__async_trait__0_1_48//:async_trait", + "@raze__async_trait__0_1_50//:async_trait", ], rustc_flags = [ "--cap-lints=allow", diff --git a/rules/rust/remote/BUILD.deadpool-postgres-0.5.6.bazel b/rules/rust/remote/BUILD.deadpool-postgres-0.5.6.bazel index bd13028..2faf817 100644 --- a/rules/rust/remote/BUILD.deadpool-postgres-0.5.6.bazel +++ b/rules/rust/remote/BUILD.deadpool-postgres-0.5.6.bazel @@ -47,7 +47,7 @@ rust_library( data = [], edition = "2018", proc_macro_deps = [ - "@raze__async_trait__0_1_48//:async_trait", + "@raze__async_trait__0_1_50//:async_trait", ], rustc_flags = [ "--cap-lints=allow", @@ -61,7 +61,7 @@ rust_library( deps = [ "@raze__config__0_10_1//:config", "@raze__deadpool__0_5_2//:deadpool", - "@raze__futures__0_3_13//:futures", + "@raze__futures__0_3_14//:futures", "@raze__log__0_4_14//:log", "@raze__serde__1_0_125//:serde", "@raze__tokio__0_2_25//:tokio", diff --git a/rules/rust/remote/BUILD.derive_more-0.99.13.bazel b/rules/rust/remote/BUILD.derive_more-0.99.13.bazel index 6b6ec00..d118d3e 100644 --- a/rules/rust/remote/BUILD.derive_more-0.99.13.bazel +++ b/rules/rust/remote/BUILD.derive_more-0.99.13.bazel @@ -76,9 +76,9 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__convert_case__0_4_0//:convert_case", - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_67//:syn", + "@raze__syn__1_0_69//:syn", ], ) diff --git a/rules/rust/remote/BUILD.dirs-sys-next-0.1.2.bazel b/rules/rust/remote/BUILD.dirs-sys-next-0.1.2.bazel index 46aab89..fa4b380 100644 --- a/rules/rust/remote/BUILD.dirs-sys-next-0.1.2.bazel +++ b/rules/rust/remote/BUILD.dirs-sys-next-0.1.2.bazel @@ -57,7 +57,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", ], "//conditions:default": [], }), diff --git a/rules/rust/remote/BUILD.enum-as-inner-0.3.3.bazel b/rules/rust/remote/BUILD.enum-as-inner-0.3.3.bazel index 726b17b..56200f0 100644 --- a/rules/rust/remote/BUILD.enum-as-inner-0.3.3.bazel +++ b/rules/rust/remote/BUILD.enum-as-inner-0.3.3.bazel @@ -50,9 +50,9 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__heck__0_3_2//:heck", - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_67//:syn", + "@raze__syn__1_0_69//:syn", ], ) diff --git a/rules/rust/remote/BUILD.failure_derive-0.1.8.bazel b/rules/rust/remote/BUILD.failure_derive-0.1.8.bazel index cf7586e..7b23a23 100644 --- a/rules/rust/remote/BUILD.failure_derive-0.1.8.bazel +++ b/rules/rust/remote/BUILD.failure_derive-0.1.8.bazel @@ -79,9 +79,9 @@ rust_library( # buildifier: leave-alone deps = [ ":failure_derive_build_script", - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_67//:syn", + "@raze__syn__1_0_69//:syn", "@raze__synstructure__0_12_4//:synstructure", ], ) diff --git a/rules/rust/remote/BUILD.filetime-0.2.14.bazel b/rules/rust/remote/BUILD.filetime-0.2.14.bazel index 44a74ef..07304d7 100644 --- a/rules/rust/remote/BUILD.filetime-0.2.14.bazel +++ b/rules/rust/remote/BUILD.filetime-0.2.14.bazel @@ -58,7 +58,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", ], "//conditions:default": [], }), diff --git a/rules/rust/remote/BUILD.flate2-1.0.20.bazel b/rules/rust/remote/BUILD.flate2-1.0.20.bazel index c37f1c2..ec044fc 100644 --- a/rules/rust/remote/BUILD.flate2-1.0.20.bazel +++ b/rules/rust/remote/BUILD.flate2-1.0.20.bazel @@ -98,7 +98,7 @@ rust_library( deps = [ "@raze__cfg_if__1_0_0//:cfg_if", "@raze__crc32fast__1_2_1//:crc32fast", - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", "@raze__miniz_oxide__0_4_4//:miniz_oxide", ], ) diff --git a/rules/rust/remote/BUILD.fs2-0.4.3.bazel b/rules/rust/remote/BUILD.fs2-0.4.3.bazel index 1f6a267..530ecf6 100644 --- a/rules/rust/remote/BUILD.fs2-0.4.3.bazel +++ b/rules/rust/remote/BUILD.fs2-0.4.3.bazel @@ -57,7 +57,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", ], "//conditions:default": [], }), diff --git a/rules/rust/remote/BUILD.fst-0.3.5.bazel b/rules/rust/remote/BUILD.fst-0.3.5.bazel index cfe14a2..76e761e 100644 --- a/rules/rust/remote/BUILD.fst-0.3.5.bazel +++ b/rules/rust/remote/BUILD.fst-0.3.5.bazel @@ -53,7 +53,7 @@ rust_library( version = "0.3.5", # buildifier: leave-alone deps = [ - "@raze__byteorder__1_3_4//:byteorder", + "@raze__byteorder__1_4_3//:byteorder", ], ) diff --git a/rules/rust/remote/BUILD.futures-0.3.13.bazel b/rules/rust/remote/BUILD.futures-0.3.14.bazel similarity index 67% rename from rules/rust/remote/BUILD.futures-0.3.13.bazel rename to rules/rust/remote/BUILD.futures-0.3.14.bazel index edf052a..ec78e96 100644 --- a/rules/rust/remote/BUILD.futures-0.3.13.bazel +++ b/rules/rust/remote/BUILD.futures-0.3.14.bazel @@ -53,52 +53,52 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.13", + version = "0.3.14", # buildifier: leave-alone deps = [ - "@raze__futures_channel__0_3_13//:futures_channel", - "@raze__futures_core__0_3_13//:futures_core", - "@raze__futures_executor__0_3_13//:futures_executor", - "@raze__futures_io__0_3_13//:futures_io", - "@raze__futures_sink__0_3_13//:futures_sink", - "@raze__futures_task__0_3_13//:futures_task", - "@raze__futures_util__0_3_13//:futures_util", + "@raze__futures_channel__0_3_14//:futures_channel", + "@raze__futures_core__0_3_14//:futures_core", + "@raze__futures_executor__0_3_14//:futures_executor", + "@raze__futures_io__0_3_14//:futures_io", + "@raze__futures_sink__0_3_14//:futures_sink", + "@raze__futures_task__0_3_14//:futures_task", + "@raze__futures_util__0_3_14//:futures_util", ], ) # Unsupported target "_require_features" with type "test" omitted -# Unsupported target "abortable" with type "test" omitted - -# Unsupported target "arc_wake" with type "test" omitted - # Unsupported target "async_await_macros" with type "test" omitted -# Unsupported target "atomic_waker" with type "test" omitted - # Unsupported target "auto_traits" with type "test" omitted -# Unsupported target "basic_combinators" with type "test" omitted - -# Unsupported target "buffer_unordered" with type "test" omitted - # Unsupported target "compat" with type "test" omitted # Unsupported target "eager_drop" with type "test" omitted # Unsupported target "eventual" with type "test" omitted -# Unsupported target "fuse" with type "test" omitted +# Unsupported target "future_abortable" with type "test" omitted + +# Unsupported target "future_basic_combinators" with type "test" omitted + +# Unsupported target "future_fuse" with type "test" omitted + +# Unsupported target "future_inspect" with type "test" omitted + +# Unsupported target "future_join_all" with type "test" omitted # Unsupported target "future_obj" with type "test" omitted +# Unsupported target "future_select_all" with type "test" omitted + +# Unsupported target "future_select_ok" with type "test" omitted + +# Unsupported target "future_shared" with type "test" omitted + # Unsupported target "future_try_flatten_stream" with type "test" omitted -# Unsupported target "futures_ordered" with type "test" omitted - -# Unsupported target "futures_unordered" with type "test" omitted - -# Unsupported target "inspect" with type "test" omitted +# Unsupported target "future_try_join_all" with type "test" omitted # Unsupported target "io_buf_reader" with type "test" omitted @@ -124,12 +124,10 @@ rust_library( # Unsupported target "io_write" with type "test" omitted -# Unsupported target "join_all" with type "test" omitted +# Unsupported target "lock_mutex" with type "test" omitted # Unsupported target "macro_comma_support" with type "test" omitted -# Unsupported target "mutex" with type "test" omitted - # Unsupported target "object_safety" with type "test" omitted # Unsupported target "oneshot" with type "test" omitted @@ -138,22 +136,20 @@ rust_library( # Unsupported target "recurse" with type "test" omitted -# Unsupported target "select_all" with type "test" omitted - -# Unsupported target "select_ok" with type "test" omitted - -# Unsupported target "shared" with type "test" omitted - # Unsupported target "sink" with type "test" omitted # Unsupported target "sink_fanout" with type "test" omitted -# Unsupported target "split" with type "test" omitted - # Unsupported target "stream" with type "test" omitted +# Unsupported target "stream_buffer_unordered" with type "test" omitted + # Unsupported target "stream_catch_unwind" with type "test" omitted +# Unsupported target "stream_futures_ordered" with type "test" omitted + +# Unsupported target "stream_futures_unordered" with type "test" omitted + # Unsupported target "stream_into_async_read" with type "test" omitted # Unsupported target "stream_peekable" with type "test" omitted @@ -162,10 +158,14 @@ rust_library( # Unsupported target "stream_select_next_some" with type "test" omitted +# Unsupported target "stream_split" with type "test" omitted + +# Unsupported target "stream_try_stream" with type "test" omitted + +# Unsupported target "stream_unfold" with type "test" omitted + +# Unsupported target "task_arc_wake" with type "test" omitted + +# Unsupported target "task_atomic_waker" with type "test" omitted + # Unsupported target "try_join" with type "test" omitted - -# Unsupported target "try_join_all" with type "test" omitted - -# Unsupported target "try_stream" with type "test" omitted - -# Unsupported target "unfold" with type "test" omitted diff --git a/rules/rust/remote/BUILD.futures-channel-0.3.13.bazel b/rules/rust/remote/BUILD.futures-channel-0.3.14.bazel similarity index 91% rename from rules/rust/remote/BUILD.futures-channel-0.3.13.bazel rename to rules/rust/remote/BUILD.futures-channel-0.3.14.bazel index 50cf4f6..3497ffc 100644 --- a/rules/rust/remote/BUILD.futures-channel-0.3.13.bazel +++ b/rules/rust/remote/BUILD.futures-channel-0.3.14.bazel @@ -53,11 +53,11 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.13", + version = "0.3.14", # buildifier: leave-alone deps = [ - "@raze__futures_core__0_3_13//:futures_core", - "@raze__futures_sink__0_3_13//:futures_sink", + "@raze__futures_core__0_3_14//:futures_core", + "@raze__futures_sink__0_3_14//:futures_sink", ], ) diff --git a/rules/rust/remote/BUILD.futures-core-0.3.13.bazel b/rules/rust/remote/BUILD.futures-core-0.3.14.bazel similarity index 97% rename from rules/rust/remote/BUILD.futures-core-0.3.13.bazel rename to rules/rust/remote/BUILD.futures-core-0.3.14.bazel index 9f92440..436e4f0 100644 --- a/rules/rust/remote/BUILD.futures-core-0.3.13.bazel +++ b/rules/rust/remote/BUILD.futures-core-0.3.14.bazel @@ -49,7 +49,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.13", + version = "0.3.14", # buildifier: leave-alone deps = [ ], diff --git a/rules/rust/remote/BUILD.futures-executor-0.3.13.bazel b/rules/rust/remote/BUILD.futures-executor-0.3.14.bazel similarity index 86% rename from rules/rust/remote/BUILD.futures-executor-0.3.13.bazel rename to rules/rust/remote/BUILD.futures-executor-0.3.14.bazel index 48507d7..365586d 100644 --- a/rules/rust/remote/BUILD.futures-executor-0.3.13.bazel +++ b/rules/rust/remote/BUILD.futures-executor-0.3.14.bazel @@ -51,12 +51,12 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.13", + version = "0.3.14", # buildifier: leave-alone deps = [ - "@raze__futures_core__0_3_13//:futures_core", - "@raze__futures_task__0_3_13//:futures_task", - "@raze__futures_util__0_3_13//:futures_util", + "@raze__futures_core__0_3_14//:futures_core", + "@raze__futures_task__0_3_14//:futures_task", + "@raze__futures_util__0_3_14//:futures_util", "@raze__num_cpus__1_13_0//:num_cpus", ], ) diff --git a/rules/rust/remote/BUILD.futures-io-0.3.13.bazel b/rules/rust/remote/BUILD.futures-io-0.3.14.bazel similarity index 97% rename from rules/rust/remote/BUILD.futures-io-0.3.13.bazel rename to rules/rust/remote/BUILD.futures-io-0.3.14.bazel index f974d06..a913c8f 100644 --- a/rules/rust/remote/BUILD.futures-io-0.3.13.bazel +++ b/rules/rust/remote/BUILD.futures-io-0.3.14.bazel @@ -48,7 +48,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.13", + version = "0.3.14", # buildifier: leave-alone deps = [ ], diff --git a/rules/rust/remote/BUILD.futures-macro-0.3.13.bazel b/rules/rust/remote/BUILD.futures-macro-0.3.14.bazel similarity index 91% rename from rules/rust/remote/BUILD.futures-macro-0.3.13.bazel rename to rules/rust/remote/BUILD.futures-macro-0.3.14.bazel index aa34b94..97ef124 100644 --- a/rules/rust/remote/BUILD.futures-macro-0.3.13.bazel +++ b/rules/rust/remote/BUILD.futures-macro-0.3.14.bazel @@ -49,11 +49,11 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.13", + version = "0.3.14", # buildifier: leave-alone deps = [ - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_67//:syn", + "@raze__syn__1_0_69//:syn", ], ) diff --git a/rules/rust/remote/BUILD.futures-sink-0.3.13.bazel b/rules/rust/remote/BUILD.futures-sink-0.3.14.bazel similarity index 97% rename from rules/rust/remote/BUILD.futures-sink-0.3.13.bazel rename to rules/rust/remote/BUILD.futures-sink-0.3.14.bazel index f4ff765..a3ade69 100644 --- a/rules/rust/remote/BUILD.futures-sink-0.3.13.bazel +++ b/rules/rust/remote/BUILD.futures-sink-0.3.14.bazel @@ -49,7 +49,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.13", + version = "0.3.14", # buildifier: leave-alone deps = [ ], diff --git a/rules/rust/remote/BUILD.futures-task-0.3.13.bazel b/rules/rust/remote/BUILD.futures-task-0.3.14.bazel similarity index 97% rename from rules/rust/remote/BUILD.futures-task-0.3.13.bazel rename to rules/rust/remote/BUILD.futures-task-0.3.14.bazel index 18c1174..34797bd 100644 --- a/rules/rust/remote/BUILD.futures-task-0.3.13.bazel +++ b/rules/rust/remote/BUILD.futures-task-0.3.14.bazel @@ -48,7 +48,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.13", + version = "0.3.14", # buildifier: leave-alone deps = [ ], diff --git a/rules/rust/remote/BUILD.futures-util-0.3.13.bazel b/rules/rust/remote/BUILD.futures-util-0.3.14.bazel similarity index 83% rename from rules/rust/remote/BUILD.futures-util-0.3.13.bazel rename to rules/rust/remote/BUILD.futures-util-0.3.14.bazel index 0ee6d93..6d4058e 100644 --- a/rules/rust/remote/BUILD.futures-util-0.3.13.bazel +++ b/rules/rust/remote/BUILD.futures-util-0.3.14.bazel @@ -58,7 +58,7 @@ rust_library( data = [], edition = "2018", proc_macro_deps = [ - "@raze__futures_macro__0_3_13//:futures_macro", + "@raze__futures_macro__0_3_14//:futures_macro", "@raze__proc_macro_hack__0_5_19//:proc_macro_hack", ], rustc_flags = [ @@ -68,14 +68,14 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.13", + version = "0.3.14", # buildifier: leave-alone deps = [ - "@raze__futures_channel__0_3_13//:futures_channel", - "@raze__futures_core__0_3_13//:futures_core", - "@raze__futures_io__0_3_13//:futures_io", - "@raze__futures_sink__0_3_13//:futures_sink", - "@raze__futures_task__0_3_13//:futures_task", + "@raze__futures_channel__0_3_14//:futures_channel", + "@raze__futures_core__0_3_14//:futures_core", + "@raze__futures_io__0_3_14//:futures_io", + "@raze__futures_sink__0_3_14//:futures_sink", + "@raze__futures_task__0_3_14//:futures_task", "@raze__memchr__2_3_4//:memchr", "@raze__pin_project_lite__0_2_6//:pin_project_lite", "@raze__pin_utils__0_1_0//:pin_utils", diff --git a/rules/rust/remote/BUILD.fxhash-0.2.1.bazel b/rules/rust/remote/BUILD.fxhash-0.2.1.bazel index 8a9a45b..ccba250 100644 --- a/rules/rust/remote/BUILD.fxhash-0.2.1.bazel +++ b/rules/rust/remote/BUILD.fxhash-0.2.1.bazel @@ -51,6 +51,6 @@ rust_library( version = "0.2.1", # buildifier: leave-alone deps = [ - "@raze__byteorder__1_3_4//:byteorder", + "@raze__byteorder__1_4_3//:byteorder", ], ) diff --git a/rules/rust/remote/BUILD.getrandom-0.1.16.bazel b/rules/rust/remote/BUILD.getrandom-0.1.16.bazel index c2a467b..a6900c9 100644 --- a/rules/rust/remote/BUILD.getrandom-0.1.16.bazel +++ b/rules/rust/remote/BUILD.getrandom-0.1.16.bazel @@ -100,7 +100,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", ], "//conditions:default": [], }), diff --git a/rules/rust/remote/BUILD.getrandom-0.2.2.bazel b/rules/rust/remote/BUILD.getrandom-0.2.2.bazel index e5af1d9..e4b449b 100644 --- a/rules/rust/remote/BUILD.getrandom-0.2.2.bazel +++ b/rules/rust/remote/BUILD.getrandom-0.2.2.bazel @@ -100,7 +100,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", ], "//conditions:default": [], }), diff --git a/rules/rust/remote/BUILD.grpc-0.8.3.bazel b/rules/rust/remote/BUILD.grpc-0.8.3.bazel index 0aaf742..50171cd 100644 --- a/rules/rust/remote/BUILD.grpc-0.8.3.bazel +++ b/rules/rust/remote/BUILD.grpc-0.8.3.bazel @@ -51,7 +51,7 @@ rust_library( deps = [ "@raze__base64__0_9_3//:base64", "@raze__bytes__0_5_6//:bytes", - "@raze__futures__0_3_13//:futures", + "@raze__futures__0_3_14//:futures", "@raze__httpbis__0_9_1//:httpbis", "@raze__log__0_4_14//:log", "@raze__log_ndc__0_2_0//:log_ndc", diff --git a/rules/rust/remote/BUILD.h2-0.2.7.bazel b/rules/rust/remote/BUILD.h2-0.2.7.bazel index 8f45a79..70fced3 100644 --- a/rules/rust/remote/BUILD.h2-0.2.7.bazel +++ b/rules/rust/remote/BUILD.h2-0.2.7.bazel @@ -57,10 +57,10 @@ rust_library( deps = [ "@raze__bytes__0_5_6//:bytes", "@raze__fnv__1_0_7//:fnv", - "@raze__futures_core__0_3_13//:futures_core", - "@raze__futures_sink__0_3_13//:futures_sink", - "@raze__futures_util__0_3_13//:futures_util", - "@raze__http__0_2_3//:http", + "@raze__futures_core__0_3_14//:futures_core", + "@raze__futures_sink__0_3_14//:futures_sink", + "@raze__futures_util__0_3_14//:futures_util", + "@raze__http__0_2_4//:http", "@raze__indexmap__1_6_2//:indexmap", "@raze__slab__0_4_2//:slab", "@raze__tokio__0_2_25//:tokio", diff --git a/rules/rust/remote/BUILD.hermit-abi-0.1.18.bazel b/rules/rust/remote/BUILD.hermit-abi-0.1.18.bazel index 3d77dc3..e13cd45 100644 --- a/rules/rust/remote/BUILD.hermit-abi-0.1.18.bazel +++ b/rules/rust/remote/BUILD.hermit-abi-0.1.18.bazel @@ -50,6 +50,6 @@ rust_library( version = "0.1.18", # buildifier: leave-alone deps = [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", ], ) diff --git a/rules/rust/remote/BUILD.hostname-0.3.1.bazel b/rules/rust/remote/BUILD.hostname-0.3.1.bazel index f8b97b2..4a62da3 100644 --- a/rules/rust/remote/BUILD.hostname-0.3.1.bazel +++ b/rules/rust/remote/BUILD.hostname-0.3.1.bazel @@ -61,7 +61,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", ], "//conditions:default": [], }), diff --git a/rules/rust/remote/BUILD.http-0.2.3.bazel b/rules/rust/remote/BUILD.http-0.2.4.bazel similarity index 95% rename from rules/rust/remote/BUILD.http-0.2.3.bazel rename to rules/rust/remote/BUILD.http-0.2.4.bazel index f0eaec1..b73b46b 100644 --- a/rules/rust/remote/BUILD.http-0.2.3.bazel +++ b/rules/rust/remote/BUILD.http-0.2.4.bazel @@ -36,6 +36,8 @@ licenses([ # Unsupported target "header_value" with type "bench" omitted +# Unsupported target "method" with type "bench" omitted + # Unsupported target "uri" with type "bench" omitted rust_library( @@ -54,7 +56,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.3", + version = "0.2.4", # buildifier: leave-alone deps = [ "@raze__bytes__1_0_1//:bytes", diff --git a/rules/rust/remote/BUILD.httparse-1.3.5.bazel b/rules/rust/remote/BUILD.httparse-1.4.0.bazel similarity index 97% rename from rules/rust/remote/BUILD.httparse-1.3.5.bazel rename to rules/rust/remote/BUILD.httparse-1.4.0.bazel index 1ea8ac9..ee60405 100644 --- a/rules/rust/remote/BUILD.httparse-1.3.5.bazel +++ b/rules/rust/remote/BUILD.httparse-1.4.0.bazel @@ -55,7 +55,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.3.5", + version = "1.4.0", visibility = ["//visibility:private"], deps = [ ], @@ -81,7 +81,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.3.5", + version = "1.4.0", # buildifier: leave-alone deps = [ ":httparse_build_script", diff --git a/rules/rust/remote/BUILD.httpbis-0.9.1.bazel b/rules/rust/remote/BUILD.httpbis-0.9.1.bazel index 91f365a..3bd6ca6 100644 --- a/rules/rust/remote/BUILD.httpbis-0.9.1.bazel +++ b/rules/rust/remote/BUILD.httpbis-0.9.1.bazel @@ -92,7 +92,7 @@ rust_binary( ":httpbis", ":httpbis_build_script", "@raze__bytes__0_5_6//:bytes", - "@raze__futures__0_3_13//:futures", + "@raze__futures__0_3_14//:futures", "@raze__log__0_4_14//:log", "@raze__log_ndc__0_2_0//:log_ndc", "@raze__net2__0_2_37//:net2", @@ -140,7 +140,7 @@ rust_library( deps = [ ":httpbis_build_script", "@raze__bytes__0_5_6//:bytes", - "@raze__futures__0_3_13//:futures", + "@raze__futures__0_3_14//:futures", "@raze__log__0_4_14//:log", "@raze__log_ndc__0_2_0//:log_ndc", "@raze__net2__0_2_37//:net2", diff --git a/rules/rust/remote/BUILD.idna-0.2.2.bazel b/rules/rust/remote/BUILD.idna-0.2.3.bazel similarity index 94% rename from rules/rust/remote/BUILD.idna-0.2.2.bazel rename to rules/rust/remote/BUILD.idna-0.2.3.bazel index 81c5caa..bbb09c9 100644 --- a/rules/rust/remote/BUILD.idna-0.2.2.bazel +++ b/rules/rust/remote/BUILD.idna-0.2.3.bazel @@ -48,11 +48,11 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.2", + version = "0.2.3", # buildifier: leave-alone deps = [ "@raze__matches__0_1_8//:matches", - "@raze__unicode_bidi__0_3_4//:unicode_bidi", + "@raze__unicode_bidi__0_3_5//:unicode_bidi", "@raze__unicode_normalization__0_1_17//:unicode_normalization", ], ) diff --git a/rules/rust/remote/BUILD.iovec-0.1.4.bazel b/rules/rust/remote/BUILD.iovec-0.1.4.bazel index 21d812a..ce03f5d 100644 --- a/rules/rust/remote/BUILD.iovec-0.1.4.bazel +++ b/rules/rust/remote/BUILD.iovec-0.1.4.bazel @@ -57,7 +57,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", ], "//conditions:default": [], }), diff --git a/rules/rust/remote/BUILD.js-sys-0.3.49.bazel b/rules/rust/remote/BUILD.js-sys-0.3.50.bazel similarity index 93% rename from rules/rust/remote/BUILD.js-sys-0.3.49.bazel rename to rules/rust/remote/BUILD.js-sys-0.3.50.bazel index 7cf44f5..a611510 100644 --- a/rules/rust/remote/BUILD.js-sys-0.3.49.bazel +++ b/rules/rust/remote/BUILD.js-sys-0.3.50.bazel @@ -46,10 +46,10 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.49", + version = "0.3.50", # buildifier: leave-alone deps = [ - "@raze__wasm_bindgen__0_2_72//:wasm_bindgen", + "@raze__wasm_bindgen__0_2_73//:wasm_bindgen", ], ) diff --git a/rules/rust/remote/BUILD.lexical-core-0.7.5.bazel b/rules/rust/remote/BUILD.lexical-core-0.7.5.bazel index 7c3845b..c614397 100644 --- a/rules/rust/remote/BUILD.lexical-core-0.7.5.bazel +++ b/rules/rust/remote/BUILD.lexical-core-0.7.5.bazel @@ -84,8 +84,6 @@ rust_library( edition = "2018", rustc_flags = [ "--cap-lints=allow", - "--cfg=limb_width_32", - "--cfg=has_i128", ], tags = [ "cargo-raze", diff --git a/rules/rust/remote/BUILD.libc-0.2.91.bazel b/rules/rust/remote/BUILD.libc-0.2.93.bazel similarity index 97% rename from rules/rust/remote/BUILD.libc-0.2.91.bazel rename to rules/rust/remote/BUILD.libc-0.2.93.bazel index 56e8a96..694b478 100644 --- a/rules/rust/remote/BUILD.libc-0.2.91.bazel +++ b/rules/rust/remote/BUILD.libc-0.2.93.bazel @@ -56,7 +56,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.2.91", + version = "0.2.93", visibility = ["//visibility:private"], deps = [ ], @@ -87,7 +87,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.91", + version = "0.2.93", # buildifier: leave-alone deps = [ ":libc_build_script", diff --git a/rules/rust/remote/BUILD.linked-hash-map-0.3.0.bazel b/rules/rust/remote/BUILD.linked-hash-map-0.3.0.bazel deleted file mode 100644 index 65d02c1..0000000 --- a/rules/rust/remote/BUILD.linked-hash-map-0.3.0.bazel +++ /dev/null @@ -1,62 +0,0 @@ -""" -@generated -cargo-raze crate build file. - -DO NOT EDIT! Replaced on runs of cargo-raze -""" - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -# buildifier: disable=load -load( - "@rules_rust//rust:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//rules/rust", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # MIT from expression "MIT OR Apache-2.0" -]) - -# Generated Targets - -rust_library( - name = "linked_hash_map", - srcs = glob(["**/*.rs"]), - crate_features = [ - "serde", - "serde_impl", - "serde_test", - ], - crate_root = "src/lib.rs", - crate_type = "lib", - data = [], - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.3.0", - # buildifier: leave-alone - deps = [ - "@raze__serde__0_8_23//:serde", - "@raze__serde_test__0_8_23//:serde_test", - ], -) - -# Unsupported target "serde" with type "test" omitted - -# Unsupported target "test" with type "test" omitted diff --git a/rules/rust/remote/BUILD.lock_api-0.4.2.bazel b/rules/rust/remote/BUILD.lock_api-0.4.3.bazel similarity index 97% rename from rules/rust/remote/BUILD.lock_api-0.4.2.bazel rename to rules/rust/remote/BUILD.lock_api-0.4.3.bazel index 32bb0eb..7e6cd24 100644 --- a/rules/rust/remote/BUILD.lock_api-0.4.2.bazel +++ b/rules/rust/remote/BUILD.lock_api-0.4.3.bazel @@ -46,7 +46,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.4.2", + version = "0.4.3", # buildifier: leave-alone deps = [ "@raze__scopeguard__1_1_0//:scopeguard", diff --git a/rules/rust/remote/BUILD.log4rs-0.10.0.bazel b/rules/rust/remote/BUILD.log4rs-0.10.0.bazel index 090541c..d8d1da4 100644 --- a/rules/rust/remote/BUILD.log4rs-0.10.0.bazel +++ b/rules/rust/remote/BUILD.log4rs-0.10.0.bazel @@ -110,7 +110,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", ], "//conditions:default": [], }), diff --git a/rules/rust/remote/BUILD.lz4-1.23.2.bazel b/rules/rust/remote/BUILD.lz4-1.23.2.bazel index c6edbe8..86e2a12 100644 --- a/rules/rust/remote/BUILD.lz4-1.23.2.bazel +++ b/rules/rust/remote/BUILD.lz4-1.23.2.bazel @@ -51,7 +51,7 @@ rust_binary( # buildifier: leave-alone deps = [ ":lz4", - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", "@raze__lz4_sys__1_9_2//:lz4_sys", ], ) @@ -75,7 +75,7 @@ rust_library( version = "1.23.2", # buildifier: leave-alone deps = [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", "@raze__lz4_sys__1_9_2//:lz4_sys", ], ) diff --git a/rules/rust/remote/BUILD.lz4-sys-1.9.2.bazel b/rules/rust/remote/BUILD.lz4-sys-1.9.2.bazel index 2a1ddc9..03382a2 100644 --- a/rules/rust/remote/BUILD.lz4-sys-1.9.2.bazel +++ b/rules/rust/remote/BUILD.lz4-sys-1.9.2.bazel @@ -80,6 +80,6 @@ rust_library( # buildifier: leave-alone deps = [ ":lz4_sys_build_script", - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", ], ) diff --git a/rules/rust/remote/BUILD.md-5-0.9.1.bazel b/rules/rust/remote/BUILD.md-5-0.9.1.bazel new file mode 100644 index 0000000..629954e --- /dev/null +++ b/rules/rust/remote/BUILD.md-5-0.9.1.bazel @@ -0,0 +1,73 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//rules/rust", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT OR Apache-2.0" +]) + +# Generated Targets + +# Unsupported target "lib" with type "bench" omitted + +# Unsupported target "md5sum" with type "example" omitted + +alias( + name = "md_5", + actual = ":md5", + tags = [ + "cargo-raze", + "manual", + ], +) + +rust_library( + name = "md5", + srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.9.1", + # buildifier: leave-alone + deps = [ + "@raze__block_buffer__0_9_0//:block_buffer", + "@raze__digest__0_9_0//:digest", + "@raze__opaque_debug__0_3_0//:opaque_debug", + ], +) + +# Unsupported target "lib" with type "test" omitted diff --git a/rules/rust/remote/BUILD.memmap-0.7.0.bazel b/rules/rust/remote/BUILD.memmap-0.7.0.bazel index b3036ec..a94ff6f 100644 --- a/rules/rust/remote/BUILD.memmap-0.7.0.bazel +++ b/rules/rust/remote/BUILD.memmap-0.7.0.bazel @@ -59,7 +59,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", ], "//conditions:default": [], }), diff --git a/rules/rust/remote/BUILD.mio-0.6.23.bazel b/rules/rust/remote/BUILD.mio-0.6.23.bazel index c195694..7cc331e 100644 --- a/rules/rust/remote/BUILD.mio-0.6.23.bazel +++ b/rules/rust/remote/BUILD.mio-0.6.23.bazel @@ -64,7 +64,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", ], "//conditions:default": [], }), diff --git a/rules/rust/remote/BUILD.mio-0.7.11.bazel b/rules/rust/remote/BUILD.mio-0.7.11.bazel index 4629bf8..63f8629 100644 --- a/rules/rust/remote/BUILD.mio-0.7.11.bazel +++ b/rules/rust/remote/BUILD.mio-0.7.11.bazel @@ -70,7 +70,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", ], "//conditions:default": [], }), diff --git a/rules/rust/remote/BUILD.mio-uds-0.6.8.bazel b/rules/rust/remote/BUILD.mio-uds-0.6.8.bazel index 8ffb193..e171e0f 100644 --- a/rules/rust/remote/BUILD.mio-uds-0.6.8.bazel +++ b/rules/rust/remote/BUILD.mio-uds-0.6.8.bazel @@ -58,7 +58,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ "@raze__iovec__0_1_4//:iovec", - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", "@raze__mio__0_6_23//:mio", ], "//conditions:default": [], diff --git a/rules/rust/remote/BUILD.murmurhash32-0.2.0.bazel b/rules/rust/remote/BUILD.murmurhash32-0.2.0.bazel index 9e64412..f82183c 100644 --- a/rules/rust/remote/BUILD.murmurhash32-0.2.0.bazel +++ b/rules/rust/remote/BUILD.murmurhash32-0.2.0.bazel @@ -51,6 +51,6 @@ rust_library( version = "0.2.0", # buildifier: leave-alone deps = [ - "@raze__byteorder__1_3_4//:byteorder", + "@raze__byteorder__1_4_3//:byteorder", ], ) diff --git a/rules/rust/remote/BUILD.net2-0.2.37.bazel b/rules/rust/remote/BUILD.net2-0.2.37.bazel index 869b0c7..501b7ab 100644 --- a/rules/rust/remote/BUILD.net2-0.2.37.bazel +++ b/rules/rust/remote/BUILD.net2-0.2.37.bazel @@ -60,7 +60,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", ], "//conditions:default": [], }), diff --git a/rules/rust/remote/BUILD.nix-0.14.1.bazel b/rules/rust/remote/BUILD.nix-0.14.1.bazel index a053f32..5bf9698 100644 --- a/rules/rust/remote/BUILD.nix-0.14.1.bazel +++ b/rules/rust/remote/BUILD.nix-0.14.1.bazel @@ -90,7 +90,7 @@ rust_library( ":nix_build_script", "@raze__bitflags__1_2_1//:bitflags", "@raze__cfg_if__0_1_10//:cfg_if", - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", "@raze__void__1_0_2//:void", ] + selects.with_or({ # cfg(any(target_os = "android", target_os = "linux")) diff --git a/rules/rust/remote/BUILD.num_cpus-1.13.0.bazel b/rules/rust/remote/BUILD.num_cpus-1.13.0.bazel index 672d90d..75cf0c1 100644 --- a/rules/rust/remote/BUILD.num_cpus-1.13.0.bazel +++ b/rules/rust/remote/BUILD.num_cpus-1.13.0.bazel @@ -51,6 +51,6 @@ rust_library( version = "1.13.0", # buildifier: leave-alone deps = [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", ], ) diff --git a/rules/rust/remote/BUILD.parking_lot-0.11.1.bazel b/rules/rust/remote/BUILD.parking_lot-0.11.1.bazel index 8084f9e..a20c23d 100644 --- a/rules/rust/remote/BUILD.parking_lot-0.11.1.bazel +++ b/rules/rust/remote/BUILD.parking_lot-0.11.1.bazel @@ -51,7 +51,7 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__instant__0_1_9//:instant", - "@raze__lock_api__0_4_2//:lock_api", + "@raze__lock_api__0_4_3//:lock_api", "@raze__parking_lot_core__0_8_3//:parking_lot_core", ], ) diff --git a/rules/rust/remote/BUILD.parking_lot_core-0.8.3.bazel b/rules/rust/remote/BUILD.parking_lot_core-0.8.3.bazel index fcdedba..b4f306b 100644 --- a/rules/rust/remote/BUILD.parking_lot_core-0.8.3.bazel +++ b/rules/rust/remote/BUILD.parking_lot_core-0.8.3.bazel @@ -60,7 +60,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", ], "//conditions:default": [], }), diff --git a/rules/rust/remote/BUILD.pin-project-1.0.6.bazel b/rules/rust/remote/BUILD.pin-project-1.0.7.bazel similarity index 96% rename from rules/rust/remote/BUILD.pin-project-1.0.6.bazel rename to rules/rust/remote/BUILD.pin-project-1.0.7.bazel index 6f58b4f..fc18fe3 100644 --- a/rules/rust/remote/BUILD.pin-project-1.0.6.bazel +++ b/rules/rust/remote/BUILD.pin-project-1.0.7.bazel @@ -64,7 +64,7 @@ rust_library( data = [], edition = "2018", proc_macro_deps = [ - "@raze__pin_project_internal__1_0_6//:pin_project_internal", + "@raze__pin_project_internal__1_0_7//:pin_project_internal", ], rustc_flags = [ "--cap-lints=allow", @@ -73,7 +73,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.6", + version = "1.0.7", # buildifier: leave-alone deps = [ ], diff --git a/rules/rust/remote/BUILD.pin-project-internal-0.4.28.bazel b/rules/rust/remote/BUILD.pin-project-internal-0.4.28.bazel index b6bd944..abaca42 100644 --- a/rules/rust/remote/BUILD.pin-project-internal-0.4.28.bazel +++ b/rules/rust/remote/BUILD.pin-project-internal-0.4.28.bazel @@ -79,8 +79,8 @@ rust_library( # buildifier: leave-alone deps = [ ":pin_project_internal_build_script", - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_67//:syn", + "@raze__syn__1_0_69//:syn", ], ) diff --git a/rules/rust/remote/BUILD.pin-project-internal-1.0.6.bazel b/rules/rust/remote/BUILD.pin-project-internal-1.0.7.bazel similarity index 90% rename from rules/rust/remote/BUILD.pin-project-internal-1.0.6.bazel rename to rules/rust/remote/BUILD.pin-project-internal-1.0.7.bazel index 95c3549..d646751 100644 --- a/rules/rust/remote/BUILD.pin-project-internal-1.0.6.bazel +++ b/rules/rust/remote/BUILD.pin-project-internal-1.0.7.bazel @@ -46,11 +46,11 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.6", + version = "1.0.7", # buildifier: leave-alone deps = [ - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_67//:syn", + "@raze__syn__1_0_69//:syn", ], ) diff --git a/rules/rust/remote/BUILD.postgres-0.17.5.bazel b/rules/rust/remote/BUILD.postgres-0.17.5.bazel index 8f2ec29..e2871bb 100644 --- a/rules/rust/remote/BUILD.postgres-0.17.5.bazel +++ b/rules/rust/remote/BUILD.postgres-0.17.5.bazel @@ -53,7 +53,7 @@ rust_library( deps = [ "@raze__bytes__0_5_6//:bytes", "@raze__fallible_iterator__0_2_0//:fallible_iterator", - "@raze__futures__0_3_13//:futures", + "@raze__futures__0_3_14//:futures", "@raze__log__0_4_14//:log", "@raze__tokio__0_2_25//:tokio", "@raze__tokio_postgres__0_5_5//:tokio_postgres", diff --git a/rules/rust/remote/BUILD.postgres-derive-0.4.0.bazel b/rules/rust/remote/BUILD.postgres-derive-0.4.0.bazel index eb8308a..35829c9 100644 --- a/rules/rust/remote/BUILD.postgres-derive-0.4.0.bazel +++ b/rules/rust/remote/BUILD.postgres-derive-0.4.0.bazel @@ -49,8 +49,8 @@ rust_library( version = "0.4.0", # buildifier: leave-alone deps = [ - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_67//:syn", + "@raze__syn__1_0_69//:syn", ], ) diff --git a/rules/rust/remote/BUILD.postgres-protocol-0.5.3.bazel b/rules/rust/remote/BUILD.postgres-protocol-0.5.3.bazel index df461d3..428845b 100644 --- a/rules/rust/remote/BUILD.postgres-protocol-0.5.3.bazel +++ b/rules/rust/remote/BUILD.postgres-protocol-0.5.3.bazel @@ -50,7 +50,7 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__base64__0_13_0//:base64", - "@raze__byteorder__1_3_4//:byteorder", + "@raze__byteorder__1_4_3//:byteorder", "@raze__bytes__0_5_6//:bytes", "@raze__fallible_iterator__0_2_0//:fallible_iterator", "@raze__hmac__0_9_0//:hmac", diff --git a/rules/rust/remote/BUILD.postgres-protocol-0.6.0.bazel b/rules/rust/remote/BUILD.postgres-protocol-0.6.1.bazel similarity index 92% rename from rules/rust/remote/BUILD.postgres-protocol-0.6.0.bazel rename to rules/rust/remote/BUILD.postgres-protocol-0.6.1.bazel index 9d7a344..c832bdc 100644 --- a/rules/rust/remote/BUILD.postgres-protocol-0.6.0.bazel +++ b/rules/rust/remote/BUILD.postgres-protocol-0.6.1.bazel @@ -46,15 +46,15 @@ rust_library( "cargo-raze", "manual", ], - version = "0.6.0", + version = "0.6.1", # buildifier: leave-alone deps = [ "@raze__base64__0_13_0//:base64", - "@raze__byteorder__1_3_4//:byteorder", + "@raze__byteorder__1_4_3//:byteorder", "@raze__bytes__1_0_1//:bytes", "@raze__fallible_iterator__0_2_0//:fallible_iterator", "@raze__hmac__0_10_1//:hmac", - "@raze__md5__0_7_0//:md5", + "@raze__md_5__0_9_1//:md_5", "@raze__memchr__2_3_4//:memchr", "@raze__rand__0_8_3//:rand", "@raze__sha2__0_9_3//:sha2", diff --git a/rules/rust/remote/BUILD.postgres-types-0.2.0.bazel b/rules/rust/remote/BUILD.postgres-types-0.2.1.bazel similarity index 92% rename from rules/rust/remote/BUILD.postgres-types-0.2.0.bazel rename to rules/rust/remote/BUILD.postgres-types-0.2.1.bazel index 01afec5..a28a155 100644 --- a/rules/rust/remote/BUILD.postgres-types-0.2.0.bazel +++ b/rules/rust/remote/BUILD.postgres-types-0.2.1.bazel @@ -46,11 +46,11 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.0", + version = "0.2.1", # buildifier: leave-alone deps = [ "@raze__bytes__1_0_1//:bytes", "@raze__fallible_iterator__0_2_0//:fallible_iterator", - "@raze__postgres_protocol__0_6_0//:postgres_protocol", + "@raze__postgres_protocol__0_6_1//:postgres_protocol", ], ) diff --git a/rules/rust/remote/BUILD.proc-macro2-1.0.24.bazel b/rules/rust/remote/BUILD.proc-macro2-1.0.26.bazel similarity index 97% rename from rules/rust/remote/BUILD.proc-macro2-1.0.24.bazel rename to rules/rust/remote/BUILD.proc-macro2-1.0.26.bazel index 93d0148..f7a9260 100644 --- a/rules/rust/remote/BUILD.proc-macro2-1.0.24.bazel +++ b/rules/rust/remote/BUILD.proc-macro2-1.0.26.bazel @@ -55,7 +55,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.0.24", + version = "1.0.26", visibility = ["//visibility:private"], deps = [ ], @@ -81,7 +81,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.24", + version = "1.0.26", # buildifier: leave-alone deps = [ ":proc_macro2_build_script", diff --git a/rules/rust/remote/BUILD.proptest-0.10.1.bazel b/rules/rust/remote/BUILD.proptest-0.10.1.bazel index 79d2b88..8062b0d 100644 --- a/rules/rust/remote/BUILD.proptest-0.10.1.bazel +++ b/rules/rust/remote/BUILD.proptest-0.10.1.bazel @@ -74,7 +74,7 @@ rust_library( deps = [ "@raze__bit_set__0_5_2//:bit_set", "@raze__bitflags__1_2_1//:bitflags", - "@raze__byteorder__1_3_4//:byteorder", + "@raze__byteorder__1_4_3//:byteorder", "@raze__lazy_static__1_4_0//:lazy_static", "@raze__num_traits__0_2_14//:num_traits", "@raze__quick_error__1_2_3//:quick_error", diff --git a/rules/rust/remote/BUILD.quote-1.0.9.bazel b/rules/rust/remote/BUILD.quote-1.0.9.bazel index 185d310..be56d17 100644 --- a/rules/rust/remote/BUILD.quote-1.0.9.bazel +++ b/rules/rust/remote/BUILD.quote-1.0.9.bazel @@ -51,7 +51,7 @@ rust_library( version = "1.0.9", # buildifier: leave-alone deps = [ - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", ], ) diff --git a/rules/rust/remote/BUILD.rand-0.4.6.bazel b/rules/rust/remote/BUILD.rand-0.4.6.bazel index 5ae8962..45a1b95 100644 --- a/rules/rust/remote/BUILD.rand-0.4.6.bazel +++ b/rules/rust/remote/BUILD.rand-0.4.6.bazel @@ -66,7 +66,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", ], "//conditions:default": [], }), diff --git a/rules/rust/remote/BUILD.rand-0.5.6.bazel b/rules/rust/remote/BUILD.rand-0.5.6.bazel index 7972ece..bfbae83 100644 --- a/rules/rust/remote/BUILD.rand-0.5.6.bazel +++ b/rules/rust/remote/BUILD.rand-0.5.6.bazel @@ -75,7 +75,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", ], "//conditions:default": [], }), diff --git a/rules/rust/remote/BUILD.rand-0.7.3.bazel b/rules/rust/remote/BUILD.rand-0.7.3.bazel index 92dceba..4fcf6ee 100644 --- a/rules/rust/remote/BUILD.rand-0.7.3.bazel +++ b/rules/rust/remote/BUILD.rand-0.7.3.bazel @@ -79,7 +79,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", ], "//conditions:default": [], }), diff --git a/rules/rust/remote/BUILD.rand-0.8.3.bazel b/rules/rust/remote/BUILD.rand-0.8.3.bazel index 84d2e60..a29bc51 100644 --- a/rules/rust/remote/BUILD.rand-0.8.3.bazel +++ b/rules/rust/remote/BUILD.rand-0.8.3.bazel @@ -67,7 +67,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", ], "//conditions:default": [], }), diff --git a/rules/rust/remote/BUILD.rayon-core-1.9.0.bazel b/rules/rust/remote/BUILD.rayon-core-1.9.0.bazel index 915fb26..74decf5 100644 --- a/rules/rust/remote/BUILD.rayon-core-1.9.0.bazel +++ b/rules/rust/remote/BUILD.rayon-core-1.9.0.bazel @@ -89,7 +89,7 @@ rust_library( # buildifier: leave-alone deps = [ ":rayon_core_build_script", - "@raze__crossbeam_channel__0_5_0//:crossbeam_channel", + "@raze__crossbeam_channel__0_5_1//:crossbeam_channel", "@raze__crossbeam_deque__0_8_0//:crossbeam_deque", "@raze__crossbeam_utils__0_8_3//:crossbeam_utils", "@raze__lazy_static__1_4_0//:lazy_static", diff --git a/rules/rust/remote/BUILD.redox_syscall-0.2.5.bazel b/rules/rust/remote/BUILD.redox_syscall-0.2.6.bazel similarity index 98% rename from rules/rust/remote/BUILD.redox_syscall-0.2.5.bazel rename to rules/rust/remote/BUILD.redox_syscall-0.2.6.bazel index 84655de..612f721 100644 --- a/rules/rust/remote/BUILD.redox_syscall-0.2.5.bazel +++ b/rules/rust/remote/BUILD.redox_syscall-0.2.6.bazel @@ -55,7 +55,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.5", + version = "0.2.6", # buildifier: leave-alone deps = [ "@raze__bitflags__1_2_1//:bitflags", diff --git a/rules/rust/remote/BUILD.redox_users-0.4.0.bazel b/rules/rust/remote/BUILD.redox_users-0.4.0.bazel index 82fcf62..329afa6 100644 --- a/rules/rust/remote/BUILD.redox_users-0.4.0.bazel +++ b/rules/rust/remote/BUILD.redox_users-0.4.0.bazel @@ -50,6 +50,6 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__getrandom__0_2_2//:getrandom", - "@raze__redox_syscall__0_2_5//:redox_syscall", + "@raze__redox_syscall__0_2_6//:redox_syscall", ], ) diff --git a/rules/rust/remote/BUILD.regex-automata-0.1.9.bazel b/rules/rust/remote/BUILD.regex-automata-0.1.9.bazel index 152c8d8..c4773ca 100644 --- a/rules/rust/remote/BUILD.regex-automata-0.1.9.bazel +++ b/rules/rust/remote/BUILD.regex-automata-0.1.9.bazel @@ -49,7 +49,7 @@ rust_library( version = "0.1.9", # buildifier: leave-alone deps = [ - "@raze__byteorder__1_3_4//:byteorder", + "@raze__byteorder__1_4_3//:byteorder", ], ) diff --git a/rules/rust/remote/BUILD.reopen-1.0.2.bazel b/rules/rust/remote/BUILD.reopen-1.0.2.bazel index b7acc5a..5bbf74a 100644 --- a/rules/rust/remote/BUILD.reopen-1.0.2.bazel +++ b/rules/rust/remote/BUILD.reopen-1.0.2.bazel @@ -88,7 +88,7 @@ rust_library( # buildifier: leave-alone deps = [ ":reopen_build_script", - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", "@raze__signal_hook__0_2_3//:signal_hook", ], ) diff --git a/rules/rust/remote/BUILD.serde-hjson-0.9.1.bazel b/rules/rust/remote/BUILD.serde-hjson-0.9.1.bazel index 624f040..5cbc965 100644 --- a/rules/rust/remote/BUILD.serde-hjson-0.9.1.bazel +++ b/rules/rust/remote/BUILD.serde-hjson-0.9.1.bazel @@ -34,9 +34,6 @@ rust_library( name = "serde_hjson", srcs = glob(["**/*.rs"]), crate_features = [ - "default", - "linked-hash-map", - "preserve_order", ], crate_root = "src/lib.rs", crate_type = "lib", @@ -53,7 +50,6 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__lazy_static__1_4_0//:lazy_static", - "@raze__linked_hash_map__0_3_0//:linked_hash_map", "@raze__num_traits__0_1_43//:num_traits", "@raze__regex__1_4_5//:regex", "@raze__serde__0_8_23//:serde", diff --git a/rules/rust/remote/BUILD.serde_derive-1.0.125.bazel b/rules/rust/remote/BUILD.serde_derive-1.0.125.bazel index 1ef6e20..9e641db 100644 --- a/rules/rust/remote/BUILD.serde_derive-1.0.125.bazel +++ b/rules/rust/remote/BUILD.serde_derive-1.0.125.bazel @@ -81,8 +81,8 @@ rust_library( # buildifier: leave-alone deps = [ ":serde_derive_build_script", - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_67//:syn", + "@raze__syn__1_0_69//:syn", ], ) diff --git a/rules/rust/remote/BUILD.serde_test-0.8.23.bazel b/rules/rust/remote/BUILD.serde_test-0.8.23.bazel deleted file mode 100644 index ef007b7..0000000 --- a/rules/rust/remote/BUILD.serde_test-0.8.23.bazel +++ /dev/null @@ -1,54 +0,0 @@ -""" -@generated -cargo-raze crate build file. - -DO NOT EDIT! Replaced on runs of cargo-raze -""" - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -# buildifier: disable=load -load( - "@rules_rust//rust:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//rules/rust", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # MIT from expression "MIT OR Apache-2.0" -]) - -# Generated Targets - -rust_library( - name = "serde_test", - srcs = glob(["**/*.rs"]), - crate_features = [ - ], - crate_root = "src/lib.rs", - crate_type = "lib", - data = [], - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.8.23", - # buildifier: leave-alone - deps = [ - "@raze__serde__0_8_23//:serde", - ], -) diff --git a/rules/rust/remote/BUILD.signal-hook-0.2.3.bazel b/rules/rust/remote/BUILD.signal-hook-0.2.3.bazel index aac25ee..51eb3aa 100644 --- a/rules/rust/remote/BUILD.signal-hook-0.2.3.bazel +++ b/rules/rust/remote/BUILD.signal-hook-0.2.3.bazel @@ -49,7 +49,7 @@ rust_library( version = "0.2.3", # buildifier: leave-alone deps = [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", "@raze__signal_hook_registry__1_3_0//:signal_hook_registry", ], ) diff --git a/rules/rust/remote/BUILD.signal-hook-0.3.7.bazel b/rules/rust/remote/BUILD.signal-hook-0.3.8.bazel similarity index 96% rename from rules/rust/remote/BUILD.signal-hook-0.3.7.bazel rename to rules/rust/remote/BUILD.signal-hook-0.3.8.bazel index c748dad..684cb42 100644 --- a/rules/rust/remote/BUILD.signal-hook-0.3.7.bazel +++ b/rules/rust/remote/BUILD.signal-hook-0.3.8.bazel @@ -56,7 +56,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.3.7", + version = "0.3.8", visibility = ["//visibility:private"], deps = [ ], @@ -83,11 +83,11 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.7", + version = "0.3.8", # buildifier: leave-alone deps = [ ":signal_hook_build_script", - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", "@raze__signal_hook_registry__1_3_0//:signal_hook_registry", ], ) diff --git a/rules/rust/remote/BUILD.signal-hook-registry-1.3.0.bazel b/rules/rust/remote/BUILD.signal-hook-registry-1.3.0.bazel index 363669b..d247e73 100644 --- a/rules/rust/remote/BUILD.signal-hook-registry-1.3.0.bazel +++ b/rules/rust/remote/BUILD.signal-hook-registry-1.3.0.bazel @@ -49,7 +49,7 @@ rust_library( version = "1.3.0", # buildifier: leave-alone deps = [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", ], ) diff --git a/rules/rust/remote/BUILD.slog-async-2.6.0.bazel b/rules/rust/remote/BUILD.slog-async-2.6.0.bazel index 6dd78c2..ae1b4d4 100644 --- a/rules/rust/remote/BUILD.slog-async-2.6.0.bazel +++ b/rules/rust/remote/BUILD.slog-async-2.6.0.bazel @@ -50,7 +50,7 @@ rust_library( version = "2.6.0", # buildifier: leave-alone deps = [ - "@raze__crossbeam_channel__0_5_0//:crossbeam_channel", + "@raze__crossbeam_channel__0_5_1//:crossbeam_channel", "@raze__slog__2_7_0//:slog", "@raze__take_mut__0_2_2//:take_mut", "@raze__thread_local__1_1_3//:thread_local", diff --git a/rules/rust/remote/BUILD.slog_derive-0.2.0.bazel b/rules/rust/remote/BUILD.slog_derive-0.2.0.bazel index 78287ea..ba584f5 100644 --- a/rules/rust/remote/BUILD.slog_derive-0.2.0.bazel +++ b/rules/rust/remote/BUILD.slog_derive-0.2.0.bazel @@ -49,8 +49,8 @@ rust_library( version = "0.2.0", # buildifier: leave-alone deps = [ - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_67//:syn", + "@raze__syn__1_0_69//:syn", ], ) diff --git a/rules/rust/remote/BUILD.socket2-0.3.19.bazel b/rules/rust/remote/BUILD.socket2-0.3.19.bazel index 9e2939a..614aafc 100644 --- a/rules/rust/remote/BUILD.socket2-0.3.19.bazel +++ b/rules/rust/remote/BUILD.socket2-0.3.19.bazel @@ -58,7 +58,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ "@raze__cfg_if__1_0_0//:cfg_if", - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", ], "//conditions:default": [], }), diff --git a/rules/rust/remote/BUILD.socket2-0.4.0.bazel b/rules/rust/remote/BUILD.socket2-0.4.0.bazel new file mode 100644 index 0000000..314f7e6 --- /dev/null +++ b/rules/rust/remote/BUILD.socket2-0.4.0.bazel @@ -0,0 +1,64 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +# buildifier: disable=load +load( + "@rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//rules/rust", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT OR Apache-2.0" +]) + +# Generated Targets + +rust_library( + name = "socket2", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.4.0", + # buildifier: leave-alone + deps = [ + ] + selects.with_or({ + # cfg(unix) + ( + "@rules_rust//rust/platform:x86_64-apple-darwin", + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", + ): [ + "@raze__libc__0_2_93//:libc", + ], + "//conditions:default": [], + }), +) diff --git a/rules/rust/remote/BUILD.stdweb-derive-0.5.3.bazel b/rules/rust/remote/BUILD.stdweb-derive-0.5.3.bazel index ac74c83..d0469a5 100644 --- a/rules/rust/remote/BUILD.stdweb-derive-0.5.3.bazel +++ b/rules/rust/remote/BUILD.stdweb-derive-0.5.3.bazel @@ -52,9 +52,9 @@ rust_library( version = "0.5.3", # buildifier: leave-alone deps = [ - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", "@raze__serde__1_0_125//:serde", - "@raze__syn__1_0_67//:syn", + "@raze__syn__1_0_69//:syn", ], ) diff --git a/rules/rust/remote/BUILD.stdweb-internal-macros-0.2.9.bazel b/rules/rust/remote/BUILD.stdweb-internal-macros-0.2.9.bazel index c0773f8..201c38f 100644 --- a/rules/rust/remote/BUILD.stdweb-internal-macros-0.2.9.bazel +++ b/rules/rust/remote/BUILD.stdweb-internal-macros-0.2.9.bazel @@ -53,11 +53,11 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__base_x__0_2_8//:base_x", - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", "@raze__serde__1_0_125//:serde", "@raze__serde_json__1_0_64//:serde_json", "@raze__sha1__0_6_0//:sha1", - "@raze__syn__1_0_67//:syn", + "@raze__syn__1_0_69//:syn", ], ) diff --git a/rules/rust/remote/BUILD.stringprep-0.1.2.bazel b/rules/rust/remote/BUILD.stringprep-0.1.2.bazel index 8bf663f..d1c6f75 100644 --- a/rules/rust/remote/BUILD.stringprep-0.1.2.bazel +++ b/rules/rust/remote/BUILD.stringprep-0.1.2.bazel @@ -49,7 +49,7 @@ rust_library( version = "0.1.2", # buildifier: leave-alone deps = [ - "@raze__unicode_bidi__0_3_4//:unicode_bidi", + "@raze__unicode_bidi__0_3_5//:unicode_bidi", "@raze__unicode_normalization__0_1_17//:unicode_normalization", ], ) diff --git a/rules/rust/remote/BUILD.strum_macros-0.20.1.bazel b/rules/rust/remote/BUILD.strum_macros-0.20.1.bazel index 626a702..2d2c10f 100644 --- a/rules/rust/remote/BUILD.strum_macros-0.20.1.bazel +++ b/rules/rust/remote/BUILD.strum_macros-0.20.1.bazel @@ -50,8 +50,8 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__heck__0_3_2//:heck", - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_67//:syn", + "@raze__syn__1_0_69//:syn", ], ) diff --git a/rules/rust/remote/BUILD.syn-1.0.67.bazel b/rules/rust/remote/BUILD.syn-1.0.69.bazel similarity index 97% rename from rules/rust/remote/BUILD.syn-1.0.67.bazel rename to rules/rust/remote/BUILD.syn-1.0.69.bazel index 8e097f0..87f913c 100644 --- a/rules/rust/remote/BUILD.syn-1.0.67.bazel +++ b/rules/rust/remote/BUILD.syn-1.0.69.bazel @@ -64,7 +64,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.0.67", + version = "1.0.69", visibility = ["//visibility:private"], deps = [ ], @@ -101,11 +101,11 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.67", + version = "1.0.69", # buildifier: leave-alone deps = [ ":syn_build_script", - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", "@raze__unicode_xid__0_2_1//:unicode_xid", ], diff --git a/rules/rust/remote/BUILD.synstructure-0.12.4.bazel b/rules/rust/remote/BUILD.synstructure-0.12.4.bazel index 72f1369..b0e0d72 100644 --- a/rules/rust/remote/BUILD.synstructure-0.12.4.bazel +++ b/rules/rust/remote/BUILD.synstructure-0.12.4.bazel @@ -51,9 +51,9 @@ rust_library( version = "0.12.4", # buildifier: leave-alone deps = [ - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_67//:syn", + "@raze__syn__1_0_69//:syn", "@raze__unicode_xid__0_2_1//:unicode_xid", ], ) diff --git a/rules/rust/remote/BUILD.tantivy-fst-0.3.0.bazel b/rules/rust/remote/BUILD.tantivy-fst-0.3.0.bazel index 072a473..4332d58 100644 --- a/rules/rust/remote/BUILD.tantivy-fst-0.3.0.bazel +++ b/rules/rust/remote/BUILD.tantivy-fst-0.3.0.bazel @@ -53,7 +53,7 @@ rust_library( version = "0.3.0", # buildifier: leave-alone deps = [ - "@raze__byteorder__1_3_4//:byteorder", + "@raze__byteorder__1_4_3//:byteorder", "@raze__regex_syntax__0_4_2//:regex_syntax", "@raze__utf8_ranges__1_0_4//:utf8_ranges", ], diff --git a/rules/rust/remote/BUILD.tar-0.4.33.bazel b/rules/rust/remote/BUILD.tar-0.4.33.bazel index 7ef681a..a944bfc 100644 --- a/rules/rust/remote/BUILD.tar-0.4.33.bazel +++ b/rules/rust/remote/BUILD.tar-0.4.33.bazel @@ -68,7 +68,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", "@raze__xattr__0_2_2//:xattr", ], "//conditions:default": [], diff --git a/rules/rust/remote/BUILD.tempfile-3.2.0.bazel b/rules/rust/remote/BUILD.tempfile-3.2.0.bazel index 0ddf904..61f3c43 100644 --- a/rules/rust/remote/BUILD.tempfile-3.2.0.bazel +++ b/rules/rust/remote/BUILD.tempfile-3.2.0.bazel @@ -60,7 +60,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", ], "//conditions:default": [], }), diff --git a/rules/rust/remote/BUILD.thiserror-impl-1.0.24.bazel b/rules/rust/remote/BUILD.thiserror-impl-1.0.24.bazel index bad36d7..efadeca 100644 --- a/rules/rust/remote/BUILD.thiserror-impl-1.0.24.bazel +++ b/rules/rust/remote/BUILD.thiserror-impl-1.0.24.bazel @@ -49,8 +49,8 @@ rust_library( version = "1.0.24", # buildifier: leave-alone deps = [ - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_67//:syn", + "@raze__syn__1_0_69//:syn", ], ) diff --git a/rules/rust/remote/BUILD.thread-id-3.3.0.bazel b/rules/rust/remote/BUILD.thread-id-3.3.0.bazel index 91f39cb..04b4590 100644 --- a/rules/rust/remote/BUILD.thread-id-3.3.0.bazel +++ b/rules/rust/remote/BUILD.thread-id-3.3.0.bazel @@ -57,7 +57,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", ], "//conditions:default": [], }), diff --git a/rules/rust/remote/BUILD.time-0.1.43.bazel b/rules/rust/remote/BUILD.time-0.1.43.bazel index 7c8f003..eed6473 100644 --- a/rules/rust/remote/BUILD.time-0.1.43.bazel +++ b/rules/rust/remote/BUILD.time-0.1.43.bazel @@ -50,6 +50,6 @@ rust_library( version = "0.1.43", # buildifier: leave-alone deps = [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", ], ) diff --git a/rules/rust/remote/BUILD.time-0.2.26.bazel b/rules/rust/remote/BUILD.time-0.2.26.bazel index b494be3..2664ec2 100644 --- a/rules/rust/remote/BUILD.time-0.2.26.bazel +++ b/rules/rust/remote/BUILD.time-0.2.26.bazel @@ -92,7 +92,7 @@ rust_library( data = [], edition = "2018", proc_macro_deps = [ - "@raze__const_fn__0_4_6//:const_fn", + "@raze__const_fn__0_4_7//:const_fn", ], rustc_flags = [ "--cap-lints=allow", @@ -114,7 +114,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", ], "//conditions:default": [], }), diff --git a/rules/rust/remote/BUILD.time-macros-impl-0.1.1.bazel b/rules/rust/remote/BUILD.time-macros-impl-0.1.1.bazel index 68f9ff1..dadad9e 100644 --- a/rules/rust/remote/BUILD.time-macros-impl-0.1.1.bazel +++ b/rules/rust/remote/BUILD.time-macros-impl-0.1.1.bazel @@ -52,9 +52,9 @@ rust_library( version = "0.1.1", # buildifier: leave-alone deps = [ - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", "@raze__standback__0_2_17//:standback", - "@raze__syn__1_0_67//:syn", + "@raze__syn__1_0_69//:syn", ], ) diff --git a/rules/rust/remote/BUILD.tinyvec-1.1.1.bazel b/rules/rust/remote/BUILD.tinyvec-1.2.0.bazel similarity index 98% rename from rules/rust/remote/BUILD.tinyvec-1.1.1.bazel rename to rules/rust/remote/BUILD.tinyvec-1.2.0.bazel index 1b6206e..d1c221f 100644 --- a/rules/rust/remote/BUILD.tinyvec-1.1.1.bazel +++ b/rules/rust/remote/BUILD.tinyvec-1.2.0.bazel @@ -51,7 +51,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.1.1", + version = "1.2.0", # buildifier: leave-alone deps = [ "@raze__tinyvec_macros__0_1_0//:tinyvec_macros", diff --git a/rules/rust/remote/BUILD.tokio-0.2.25.bazel b/rules/rust/remote/BUILD.tokio-0.2.25.bazel index 65cad00..e744f0c 100644 --- a/rules/rust/remote/BUILD.tokio-0.2.25.bazel +++ b/rules/rust/remote/BUILD.tokio-0.2.25.bazel @@ -91,7 +91,7 @@ rust_library( deps = [ "@raze__bytes__0_5_6//:bytes", "@raze__fnv__1_0_7//:fnv", - "@raze__futures_core__0_3_13//:futures_core", + "@raze__futures_core__0_3_14//:futures_core", "@raze__iovec__0_1_4//:iovec", "@raze__lazy_static__1_4_0//:lazy_static", "@raze__memchr__2_3_4//:memchr", @@ -105,7 +105,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", "@raze__mio_uds__0_6_8//:mio_uds", "@raze__signal_hook_registry__1_3_0//:signal_hook_registry", ], diff --git a/rules/rust/remote/BUILD.tokio-1.4.0.bazel b/rules/rust/remote/BUILD.tokio-1.5.0.bazel similarity index 97% rename from rules/rust/remote/BUILD.tokio-1.4.0.bazel rename to rules/rust/remote/BUILD.tokio-1.5.0.bazel index 6cb3c2a..628b134 100644 --- a/rules/rust/remote/BUILD.tokio-1.4.0.bazel +++ b/rules/rust/remote/BUILD.tokio-1.5.0.bazel @@ -62,7 +62,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.4.0", + version = "1.5.0", visibility = ["//visibility:private"], deps = [ "@raze__autocfg__1_0_1//:autocfg", @@ -104,7 +104,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.4.0", + version = "1.5.0", # buildifier: leave-alone deps = [ ":tokio_build_script", @@ -118,7 +118,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", ], "//conditions:default": [], }), @@ -150,6 +150,8 @@ rust_library( # Unsupported target "io_copy" with type "test" omitted +# Unsupported target "io_copy_bidirectional" with type "test" omitted + # Unsupported target "io_driver" with type "test" omitted # Unsupported target "io_driver_drop" with type "test" omitted @@ -248,6 +250,8 @@ rust_library( # Unsupported target "sync_notify" with type "test" omitted +# Unsupported target "sync_once_cell" with type "test" omitted + # Unsupported target "sync_oneshot" with type "test" omitted # Unsupported target "sync_rwlock" with type "test" omitted diff --git a/rules/rust/remote/BUILD.tokio-macros-0.2.6.bazel b/rules/rust/remote/BUILD.tokio-macros-0.2.6.bazel index 299212d..3c7e2f5 100644 --- a/rules/rust/remote/BUILD.tokio-macros-0.2.6.bazel +++ b/rules/rust/remote/BUILD.tokio-macros-0.2.6.bazel @@ -49,8 +49,8 @@ rust_library( version = "0.2.6", # buildifier: leave-alone deps = [ - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_67//:syn", + "@raze__syn__1_0_69//:syn", ], ) diff --git a/rules/rust/remote/BUILD.tokio-pg-mapper-0.2.0.bazel b/rules/rust/remote/BUILD.tokio-pg-mapper-0.2.0.bazel index babcbdd..64025bf 100644 --- a/rules/rust/remote/BUILD.tokio-pg-mapper-0.2.0.bazel +++ b/rules/rust/remote/BUILD.tokio-pg-mapper-0.2.0.bazel @@ -49,6 +49,6 @@ rust_library( version = "0.2.0", # buildifier: leave-alone deps = [ - "@raze__tokio_postgres__0_7_0//:tokio_postgres", + "@raze__tokio_postgres__0_7_1//:tokio_postgres", ], ) diff --git a/rules/rust/remote/BUILD.tokio-pg-mapper-derive-0.2.0.bazel b/rules/rust/remote/BUILD.tokio-pg-mapper-derive-0.2.0.bazel index a677b6b..7d2a489 100644 --- a/rules/rust/remote/BUILD.tokio-pg-mapper-derive-0.2.0.bazel +++ b/rules/rust/remote/BUILD.tokio-pg-mapper-derive-0.2.0.bazel @@ -50,7 +50,7 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_67//:syn", - "@raze__tokio_postgres__0_7_0//:tokio_postgres", + "@raze__syn__1_0_69//:syn", + "@raze__tokio_postgres__0_7_1//:tokio_postgres", ], ) diff --git a/rules/rust/remote/BUILD.tokio-postgres-0.5.5.bazel b/rules/rust/remote/BUILD.tokio-postgres-0.5.5.bazel index 5080702..438efd5 100644 --- a/rules/rust/remote/BUILD.tokio-postgres-0.5.5.bazel +++ b/rules/rust/remote/BUILD.tokio-postgres-0.5.5.bazel @@ -44,7 +44,7 @@ rust_library( data = [], edition = "2018", proc_macro_deps = [ - "@raze__async_trait__0_1_48//:async_trait", + "@raze__async_trait__0_1_50//:async_trait", ], rustc_flags = [ "--cap-lints=allow", @@ -56,10 +56,10 @@ rust_library( version = "0.5.5", # buildifier: leave-alone deps = [ - "@raze__byteorder__1_3_4//:byteorder", + "@raze__byteorder__1_4_3//:byteorder", "@raze__bytes__0_5_6//:bytes", "@raze__fallible_iterator__0_2_0//:fallible_iterator", - "@raze__futures__0_3_13//:futures", + "@raze__futures__0_3_14//:futures", "@raze__log__0_4_14//:log", "@raze__parking_lot__0_11_1//:parking_lot", "@raze__percent_encoding__2_1_0//:percent_encoding", diff --git a/rules/rust/remote/BUILD.tokio-postgres-0.7.0.bazel b/rules/rust/remote/BUILD.tokio-postgres-0.7.1.bazel similarity index 78% rename from rules/rust/remote/BUILD.tokio-postgres-0.7.0.bazel rename to rules/rust/remote/BUILD.tokio-postgres-0.7.1.bazel index 0f22a60..97513a7 100644 --- a/rules/rust/remote/BUILD.tokio-postgres-0.7.0.bazel +++ b/rules/rust/remote/BUILD.tokio-postgres-0.7.1.bazel @@ -44,7 +44,7 @@ rust_library( data = [], edition = "2018", proc_macro_deps = [ - "@raze__async_trait__0_1_48//:async_trait", + "@raze__async_trait__0_1_50//:async_trait", ], rustc_flags = [ "--cap-lints=allow", @@ -53,23 +53,23 @@ rust_library( "cargo-raze", "manual", ], - version = "0.7.0", + version = "0.7.1", # buildifier: leave-alone deps = [ - "@raze__byteorder__1_3_4//:byteorder", + "@raze__byteorder__1_4_3//:byteorder", "@raze__bytes__1_0_1//:bytes", "@raze__fallible_iterator__0_2_0//:fallible_iterator", - "@raze__futures__0_3_13//:futures", + "@raze__futures__0_3_14//:futures", "@raze__log__0_4_14//:log", "@raze__parking_lot__0_11_1//:parking_lot", "@raze__percent_encoding__2_1_0//:percent_encoding", "@raze__phf__0_8_0//:phf", "@raze__pin_project_lite__0_2_6//:pin_project_lite", - "@raze__postgres_protocol__0_6_0//:postgres_protocol", - "@raze__postgres_types__0_2_0//:postgres_types", - "@raze__socket2__0_3_19//:socket2", - "@raze__tokio__1_4_0//:tokio", - "@raze__tokio_util__0_6_5//:tokio_util", + "@raze__postgres_protocol__0_6_1//:postgres_protocol", + "@raze__postgres_types__0_2_1//:postgres_types", + "@raze__socket2__0_4_0//:socket2", + "@raze__tokio__1_5_0//:tokio", + "@raze__tokio_util__0_6_6//:tokio_util", ], ) diff --git a/rules/rust/remote/BUILD.tokio-util-0.2.0.bazel b/rules/rust/remote/BUILD.tokio-util-0.2.0.bazel index 19b6c68..24f4af1 100644 --- a/rules/rust/remote/BUILD.tokio-util-0.2.0.bazel +++ b/rules/rust/remote/BUILD.tokio-util-0.2.0.bazel @@ -51,8 +51,8 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__bytes__0_5_6//:bytes", - "@raze__futures_core__0_3_13//:futures_core", - "@raze__futures_sink__0_3_13//:futures_sink", + "@raze__futures_core__0_3_14//:futures_core", + "@raze__futures_sink__0_3_14//:futures_sink", "@raze__log__0_4_14//:log", "@raze__pin_project_lite__0_1_12//:pin_project_lite", "@raze__tokio__0_2_25//:tokio", diff --git a/rules/rust/remote/BUILD.tokio-util-0.3.1.bazel b/rules/rust/remote/BUILD.tokio-util-0.3.1.bazel index 0ea0663..9f5613c 100644 --- a/rules/rust/remote/BUILD.tokio-util-0.3.1.bazel +++ b/rules/rust/remote/BUILD.tokio-util-0.3.1.bazel @@ -56,9 +56,9 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__bytes__0_5_6//:bytes", - "@raze__futures_core__0_3_13//:futures_core", - "@raze__futures_io__0_3_13//:futures_io", - "@raze__futures_sink__0_3_13//:futures_sink", + "@raze__futures_core__0_3_14//:futures_core", + "@raze__futures_io__0_3_14//:futures_io", + "@raze__futures_sink__0_3_14//:futures_sink", "@raze__log__0_4_14//:log", "@raze__pin_project_lite__0_1_12//:pin_project_lite", "@raze__tokio__0_2_25//:tokio", diff --git a/rules/rust/remote/BUILD.tokio-util-0.6.5.bazel b/rules/rust/remote/BUILD.tokio-util-0.6.6.bazel similarity index 92% rename from rules/rust/remote/BUILD.tokio-util-0.6.5.bazel rename to rules/rust/remote/BUILD.tokio-util-0.6.6.bazel index d3f703a..bfbbe4b 100644 --- a/rules/rust/remote/BUILD.tokio-util-0.6.5.bazel +++ b/rules/rust/remote/BUILD.tokio-util-0.6.6.bazel @@ -48,15 +48,15 @@ rust_library( "cargo-raze", "manual", ], - version = "0.6.5", + version = "0.6.6", # buildifier: leave-alone deps = [ "@raze__bytes__1_0_1//:bytes", - "@raze__futures_core__0_3_13//:futures_core", - "@raze__futures_sink__0_3_13//:futures_sink", + "@raze__futures_core__0_3_14//:futures_core", + "@raze__futures_sink__0_3_14//:futures_sink", "@raze__log__0_4_14//:log", "@raze__pin_project_lite__0_2_6//:pin_project_lite", - "@raze__tokio__1_4_0//:tokio", + "@raze__tokio__1_5_0//:tokio", ], ) diff --git a/rules/rust/remote/BUILD.tracing-futures-0.2.5.bazel b/rules/rust/remote/BUILD.tracing-futures-0.2.5.bazel index e4dc53b..71b3f2c 100644 --- a/rules/rust/remote/BUILD.tracing-futures-0.2.5.bazel +++ b/rules/rust/remote/BUILD.tracing-futures-0.2.5.bazel @@ -51,7 +51,7 @@ rust_library( version = "0.2.5", # buildifier: leave-alone deps = [ - "@raze__pin_project__1_0_6//:pin_project", + "@raze__pin_project__1_0_7//:pin_project", "@raze__tracing__0_1_25//:tracing", ], ) diff --git a/rules/rust/remote/BUILD.trust-dns-proto-0.19.7.bazel b/rules/rust/remote/BUILD.trust-dns-proto-0.19.7.bazel index e2ddbdc..674b6ae 100644 --- a/rules/rust/remote/BUILD.trust-dns-proto-0.19.7.bazel +++ b/rules/rust/remote/BUILD.trust-dns-proto-0.19.7.bazel @@ -46,7 +46,7 @@ rust_library( data = [], edition = "2018", proc_macro_deps = [ - "@raze__async_trait__0_1_48//:async_trait", + "@raze__async_trait__0_1_50//:async_trait", "@raze__enum_as_inner__0_3_3//:enum_as_inner", ], rustc_flags = [ @@ -60,8 +60,8 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__cfg_if__1_0_0//:cfg_if", - "@raze__futures__0_3_13//:futures", - "@raze__idna__0_2_2//:idna", + "@raze__futures__0_3_14//:futures", + "@raze__idna__0_2_3//:idna", "@raze__lazy_static__1_4_0//:lazy_static", "@raze__log__0_4_14//:log", "@raze__rand__0_7_3//:rand", diff --git a/rules/rust/remote/BUILD.trust-dns-resolver-0.19.7.bazel b/rules/rust/remote/BUILD.trust-dns-resolver-0.19.7.bazel index 9db4dec..7ab67f9 100644 --- a/rules/rust/remote/BUILD.trust-dns-resolver-0.19.7.bazel +++ b/rules/rust/remote/BUILD.trust-dns-resolver-0.19.7.bazel @@ -59,7 +59,7 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__cfg_if__0_1_10//:cfg_if", - "@raze__futures__0_3_13//:futures", + "@raze__futures__0_3_14//:futures", "@raze__lazy_static__1_4_0//:lazy_static", "@raze__log__0_4_14//:log", "@raze__lru_cache__0_1_2//:lru_cache", diff --git a/rules/rust/remote/BUILD.unicode-bidi-0.3.4.bazel b/rules/rust/remote/BUILD.unicode-bidi-0.3.5.bazel similarity index 95% rename from rules/rust/remote/BUILD.unicode-bidi-0.3.4.bazel rename to rules/rust/remote/BUILD.unicode-bidi-0.3.5.bazel index 0ec4e8c..aa3737b 100644 --- a/rules/rust/remote/BUILD.unicode-bidi-0.3.4.bazel +++ b/rules/rust/remote/BUILD.unicode-bidi-0.3.5.bazel @@ -39,7 +39,7 @@ rust_library( crate_root = "src/lib.rs", crate_type = "lib", data = [], - edition = "2015", + edition = "2018", rustc_flags = [ "--cap-lints=allow", ], @@ -47,7 +47,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.4", + version = "0.3.5", # buildifier: leave-alone deps = [ "@raze__matches__0_1_8//:matches", diff --git a/rules/rust/remote/BUILD.unicode-normalization-0.1.17.bazel b/rules/rust/remote/BUILD.unicode-normalization-0.1.17.bazel index 332af7f..f650c06 100644 --- a/rules/rust/remote/BUILD.unicode-normalization-0.1.17.bazel +++ b/rules/rust/remote/BUILD.unicode-normalization-0.1.17.bazel @@ -53,6 +53,6 @@ rust_library( version = "0.1.17", # buildifier: leave-alone deps = [ - "@raze__tinyvec__1_1_1//:tinyvec", + "@raze__tinyvec__1_2_0//:tinyvec", ], ) diff --git a/rules/rust/remote/BUILD.unix_socket-0.5.0.bazel b/rules/rust/remote/BUILD.unix_socket-0.5.0.bazel index 4a5a6ae..dc2eb1c 100644 --- a/rules/rust/remote/BUILD.unix_socket-0.5.0.bazel +++ b/rules/rust/remote/BUILD.unix_socket-0.5.0.bazel @@ -50,6 +50,6 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__cfg_if__0_1_10//:cfg_if", - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", ], ) diff --git a/rules/rust/remote/BUILD.url-2.2.1.bazel b/rules/rust/remote/BUILD.url-2.2.1.bazel index 135cadb..d9da4c8 100644 --- a/rules/rust/remote/BUILD.url-2.2.1.bazel +++ b/rules/rust/remote/BUILD.url-2.2.1.bazel @@ -52,7 +52,7 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__form_urlencoded__1_0_1//:form_urlencoded", - "@raze__idna__0_2_2//:idna", + "@raze__idna__0_2_3//:idna", "@raze__matches__0_1_8//:matches", "@raze__percent_encoding__2_1_0//:percent_encoding", ], diff --git a/rules/rust/remote/BUILD.wait-timeout-0.2.0.bazel b/rules/rust/remote/BUILD.wait-timeout-0.2.0.bazel index a3242a0..d423b7d 100644 --- a/rules/rust/remote/BUILD.wait-timeout-0.2.0.bazel +++ b/rules/rust/remote/BUILD.wait-timeout-0.2.0.bazel @@ -59,7 +59,7 @@ rust_binary( "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", ], "//conditions:default": [], }), @@ -94,7 +94,7 @@ rust_binary( "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", ], "//conditions:default": [], }), @@ -129,7 +129,7 @@ rust_binary( "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", ], "//conditions:default": [], }), @@ -162,7 +162,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", ], "//conditions:default": [], }), diff --git a/rules/rust/remote/BUILD.wasm-bindgen-0.2.72.bazel b/rules/rust/remote/BUILD.wasm-bindgen-0.2.73.bazel similarity index 95% rename from rules/rust/remote/BUILD.wasm-bindgen-0.2.72.bazel rename to rules/rust/remote/BUILD.wasm-bindgen-0.2.73.bazel index b2f32dd..129979f 100644 --- a/rules/rust/remote/BUILD.wasm-bindgen-0.2.72.bazel +++ b/rules/rust/remote/BUILD.wasm-bindgen-0.2.73.bazel @@ -56,7 +56,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.2.72", + version = "0.2.73", visibility = ["//visibility:private"], deps = [ ], @@ -75,7 +75,7 @@ rust_library( data = [], edition = "2018", proc_macro_deps = [ - "@raze__wasm_bindgen_macro__0_2_72//:wasm_bindgen_macro", + "@raze__wasm_bindgen_macro__0_2_73//:wasm_bindgen_macro", ], rustc_flags = [ "--cap-lints=allow", @@ -84,7 +84,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.72", + version = "0.2.73", # buildifier: leave-alone deps = [ ":wasm_bindgen_build_script", diff --git a/rules/rust/remote/BUILD.wasm-bindgen-backend-0.2.72.bazel b/rules/rust/remote/BUILD.wasm-bindgen-backend-0.2.73.bazel similarity index 87% rename from rules/rust/remote/BUILD.wasm-bindgen-backend-0.2.72.bazel rename to rules/rust/remote/BUILD.wasm-bindgen-backend-0.2.73.bazel index f950d9b..f469d70 100644 --- a/rules/rust/remote/BUILD.wasm-bindgen-backend-0.2.72.bazel +++ b/rules/rust/remote/BUILD.wasm-bindgen-backend-0.2.73.bazel @@ -47,15 +47,15 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.72", + version = "0.2.73", # buildifier: leave-alone deps = [ "@raze__bumpalo__3_6_1//:bumpalo", "@raze__lazy_static__1_4_0//:lazy_static", "@raze__log__0_4_14//:log", - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_67//:syn", - "@raze__wasm_bindgen_shared__0_2_72//:wasm_bindgen_shared", + "@raze__syn__1_0_69//:syn", + "@raze__wasm_bindgen_shared__0_2_73//:wasm_bindgen_shared", ], ) diff --git a/rules/rust/remote/BUILD.wasm-bindgen-macro-0.2.72.bazel b/rules/rust/remote/BUILD.wasm-bindgen-macro-0.2.73.bazel similarity index 92% rename from rules/rust/remote/BUILD.wasm-bindgen-macro-0.2.72.bazel rename to rules/rust/remote/BUILD.wasm-bindgen-macro-0.2.73.bazel index 162167f..1c26b30 100644 --- a/rules/rust/remote/BUILD.wasm-bindgen-macro-0.2.72.bazel +++ b/rules/rust/remote/BUILD.wasm-bindgen-macro-0.2.73.bazel @@ -47,11 +47,11 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.72", + version = "0.2.73", # buildifier: leave-alone deps = [ "@raze__quote__1_0_9//:quote", - "@raze__wasm_bindgen_macro_support__0_2_72//:wasm_bindgen_macro_support", + "@raze__wasm_bindgen_macro_support__0_2_73//:wasm_bindgen_macro_support", ], ) diff --git a/rules/rust/remote/BUILD.wasm-bindgen-macro-support-0.2.72.bazel b/rules/rust/remote/BUILD.wasm-bindgen-macro-support-0.2.73.bazel similarity index 81% rename from rules/rust/remote/BUILD.wasm-bindgen-macro-support-0.2.72.bazel rename to rules/rust/remote/BUILD.wasm-bindgen-macro-support-0.2.73.bazel index b5bca56..4571058 100644 --- a/rules/rust/remote/BUILD.wasm-bindgen-macro-support-0.2.72.bazel +++ b/rules/rust/remote/BUILD.wasm-bindgen-macro-support-0.2.73.bazel @@ -47,13 +47,13 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.72", + version = "0.2.73", # buildifier: leave-alone deps = [ - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_67//:syn", - "@raze__wasm_bindgen_backend__0_2_72//:wasm_bindgen_backend", - "@raze__wasm_bindgen_shared__0_2_72//:wasm_bindgen_shared", + "@raze__syn__1_0_69//:syn", + "@raze__wasm_bindgen_backend__0_2_73//:wasm_bindgen_backend", + "@raze__wasm_bindgen_shared__0_2_73//:wasm_bindgen_shared", ], ) diff --git a/rules/rust/remote/BUILD.wasm-bindgen-shared-0.2.72.bazel b/rules/rust/remote/BUILD.wasm-bindgen-shared-0.2.73.bazel similarity index 97% rename from rules/rust/remote/BUILD.wasm-bindgen-shared-0.2.72.bazel rename to rules/rust/remote/BUILD.wasm-bindgen-shared-0.2.73.bazel index 1b1e65c..8ea07b9 100644 --- a/rules/rust/remote/BUILD.wasm-bindgen-shared-0.2.72.bazel +++ b/rules/rust/remote/BUILD.wasm-bindgen-shared-0.2.73.bazel @@ -53,7 +53,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.2.72", + version = "0.2.73", visibility = ["//visibility:private"], deps = [ ], @@ -75,7 +75,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.72", + version = "0.2.73", # buildifier: leave-alone deps = [ ":wasm_bindgen_shared_build_script", diff --git a/rules/rust/remote/BUILD.web-sys-0.3.49.bazel b/rules/rust/remote/BUILD.web-sys-0.3.50.bazel similarity index 91% rename from rules/rust/remote/BUILD.web-sys-0.3.49.bazel rename to rules/rust/remote/BUILD.web-sys-0.3.50.bazel index eafbc27..16a029d 100644 --- a/rules/rust/remote/BUILD.web-sys-0.3.49.bazel +++ b/rules/rust/remote/BUILD.web-sys-0.3.50.bazel @@ -56,11 +56,11 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.49", + version = "0.3.50", # buildifier: leave-alone deps = [ - "@raze__js_sys__0_3_49//:js_sys", - "@raze__wasm_bindgen__0_2_72//:wasm_bindgen", + "@raze__js_sys__0_3_50//:js_sys", + "@raze__wasm_bindgen__0_2_73//:wasm_bindgen", ], ) diff --git a/rules/rust/remote/BUILD.xattr-0.2.2.bazel b/rules/rust/remote/BUILD.xattr-0.2.2.bazel index 38062bc..4f09b9d 100644 --- a/rules/rust/remote/BUILD.xattr-0.2.2.bazel +++ b/rules/rust/remote/BUILD.xattr-0.2.2.bazel @@ -51,7 +51,7 @@ rust_library( version = "0.2.2", # buildifier: leave-alone deps = [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_93//:libc", ], )