Metadata-Version: 2.0
Name: azureml-featurestore
Version: 0.1.0b1
Summary: Azure Machine Learning Feature Store SDK
Home-page: https://aka.ms/featurestore-get-started
Author: Microsoft Corporation
License: MIT License
Keywords: AzureMachineLearning
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Requires-Python: <4.0,>=3.8
Description-Content-Type: text/markdown
Provides-Extra: online
Requires-Dist: azure-ai-ml (~=1.7.0)
Requires-Dist: azure-identity
Requires-Dist: mltable (~=1.1.0)
Provides-Extra: online
Requires-Dist: azure-mgmt-redis (==14.1.0); extra == 'online'
Requires-Dist: pandas (>=1.5.3); extra == 'online'
Requires-Dist: pyarrow (>=9.0.0); extra == 'online'
Requires-Dist: redis (>=4.5.1); extra == 'online'

# Azure Machine Learning Feature Store Python SDK

The `azureml-featurestore` package is the core SDK interface for Azure ML Feature Store. This SDK works along the 
`azure-ai-ml` SDK to provide the managed feature store experience.

## Main features in the `azureml-featurestore` package
- Develop feature set specification in Spark with the ability for feature transformation.
- List and get feature sets defined in Azure  ML Feature Store.
- Generate and resolve feature retrieval specification.
- Run offline feature retrieval with point-in-time join.

## Getting started

You can install the package via ` pip install azureml-featurestore `

To learn more about Azure ML managed feature store visit https://aka.ms/featurestore-get-started


# Change Log

## 0.1.0b1 (2023.05.15)

**New Features:**

Initial release.
