EpistasisLab / EpistasisLab/Aliro
base recommender class (base.py) should be abstract
Open
- Dominant language
- JavaScript
- Stars
- 238
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
Indicate that base.py is abstract in some way, perhaps by using the [abstract base class module](https://docs.python.org/3/library/abc.html) or raising a `NotImplementedError` if a base instance is instantiated.
(see https://stackoverflow.com/questions/13646245/is-it-possible-to-make-abstract-classes-in-python)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.