While transforming one bit of data the line
var dataProcessPipeline = mlcontext.Transforms.Categorical.OneHotEncoding(outputColumnName: "PredGoalsCoded", "PredGoals").....
but i couldn't find how to do multiple transformations on the same line so it can all be called with the dataProcessPipeline variable