معرفی شرکت ها


fastfm2-0.5.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A Library for Factorization Machines
ویژگی مقدار
سیستم عامل -
نام فایل fastfm2-0.5.2
نام fastfm2
نسخه کتابخانه 0.5.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده palaimon.io
ایمیل نویسنده oss@mail.palaimon.io
آدرس صفحه اصلی https://github.com/palaimon/fastfm2
آدرس اینترنتی https://pypi.org/project/fastfm2/
مجوز GNU AGPLv3
# Welcome to fastfm v2 ![CI-Badge](https://github.com/palaimon/fastfm2/workflows/WHL/badge.svg) > NB: This is still in early development. Use [v1](https://github.com/ibayer/fastFM) unless you want to contribute to the next version of fastfm To learn more about the library, read our introduction in the [paper](http://arxiv.org/abs/1505.00641) presenting it. Note that c++ dependencies are in a submodule, so to clone with all dependencies included, you should use: git clone --recurse-submodules https://github.com/palaimon/fastfm2 ## Installing We infrequently push wheels to pypi that you can install with `pip install fastfm2`. ### Source Install You can build the latest version from source (requires `cmake>=3.12`) by first compiling the c++ library from the project root directory: ```bash make ``` then install fastfm2 python lib locally: #### User install ```bash pip install . ``` Also you can build **python wheels**: `macos`: ```shell pip wheel . --no-deps -w wheelhouse delocate-wheel -w fixed_macos_whls wheelhouse/fastfm*.whl ``` `linux`: ```shell pip wheel . --no-deps -w wheelhouse auditwheel repair wheelhouse/fastfm-*.whl ``` (`auditwheel` used instead `delocate`). #### Dev install For development we use poetry as dependency managmer: ```bash poetry install ``` and wheels: ```shell poetry build ``` ## Tests To run the tests launch: ```bash pytest ``` For the tests to run, you'll need to install the following optional dependency: ``` pip install pytest ```


نیازمندی

مقدار نام
<1.20 numpy
>=0.22.1,<0.23.0 scikit-learn
>=1.3,<2.0 scipy


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

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


نحوه نصب


نصب پکیج whl fastfm2-0.5.2:

    pip install fastfm2-0.5.2.whl


نصب پکیج tar.gz fastfm2-0.5.2:

    pip install fastfm2-0.5.2.tar.gz