Skip to content

Commit

Permalink
add paper + talk to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cod3licious committed Sep 28, 2024
1 parent 9185d87 commit 7209b77
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Autofeat is available on PyPI, making it easy to install via `pip`:
```
pip install autofeat
```
### Other Dependencies
- numpy
### Other Dependencies
- numpy
- pandas
- scikit-learn
- sympy
Expand All @@ -39,7 +39,20 @@ pip install autofeat
|-------------|------|
| Example Notebooks | [examples](/notebooks/) |
| Documentation | [documentation](https://franziskahorn.de/autofeat) |
| Paper | [paper](https://arxiv.org/abs/1901.07329) |
| Talk | [PyData talk](https://www.youtube.com/watch?v=4-4pKPv9lJ4) |

If any of this code was helpful for your work, please consider citing the paper:
```
@inproceedings{horn2019autofeat,
title={The autofeat Python Library for Automated Feature Engineering and Selection},
author={Horn, Franziska and Pack, Robert and Rieger, Michael},
booktitle={Joint European Conference on Machine Learning and Knowledge Discovery in Databases},
pages={111--120},
year={2019},
organization={Springer}
}
```

If you have any questions please don't hesitate to send me an [email](mailto:cod3licious@gmail.com) and of course if you should find any bugs or want to contribute other improvements, pull requests are very welcome!

Expand Down

0 comments on commit 7209b77

Please sign in to comment.