16tree_name =
"test_tree"
19 +
"/machine_learning/RBatchGenerator_filters_vectors_hvector.root"
30 .Filter(
"f2 < 70",
"second_filter")\
31 .Filter(
"f3==true",
"third_filter")
33max_vec_sizes = {
"f4": 3,
"f5": 2,
"f6": 1}
41 max_vec_sizes=max_vec_sizes,
45print(f
"Columns: {ds_train.columns}")
48 print(f
"Training batch {i} => {b.shape}")
51 print(f
"Validation batch {i} => {b.shape}")
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
ROOT's RDataFrame offers a modern, high-level interface for analysis of data stored in TTree ,...