16tree_name =
"test_tree"
25 rdataframe.Filter(
"f1 > 30",
"first_filter").Filter(
"f2 < 70",
"second_filter").Filter(
"f3==true",
"third_filter")
28max_vec_sizes = {
"f4": 3,
"f5": 2,
"f6": 1}
33 max_vec_sizes=max_vec_sizes,
39print(f
"Columns: {ds_train.columns}")
42 print(f
"Training batch {i} => {b.shape}")
45 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 ,...