Tags: artefactory/choice-learn
Tags
ENH: ChoiceModel.trainable_weights as @Property (#116) * FIX: ArrayStorage when directly instantiated from ndarray * ENH: better handling when features / availabilities are indexed with FeaturesStorage * ADD: ArrayStorage indexer & catching KeyErrors for custom messaging * ENH: ArrayStorage follows common structure with Indexers * ENH: harmonize Error raised with missing key * ADD: KeyError test for all Storages * ENH: FeaturesStorage IDs checked automatically * ENH: Way faster FeaturesStorage instantiation in some edge cases * ENH: trainable_weights as abstractmethod & property * FIX: subset ChoiceDataset with availabilities as FbID * FIX: FeaturesStorage in the middle of 'normal' features * FIX: FeaturesStorage in the middle of 'normal features' * ADD: check for ArrayStorage that Features have more dimensions than key
Feat/publish (#84) * ADD: release action * ADD: spaces * Release (#85) * ADD: TF doc in readme * FIX: readme * FIX: get_full_dataset with None features * ENH: change logo * FIX: diverse small fixes * ADD: pip install + run test action * ADD: pythonpath for pytest * small updates on notebooks (#87) * ENH: reformulation * RM: added by error notebook * ENH: PyPI push action * ENH: preparation of auto-release