Implement tree model dump with code generator. (#4602)
* Implement tree model dump with a code generator. * Split up generators. * Implement graphviz generator. * Use pattern matching. * [Breaking] Return a Source in `to_graphviz` instead of Digraph in Python package. Co-Authored-By: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
#ifndef XGBOOST_FEATURE_MAP_H_
|
||||
#define XGBOOST_FEATURE_MAP_H_
|
||||
|
||||
#include <xgboost/logging.h>
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <cstring>
|
||||
|
||||
Reference in New Issue
Block a user