معرفی شرکت ها


datarobot-mlops-stats-aggregator-9.0.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

datarobot-mlops-stats-aggregator library to compute statistics aggregations
ویژگی مقدار
سیستم عامل -
نام فایل datarobot-mlops-stats-aggregator-9.0.0
نام datarobot-mlops-stats-aggregator
نسخه کتابخانه 9.0.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده DataRobot
ایمیل نویسنده info@datarobot.com
آدرس صفحه اصلی http://datarobot.com
آدرس اینترنتی https://pypi.org/project/datarobot-mlops-stats-aggregator/
مجوز DataRobot Tool and Utility Agreement
# MLOps Stats Aggregation Library (Python) ## Usage The Python library for MLOps stats aggregation has two entry points: ### `aggregate_stats` The `aggregate_stats` function in [`aggregation.py`](https://github.com/datarobot/mlops-stats-aggregator/blob/master/stats-aggr-python/datarobot/stats_aggr/aggregation.py) is the primary entry point into the library. This function accepts dataframes of raw features and/or predictions and aggregates statistics suitable to be submitted to DataRobot MLOps for deployment monitoring. In order to use this function, the types of each tracked feature must be specified, and certain feature types (e.g. currency) require additional format information. See the docstring and type declarations of `aggregate_stats` for details about specific requirements. ### `merge_stats` The `merge_stats` function defined in [`merging.py`](https://github.com/datarobot/mlops-stats-aggregator/blob/master/stats-aggr-python/datarobot/stats_aggr/merging.py) is used to merge together the outputs of calls to `aggregate_stats`. It returns a value with the same shape as that returned by `aggregate_stats`. Merging stats makes sense (for example) in the MLOps Tracking Agent, which will buffer stats aggregated by the MLOps Reporting Library. The agent can merge those buffered stats before sending them in a single payload to DataRobot MLOps.


نیازمندی

مقدار نام
- Cython
==9.0.0 drfaster
- numpy
- pandas


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

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


نحوه نصب


نصب پکیج whl datarobot-mlops-stats-aggregator-9.0.0:

    pip install datarobot-mlops-stats-aggregator-9.0.0.whl


نصب پکیج tar.gz datarobot-mlops-stats-aggregator-9.0.0:

    pip install datarobot-mlops-stats-aggregator-9.0.0.tar.gz