Metadata-Version: 2.1
Name: lenskit
Version: 0.8.4
Summary: Run recommender algorithms and experiments
Home-page: https://lkpy.lenskit.org
Author: Michael Ekstrand
Author-email: michaelekstrand@boisestate.edu
License: UNKNOWN
Description: # Python recommendation tools
        
        [![Build Status](https://dev.azure.com/md0553/md/_apis/build/status/lenskit.lkpy)](https://dev.azure.com/md0553/md/_build/latest?definitionId=1)
        [![codecov](https://codecov.io/gh/lenskit/lkpy/branch/master/graph/badge.svg)](https://codecov.io/gh/lenskit/lkpy)
        [![Maintainability](https://api.codeclimate.com/v1/badges/c02098c161112e19c148/maintainability)](https://codeclimate.com/github/lenskit/lkpy/maintainability)
        
        LensKit is a set of Python tools for experimenting with and studying recommender
        systems.  It provides support for training, running, and evaluating recommender
        algorithms in a flexible fashion suitable for research and education.
        
        Python LensKit (LKPY) is the successor to the Java-based LensKit project.
        
        ## Installing
        
        To install the current release with Anaconda (recommended):
        
            conda install -c lenskit lenskit
        
        Or you can use `pip`:
        
            pip install lenskit
        
        To use the latest development version, install directly from GitHub:
        
            pip install -U git+https://github.com/lenskit/lkpy
        
        Then see [Getting Started](https://lkpy.lenskit.org/en/latest/GettingStarted.html)
        
        ## Developing
        
        To contribute to LensKit, clone or fork the repository, get to work, and submit a pull request.  We welcome contributions from anyone; if you are looking for a place to get started, see the [issue tracker](https://github.com/lenskit/lkpy/issues).
        
        We recommend using an Anaconda environment for developing LensKit.  To set this up, run:
        
            conda env create -f dev-environment.yml
        
        This will create a Conda environment called `lkpy-dev` with the packages required to develop and test LensKit.
        
        ## Resources
        
        - [Documentation](https://lkpy.lenskit.org)
        - [Mailing list, etc.](https://lenskit.org/connect)
        
        ## Acknowledgements
        
        This material is based upon work supported by the National Science Foundation under Grant No. IIS 17-51278.
        Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >= 3.6
Description-Content-Type: text/markdown
Provides-Extra: docs
Provides-Extra: hpf
Provides-Extra: implicit
