معرفی شرکت ها


dbnd-1.0.9.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Machine Learning Orchestration
ویژگی مقدار
سیستم عامل -
نام فایل dbnd-1.0.9.1
نام dbnd
نسخه کتابخانه 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/dbnd/
مجوز -
[![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


نیازمندی

مقدار نام
- tzlocal
- six
- more-itertools
!=21.1.0 attrs
- pyyaml
- pytz
- pytzdata
>=2.18.0 requests
<3.6.0,>=3.5.0 configparser
>=2.6.1 pygments
- python-dateutil
- sqlparse
- Jinja2
- typing
- colorama
==4.7.7 qtconsole
- nbconvert
- nbformat
- jupyter
<5.0.0,>=4.2 traitlets
- IPython
- jupyter-contrib-nbextensions
==2.6.4 openpyxl
<1.23 numpy
<2.0.0,>=0.17.1 pandas
==3.7.0 tables
- feather-format
- pyarrow
==0.23.2 scikit-learn
==3.3.0 matplotlib
==1.2.0 scikit-learn
==3.6.2 matplotlib
- coverage
==3.12.1 tox
==4.5.0 pytest
==2.9.0 pytest-cov
- mock
- wheel


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

مقدار نام
>=3.6, <3.11 Python


نحوه نصب


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

    pip install dbnd-1.0.9.1.whl


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

    pip install dbnd-1.0.9.1.tar.gz