Data wrangling

Select training attributes and target

Select X,y for Machine Learning model training. The X matrix is used as model input, whereas y vector is used as model target.

mlmachine-learningxytarget

Loading widget ...

Interactive recipe

You can use below interactive recipe to generate code. This recipe is available in MLJAR Studio.

In the below recipe, we assume that you have following variables available in your notebook:

  • df_1 (type DataFrame)
  • df_2 (type DataFrame)