I am getting an error which says that requirements are not installed properly.
Hi @Ahmad_Saadat - welcome to our community!
Could you please share the full error log trace?
Thanks,
Charly
You probably have to replace sklearn
with scikit-learn
in your requirements file, since this is the old deprecated name.
Good call @Franky1!