(state)
| 2588 | this._object = new catboost._catboost._CatBoost(); |
| 2589 | } |
| 2590 | __setstate__(state) { |
| 2591 | for (const [key, value] of state) { |
| 2592 | this[key] = value; |
| 2593 | } |
| 2594 | } |
| 2595 | _load_from_string(dump_model_str) { |
| 2596 | this._deserialize_model(dump_model_str); |
| 2597 | } |
no test coverage detected