raptor-ml / raptor

Transform your pythonic research to an artifact that engineers can deploy easily.
https://raptor.ml
Apache License 2.0
148 stars 11 forks source link

refactor: differentiate between Feature Selector and FQN #234

Closed AlmogBaku closed 1 year ago

AlmogBaku commented 1 year ago

This change differentiates between an FQN, the Fully Qualified Name of the feature (namespace.name), and the feature selector.

This new name should make it easier to understand how things are behaving and improve DX