Metadata-Version: 2.1
Name: CompositeRecommenders
Version: 0.0.1
Summary: Composite recommenders based on SparseMatrixRecommender and LatentSemanticAnalyzer.
Home-page: https://github.com/antononcube/Python-packages/tree/main/CompositeRecommenders
Author: Anton Antonov
Author-email: antononcube@posteo.net
Keywords: sparse,matrix,recommender,sparse matrix recommender,linear algebra,linear,algebra,recommendations,SMR,LSA,composite,composite design pattern
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: SSparseMatrix
Requires-Dist: pandas
Requires-Dist: SparseMatrixRecommender
Requires-Dist: LatentSemanticAnalyzer

# Composite recommenders

***Based on "SparseMatrixRecommender" and "LatentSemanticAnalyzer"***

## Introduction

This package has functions and classes for the creation and utilization 
of composite recommenders.

-------

## Usage examples

- `LSAEndowedSMR` : ["LSAEndowedSMR-recommend-by-profile-and-text.py"](./examples/LSAEndowedSMR-recommend-by-profile-and-text.py)

-------

## References

[AAp1] Anton Antonov,
[SparseMatrixRecommender Python package](https://pypi.org/project/SparseMatrixRecommender/),
(2021),
[PyPI.org/antononcube](https://pypi.org/user/antononcube/).

[AAp2] Anton Antonov,
[LatentSemanticAnalyzer Python package](https://pypi.org/project/LatentSemanticAnalyzer/),
(2021),
[PyPI.org/antononcube](https://pypi.org/user/antononcube/).
