Skip to content

Commit

Permalink
Version Update (Citation)
Browse files Browse the repository at this point in the history
Minor changes to read me
Citation bibtex included
  • Loading branch information
Metalkiler committed Jan 4, 2022
1 parent 3b9d3af commit db81086
Show file tree
Hide file tree
Showing 6 changed files with 110 additions and 8 deletions.
38 changes: 36 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,13 @@ pip install cane
```

# New
Version 2.0.4:
Version 2.1.1:

[x] - Compatibility with python 3.6 and above

[x] - Citation option (readme)


[x] - Dicionary for IDF transformation and general improvements



Expand All @@ -59,6 +63,36 @@ Found any bugs? Post Them on the github page of the project! (https://github.com

Thanks for the support!

# Citation
To cite this module please use:

```
@misc{cane,
author = {Lu{\'{i}}s Miguel Matos and Paulo Cortez and Rui Mendes},
title = {{Cane - Categorical Attribute traNsformation Environment}},
url = {https://pypi.org/project/cane/},
year = {2020}
}
@inproceedings{DBLP:conf/ijcnn/Matos00M19,
author = {Lu{\'{\i}}s Miguel Matos and
Paulo Cortez and
Rui Mendes and
Antoine Moreau},
title = {Using Deep Learning for Mobile Marketing User Conversion Prediction},
booktitle = {International Joint Conference on Neural Networks, {IJCNN} 2019 Budapest,
Hungary, July 14-19, 2019},
pages = {1--8},
publisher = {{IEEE}},
year = {2019},
url = {https://doi.org/10.1109/IJCNN.2019.8851888},
doi = {10.1109/IJCNN.2019.8851888},
timestamp = {Mon, 15 Jun 2020 17:06:02 +0200},
biburl = {https://dblp.org/rec/conf/ijcnn/Matos00M19.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
```

# Example

``` python
Expand Down
38 changes: 36 additions & 2 deletions cane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,13 @@ pip install cane
```

# New
Version 2.0.4:
Version 2.1.1:

[x] - Compatibility with python 3.6 and above

[x] - Citation option (readme)


[x] - Dicionary for IDF transformation and general improvements



Expand All @@ -59,6 +63,36 @@ Found any bugs? Post Them on the github page of the project! (https://github.com

Thanks for the support!

# Citation
To cite this module please use:

```
@misc{cane,
author = {Lu{\'{i}}s Miguel Matos and Paulo Cortez and Rui Mendes},
title = {{Cane - Categorical Attribute traNsformation Environment}},
url = {https://pypi.org/project/cane/},
year = {2020}
}
@inproceedings{DBLP:conf/ijcnn/Matos00M19,
author = {Lu{\'{\i}}s Miguel Matos and
Paulo Cortez and
Rui Mendes and
Antoine Moreau},
title = {Using Deep Learning for Mobile Marketing User Conversion Prediction},
booktitle = {International Joint Conference on Neural Networks, {IJCNN} 2019 Budapest,
Hungary, July 14-19, 2019},
pages = {1--8},
publisher = {{IEEE}},
year = {2019},
url = {https://doi.org/10.1109/IJCNN.2019.8851888},
doi = {10.1109/IJCNN.2019.8851888},
timestamp = {Mon, 15 Jun 2020 17:06:02 +0200},
biburl = {https://dblp.org/rec/conf/ijcnn/Matos00M19.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
```

# Example

``` python
Expand Down
40 changes: 37 additions & 3 deletions cane/cane.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: cane
Version: 2.1
Version: 2.1.1
Summary: Cane - Categorical Attribute traNsformation Environment
Home-page: https://github.com/Metalkiler/Cane-Categorical-Attribute-traNsformation-Environment
Author: Luís Miguel Matos, Paulo Cortez, Rui Mendes
Expand Down Expand Up @@ -53,9 +53,13 @@ Description: # Cane - Categorical Attribute traNsformation Environment
```

# New
Version 2.0.4:
Version 2.1.1:

[x] - Compatibility with python 3.6 and above

[x] - Citation option (readme)


[x] - Dicionary for IDF transformation and general improvements



Expand All @@ -67,6 +71,36 @@ Description: # Cane - Categorical Attribute traNsformation Environment

Thanks for the support!

# Citation
To cite this module please use:

```
@misc{cane,
author = {Lu{\'{i}}s Miguel Matos and Paulo Cortez and Rui Mendes},
title = {{Cane - Categorical Attribute traNsformation Environment}},
url = {https://pypi.org/project/cane/},
year = {2020}
}

@inproceedings{DBLP:conf/ijcnn/Matos00M19,
author = {Lu{\'{\i}}s Miguel Matos and
Paulo Cortez and
Rui Mendes and
Antoine Moreau},
title = {Using Deep Learning for Mobile Marketing User Conversion Prediction},
booktitle = {International Joint Conference on Neural Networks, {IJCNN} 2019 Budapest,
Hungary, July 14-19, 2019},
pages = {1--8},
publisher = {{IEEE}},
year = {2019},
url = {https://doi.org/10.1109/IJCNN.2019.8851888},
doi = {10.1109/IJCNN.2019.8851888},
timestamp = {Mon, 15 Jun 2020 17:06:02 +0200},
biburl = {https://dblp.org/rec/conf/ijcnn/Matos00M19.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
```

# Example

``` python
Expand Down
Binary file added cane/dist/cane-2.1.1.tar.gz
Binary file not shown.
Binary file removed cane/dist/cane-2.1.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion cane/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = fh.read()

setuptools.setup(name='cane',
version='2.1',
version='2.1.1',
description='Cane - Categorical Attribute traNsformation Environment',
author='Luís Miguel Matos, Paulo Cortez, Rui Mendes',
license='MIT',
Expand Down

0 comments on commit db81086

Please sign in to comment.