Skip to content

BART-BMM Technometrics Example #67

Description

@jared321

This example creates x training and test points, but loads y training results

x_train = np.linspace(0.03,0.5,num = 20)
x_test = np.linspace(0.03,0.5,num = 200)
y_train = np.loadtxt("Data/honda_y_train.txt")

Note that the files Data/honda_x_train.txt and Data/honda_x_test.txt do exist. Should the notebook load the x values from those files? Review use of Data/2d_*_test.txt files at the same time?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions