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
- Host: GitHub
- URL: https://github.com/shunk031/feature-extractor-for-landing-page
- Owner: shunk031
- License: mit
- Created: 2021-01-29T15:00:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-11T12:29:23.000Z (over 4 years ago)
- Last Synced: 2025-01-10T17:53:45.612Z (9 months ago)
- Language: HTML
- Homepage:
- Size: 1.43 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Feature Extractor for Landing Page
[](https://github.com/shunk031/feature-extractor-for-landing-page/actions?query=workflow%3ACI)
## 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