Open RobertArbon opened 3 years ago
Currently Osprey doesn't build with Python 3.7 or higher. This is due to a number of problems which this PR fixes.
skipif
Also changed some other things:
try/except
module in sys.modules
Loader
check_scoring
Currently Osprey doesn't build with Python 3.7 or higher. This is due to a number of problems which this PR fixes.
skipif
decorator not found. changed import statement to find it.Also changed some other things:
try/except
pattern rather than themodule in sys.modules
pattern.Loader
variable. Not essential but fixed anyway.check_scoring
import deprecated in next sklearn version. changed import statement to be future comptible. Not essential.