Julia 1.3, 1.4 on MacOS and Intel MKL Error

In my original error post (Feb 18) the following models did not work:

        [ "ARDRegressor", "BayesianRidgeRegressor", "ElasticNetCVRegressor",
        "GaussianProcessRegressor", "LarsCVRegressor", "LarsRegressor",
        "LassoCVRegressor", "LassoLarsCVRegressor", "LassoLarsICRegressor",
        "LassoLarsRegressor", "OrthogonalMatchingPursuitCVRegressor",
        "OrthogonalMatchingPursuitRegressor" ]

I reran all regressions (continuous Y). The following don’t work

[ "ARDRegressor",  #PyError
"RANSACRegressor", #PyError
"BayesianRidgeRegressor",#Takes Forever
"RidgeCVRegressor" #worked 5min ago. now Takes Forever. 
]

I can live w/o these. But I’m concerned about the stability of MLJ & the overall ecosystem.
ScikitLearn.jl always worked

1 Like