Metadata-Version: 2.1
Name: scikit-ctr
Version: 0.1.0
Summary: A scikit extends for Click-Through-Rate prediction.
Home-page: https://github.com/classtag/scikit-ctr
Author: Duo An
Author-email: anduo@qq.com
License: MIT license
Keywords: scikit,ctr
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >3.6
Requires-Dist: scikit-learn (>=20.0)
Requires-Dist: Click (>=6.0)

|Travis|_ |AppVeyor|_ |Codecov|_ |CircleCI|_ |Python36|_ |PyPi|_ |PyUp|_ |DOI|_

.. |Travis| image:: https://api.travis-ci.org/classtag/scikit-ctr.svg?branch=master
.. _Travis: https://travis-ci.org/classtag/scikit-ctr

.. |AppVeyor| image:: https://ci.appveyor.com/api/projects/status/github/classtag/scikit-ctr?branch=master&svg=true
.. _AppVeyor: https://ci.appveyor.com/project/classtag/scikit-ctr/history

.. |Codecov| image:: https://codecov.io/github/classtag/scikit-ctr/badge.svg?branch=master&service=github
.. _Codecov: https://codecov.io/github/classtag/scikit-ctr?branch=master

.. |CircleCI| image:: https://circleci.com/gh/classtag/scikit-ctr/tree/master.svg?style=shield&circle-token=:circle-token
.. _CircleCI: https://circleci.com/gh/classtag/scikit-ctr

.. |Python36| image:: https://img.shields.io/badge/python-3.6-blue.svg
.. _Python36: https://badge.fury.io/py/scikit-ctr

.. |PyPi| image:: https://badge.fury.io/py/scikit-ctr.svg
.. _PyPi: https://badge.fury.io/py/scikit-ctr

.. |PyUp| image:: https://pyup.io/repos/github/classtag/scikit-ctr/shield.svg
.. _PyUp: https://pyup.io/repos/github/classtag/scikit-ctr/

.. |DOI| image:: https://zenodo.org/badge/21369/classtag/scikit-ctr.svg
.. _DOI: https://zenodo.org/badge/latestdoi/21369/classtag/scikit-ctr

scikit-ctr
============

.. image:: https://badges.gitter.im/scikit-ctr/Lobby.svg
   :alt: Join the chat at https://gitter.im/scikit-ctr/Lobby
   :target: https://gitter.im/scikit-ctr/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

A scikit extends for Click-Through-Rate prediction.


* Free software: MIT license
* Documentation: https://scikit-ctr.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage




=======
History
=======

0.1.0 (2018-11-21)
------------------

* First release on PyPI.


