steps (list of callable) – each callable is a transformer that takes Experiment object as
its 1st argument and has a boolean parameter of inplace. Each
callable should return an Experiment object.
inplace (bool) – transformation occuring in the original data or a copy
kwargs (dict) – keyword arguments to pass to each transformers. The key should
be in the form of “<transformer_name>__<param_name>”. For
example, “transform(exp: Experiment, steps=[log_n], log_n__n=3)” will set
“n” of function “log_n” to 3