Apparently cross_validation is deprecated in sklearn: https://stackoverflow.com/questions/53978901/importerror-cannot-import-name-cross-validation-from-sklearn
Also get a message:
ImportError: cannot import name 'get_historical_data' from 'iexfinance' which also sounds like a deprecation problem, but I can't be sure.
Apparently
cross_validationis deprecated in sklearn: https://stackoverflow.com/questions/53978901/importerror-cannot-import-name-cross-validation-from-sklearnAlso get a message:
ImportError: cannot import name 'get_historical_data' from 'iexfinance'which also sounds like a deprecation problem, but I can't be sure.