(blob)
| 2601 | }); |
| 2602 | this.registerType('catboost.core.CatBoost', class extends catboost.core._CatBoostBase { |
| 2603 | load_model(blob) { |
| 2604 | this._load_from_string(blob || this.__model); |
| 2605 | } |
| 2606 | }); |
| 2607 | this.registerType('catboost.core.CatBoostClassifier', class extends catboost.core.CatBoost {}); |
| 2608 | this.registerType('catboost.core.CatBoostRegressor', class extends catboost.core.CatBoost {}); |
no test coverage detected