Note
Go to the end to download the full example code or to run this example in your browser via Binder
data distribution
from utils import ridge_plot
aac
version = 'new'
arg = 'aac'
ridge_plot(arg, version)
********** 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)
********** 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)
********** 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)





