An open API service indexing awesome lists of open source software.

https://github.com/shunk031/feature-extractor-for-landing-page

Feature extractor for landing page
https://github.com/shunk031/feature-extractor-for-landing-page

Last synced: about 1 month ago
JSON representation

Feature extractor for landing page

Awesome Lists containing this project

README

          

# Feature Extractor for Landing Page

[![CI](https://github.com/shunk031/feature-extractor-for-landing-page/workflows/CI/badge.svg)](https://github.com/shunk031/feature-extractor-for-landing-page/actions?query=workflow%3ACI)
![Python](https://img.shields.io/badge/python-3.7%20%7C%203.8-blue?logo=python)

## Paper list

| Method | Description |
|-------|-------------|
| [barbieri2016](https://github.com/shunk031/feature-extractor-for-landing-page/tree/master/felp/barbieri2016) | [WWW'16] [Improving Post-Click User Engagement on Native Ads via Survival Analysis](https://dl.acm.org/doi/10.1145/2872427.2883092) |
| [zhou2016](https://github.com/shunk031/feature-extractor-for-landing-page/tree/master/felp/zhou2016) | [WWW'16] [Predicting Pre-click Quality for Native Advertisements](https://dl.acm.org/doi/10.1145/2872427.2883053) |

## Installation

```shell
$ pip install git+ssh://git@github.com/shunk031/feature-extractor-for-landing-page.git
```

## Development

For local development, clone this repository and use poetry to install the tool using the following commands:

```shell
$ git clone https://github.com/shunk031/feature-extractor-for-landing-page.git
$ cd feature-extractor-for-landing-page
$ pip install -U pip setuptools poetry
$ poetry install
```

## License

MIT