12 +
"/tmva/RBatchGenerator_filters_vectors_hvector.root"
22 .Filter(
"f2 < 70",
"second_filter")\
23 .Filter(
"f3==true",
"third_filter")
25max_vec_sizes = {
"f4": 3,
"f5": 2,
"f6": 1}
32 max_vec_sizes=max_vec_sizes,
36print(f
"Columns: {ds_train.columns}")
39 print(f
"Training batch {i} => {b.shape}")
42 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 ,...