data distribution

from utils import ridge_plot

aac

version = 'new'

arg = 'aac'

ridge_plot(arg, version)
  • data distribution
  • data distribution
********** Removing Examples with nan in labels  **********

***** Training *****
input_x shape:  (299, 6)
target shape:  (299, 1)

********** Removing Examples with nan in labels  **********

***** Test *****
input_x shape:  (75, 6)
target shape:  (75, 1)

sul1

version = 'new'

arg = 'sul1'

ridge_plot(arg, version)
  • data distribution
  • data distribution
********** Removing Examples with nan in labels  **********

***** Training *****
input_x shape:  (299, 6)
target shape:  (299, 1)

********** Removing Examples with nan in labels  **********

***** Test *****
input_x shape:  (75, 6)
target shape:  (75, 1)

aac

version = 'new'

arg = 'aac'

ridge_plot(arg, version)
  • data distribution
  • data distribution
********** Removing Examples with nan in labels  **********

***** Training *****
input_x shape:  (299, 6)
target shape:  (299, 1)

********** Removing Examples with nan in labels  **********

***** Test *****
input_x shape:  (75, 6)
target shape:  (75, 1)

Total running time of the script: ( 0 minutes 3.534 seconds)

Gallery generated by Sphinx-Gallery