Remove references to contrib in boosted_trees.
PiperOrigin-RevId: 265051959
This commit is contained in:
parent
715273c008
commit
d5677beba5
@ -30,9 +30,6 @@ message NodeMetadata {
|
|||||||
// Leaves can either hold dense or sparse information.
|
// Leaves can either hold dense or sparse information.
|
||||||
message Leaf {
|
message Leaf {
|
||||||
oneof leaf {
|
oneof leaf {
|
||||||
// See third_party/tensorflow/contrib/decision_trees/
|
|
||||||
// proto/generic_tree_model.proto
|
|
||||||
// for a description of how vector and sparse_vector might be used.
|
|
||||||
Vector vector = 1;
|
Vector vector = 1;
|
||||||
SparseVector sparse_vector = 2;
|
SparseVector sparse_vector = 2;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user