معرفی شرکت ها


databand-1.0.9.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Machine Learning Orchestration
ویژگی مقدار
سیستم عامل -
نام فایل databand-1.0.9.1
نام databand
نسخه کتابخانه 1.0.9.1
نگهدارنده ['Evgeny Shulman']
ایمیل نگهدارنده ['evgeny.shulman@databand.ai']
نویسنده Evgeny Shulman
ایمیل نویسنده evgeny.shulman@databand.ai
آدرس صفحه اصلی https://github.com/databand-ai/dbnd
آدرس اینترنتی https://pypi.org/project/databand/
مجوز -
[![pipeline status](https://gitlab.com/databand-ai/dbnd/badges/master/pipeline.svg)](https://gitlab.com/databand-ai/dbnd/pipelines) ![PyPI - Downloads](https://img.shields.io/pypi/dm/dbnd) ![PyPI](https://img.shields.io/pypi/v/dbnd) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dbnd) ![PyPI - License](https://img.shields.io/pypi/l/dbnd) ![Code style: ](https://img.shields.io/badge/code%20style-black-000000.svg) # DBND DBND an open source framework for building and tracking data pipelines. DBND is used for processes ranging from data ingestion, preparation, machine learning model training and production. DBND includes a Python library, set of APIs, and CLI that enables you to collect metadata from your workflows, create a system of record for runs, and easily orchestrate complex processes. DBND simplifies the process of building and running data pipelines from dbnd import task ```python from dbnd import task @task def say_hello(name: str = "databand.ai") -> str: value = "Hello %s!" % name return value ``` And makes it easy to track your critical pipeline metadata ```python from dbnd import log_metric, log_dataframe log_dataframe("my_dataset", my_dataset) log_metric("r2", r2) ``` ## Getting Started See our [documentation](https://docs.databand.ai/docs) with examples and quickstart guides to get up and running with DBND. ## The Latest and Greatest For using DBND, we recommend that you work with a virtual environment like [Virtualenv](https://virtualenv.pypa.io/en/latest/) or [Conda](https://docs.conda.io/en/latest/). Update to the latest and greatest: ```shell script pip install dbnd ``` If you would like access to our latest features, or have any questions, feedback, or contributions we would love to here from you! Get in touch through contact@databand.ai


نیازمندی

مقدار نام
==1.0.12.13 dbnd
==1.0.12.13 dbnd-airflow
==1.0.12.13 dbnd-airflow-auto-tracking
==1.0.12.13 dbnd-airflow-export
==1.0.12.13 dbnd-airflow-versioned-dag
==1.0.12.13 dbnd-aws
==1.0.12.13 dbnd-azure
==1.0.12.13 dbnd-databricks
==1.0.12.13 dbnd-docker
==1.0.12.13 dbnd-gcp
==1.0.12.13 dbnd-hdfs
==1.0.12.13 dbnd-docker
==1.0.12.13 dbnd-luigi
==1.0.12.13 dbnd-mlflow
==1.0.12.13 dbnd-postgres
==1.0.12.13 dbnd-qubole
==1.0.12.13 dbnd-redshift
==1.0.12.13 dbnd-snowflake
==1.0.12.13 dbnd-spark
==1.0.12.13 dbnd-tensorflow


نحوه نصب


نصب پکیج whl databand-1.0.9.1:

    pip install databand-1.0.9.1.whl


نصب پکیج tar.gz databand-1.0.9.1:

    pip install databand-1.0.9.1.tar.gz