dwww Home | Show directory contents | Find package

# printing

    Code
      print(standardized)
    Output
      Recipe
      
      Inputs:
      
            role #variables
         outcome          1
       predictor          2
      
      Operations:
      
      Range scaling to [-12,1] for carbon, hydrogen

---

    Code
      prep(standardized)
    Output
      Recipe
      
      Inputs:
      
            role #variables
         outcome          1
       predictor          2
      
      Training data contained 10 data points and no missing data.
      
      Operations:
      
      Range scaling to [-12,1] for carbon, hydrogen [trained]

# empty printing

    Code
      rec
    Output
      Recipe
      
      Inputs:
      
            role #variables
         outcome          1
       predictor         10
      
      Operations:
      
      Range scaling to [0,1] for <none>

---

    Code
      rec
    Output
      Recipe
      
      Inputs:
      
            role #variables
         outcome          1
       predictor         10
      
      Training data contained 32 data points and no missing data.
      
      Operations:
      
      Range scaling to [0,1] for <none> [trained]

Generated by dwww version 1.15 on Sat May 18 03:46:20 CEST 2024.