Garch2017
Results
1
issues of
Garch2017
Hi, Can anyone help with the error below when I call the code? import Orange iris = Orange.data.Table("iris.tab") pca = Orange.projection.linear.Pca(iris) transformed_data = pca(iris) ERROR: import Orange iris = Orange.data.Table("iris.tab")...