EducationalTestingService / skll

SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.
http://skll.readthedocs.org
Other
551 stars 67 forks source link

Make sure conda-recipe is actually generic #623

Closed desilinguist closed 3 years ago

desilinguist commented 4 years ago

For some reason, v2.0 is the default version that gets installed for Python 3.6 and 3.7 and not v2.1 ... unless skll=2.1 is explicitly specified. The recipe should probably be tweaked a bit to remove python versions entirely.

desilinguist commented 4 years ago

As of right now, I am flummoxed as to why this would happen. We should just update the installation instructions to explicitly specify the version number of SKLL whenever installing.

desilinguist commented 3 years ago

I think the best solution is to just switch back to a version-specific recipe. I just tested this and it works well.

desilinguist commented 3 years ago

Addressed by #673