-
Notifications
You must be signed in to change notification settings - Fork 11
Labels
enhancementNew feature or requestNew feature or request
Description
The current design of AptaTransPipeline appears inconsistent with the expected scikit-learn–style API since it lacks fit and predict methods. Without these common interfaces, it’s unclear how benchmarking is intended to operate, especially given that AptaNetPipeline does follow this pattern: there’s no shared method that can be called on both classes for fitting and generating predictions. Hence, we should add fit and predict methods to AptaTransPipeline.
Additionally:
- The description of
prot_wordsshould be standardized and rewritten in a clear, generic way across all instances where it appears, as its current form is overly confusing. - The
predictfunction should explicitly document the datatype returned within the Tensor; at present, users have to inspect theevaluatefunction to infer what is being returned.
Reactions are currently unavailable
Metadata
Metadata
Labels
enhancementNew feature or requestNew feature or request