CHANGELOG.md
LICENSE
MANIFEST.in
README.md
setup.py
azure/__init__.py
azure/ai/__init__.py
azure/ai/personalizer/__init__.py
azure/ai/personalizer/_client.py
azure/ai/personalizer/_configuration.py
azure/ai/personalizer/_patch.py
azure/ai/personalizer/_serialization.py
azure/ai/personalizer/_vendor.py
azure/ai/personalizer/_version.py
azure/ai/personalizer/py.typed
azure/ai/personalizer/_operations/__init__.py
azure/ai/personalizer/_operations/_operations.py
azure/ai/personalizer/_operations/_patch.py
azure/ai/personalizer/aio/__init__.py
azure/ai/personalizer/aio/_client.py
azure/ai/personalizer/aio/_configuration.py
azure/ai/personalizer/aio/_patch.py
azure/ai/personalizer/aio/_vendor.py
azure/ai/personalizer/aio/_operations/__init__.py
azure/ai/personalizer/aio/_operations/_operations.py
azure/ai/personalizer/aio/_operations/_patch.py
azure_ai_personalizer.egg-info/PKG-INFO
azure_ai_personalizer.egg-info/SOURCES.txt
azure_ai_personalizer.egg-info/dependency_links.txt
azure_ai_personalizer.egg-info/requires.txt
azure_ai_personalizer.egg-info/top_level.txt
samples/README.md
samples/multi_slot_rank_actions_and_reward_events.py
samples/rank_actions_and_reward_events.py
samples/async_samples/multi_slot_rank_actions_and_reward_events_async.py
samples/async_samples/rank_actions_and_reward_events_async.py
tests/conftest.py
tests/personalizer_helpers.py
tests/personalizer_helpers_async.py
tests/test_configuration.py
tests/test_configuration_async.py
tests/test_evaluation.py
tests/test_evaluation_async.py
tests/test_event.py
tests/test_event_async.py
tests/test_feature_importance.py
tests/test_feature_importance_async.py
tests/test_log_properties.py
tests/test_log_properties_async.py
tests/test_model.py
tests/test_model_async.py
tests/test_multi_slot_event.py
tests/test_multi_slot_event_async.py
tests/test_multi_slot_rank.py
tests/test_multi_slot_rank_async.py
tests/test_rank.py
tests/test_rank_async.py