معرفی شرکت ها


featureform-1.8.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Package for the Featureform Feature Store
ویژگی مقدار
سیستم عامل -
نام فایل featureform-1.8.0
نام featureform
نسخه کتابخانه 1.8.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده FeatureForm, Inc.
ایمیل نویسنده hello@featureform.com
آدرس صفحه اصلی https://featureform.com
آدرس اینترنتی https://pypi.org/project/featureform/
مجوز -
# Featureform Python Client ## Overview Featureform’s Python client is a SDK for defining, managing and serving resources (e.g. infrastructure providers, data sources, transformations, etc.). At a high level, the API is divided into two parts: * Registration: register data stores (e.g. PostgreSQL), data sources (e.g. tables or CSV files) as resources or get and/or list previously registered resources * Serving: retrieve training sets and features for offline training or online inference ## Requirements * Python 3.7-3.10 (Untested with version 3.11) ## Setting Up Your Local Development Environment ### Step 1: Install gRPC and Protocol Buffer Tooling See grpc.io for instructions on installing the [protocol buffer compiler](https://grpc.io/docs/protoc-installation/) for your OS and language-specific plugins for [Golang](https://grpc.io/docs/languages/go/quickstart/#prerequisites) (**NOTE**: the Golang dependencies can also be installed via [Homebrew](https://brew.sh/).) ### Step 2: Create Python Virtual Environment You may create a Python virtual environment however you prefer, but the directory name `.venv` is ignored by Git for convenience, so you may choose to create your virtual environment in the root of the project. ```shell > python -m venv .venv && . .venv/bin/activate (.venv) > ``` ### Step 3: Upgrade pip and Install Build Dependencies The following dependencies are required to build the client: * [build](https://pypi.org/project/build/) * [pytest](https://pypi.org/project/pytest/) * [python-dotenv](https://pypi.org/project/python-dotenv/) * [pytest-mock](https://pypi.org/project/pytest-mock/) ```shell (.venv) > python -m pip install --upgrade pip (.venv) > python -m pip install -r requirements.txt ``` ### Step 4: Compile API Protocol Buffers and Python Stub The shell script `gen_grpc.sh` has been provided for convenience. Change the file access permissions to make it executable and run it: ```shell (.venv) > chmod +x gen_grpc.sh (.venv) > ./gen_grpc.sh ``` ### Step 5: Build Python Client and Dashboard The shell script `pip_update.sh` has been provided for convenience. Change the file access permissions to make it executable and run it: ```shell (.venv) > chmod +x pip_update.sh (.venv) > ./pip_update.sh ``` ### Step 6: Optionally Run Client Test Suite To ensure your changes haven’t broken the client, run the test suite with the following make target: ```shell (.venv) > make pytest ``` ## Outcome With steps 1-5 successfully completed, you should have the `featureform` CLI command accessible in your terminal session. ```shell (.venv) > featureform -h ``` To further verify that your setup is complete and correct, you may optionally walk through the [Quickstart (Local)](https://docs.featureform.com/quickstart-local) tutorial. You may put the `definitions.py` file at the root of the project, which won’t be ignored by Git, or use a URL to a file (e.g. hosted on GitHub).


نیازمندی

مقدار نام
>=7.1.2 click
>=3.20.0 protobuf
<3.0.0 typeguard
>=1.47.0 grpcio
>=1.21.6 numpy
==1.3.5 pandas
>=0.7.3 pandasql
>=4.1.1 typing-extensions
==0.6 dataclasses
==2.2.1 flask
==3.0.10 Flask-Cors
>=0.20.0 validators
>=0.3.6 dill
==0.7.3 pandasql
<2.0.0 sqlalchemy
- requests
- rich
- pyarrow
- fastparquet


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl featureform-1.8.0:

    pip install featureform-1.8.0.whl


نصب پکیج tar.gz featureform-1.8.0:

    pip install featureform-1.8.0.tar.gz