9 #ifndef TREELITE_COMPILER_FAILSAFE_H_ 10 #define TREELITE_COMPILER_FAILSAFE_H_ 19 class FailSafeCompilerImpl;
28 std::unique_ptr<FailSafeCompilerImpl> pimpl_;
34 #endif // TREELITE_COMPILER_FAILSAFE_H_
Parameters for tree compiler.
CompiledModel Compile(const Model &model) override
convert tree ensemble model
parameters for tree compiler
Interface of compiler that compiles a tree ensemble model.
CompilerParam QueryParam() const override
Query the parameters used to intiailize the compiler.
thin wrapper for tree ensemble model