Vashist Narayan Singh
Vashist Narayan Singh
my js file like sone custon js are not loded and not a single event is working on the app the app is behaving like a static page
I got the title issue on running the code
I am trying to load the saved model using the following command automl = AutoML(mode='Explain',results_path='Auto_Ml_testing') automl.fit(X_train,y_train) automl = AutoML(results_path='Auto_Ml_testing') automl.predict(X_test) but the '.predict' is giving the following error --------------------------------------------------------------------------- TypeError...