Skip to content

Commit 54d66c0

Browse files
author
glederrey
committed
[UPD] small update about contributions in README + change name in setup.py
1 parent 412d049 commit 54d66c0

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -338,13 +338,10 @@ rules whether to apply it or not. Therefore, it might be interesting to test thi
338338
- `learning_rate` It has been fixed depending on the loss function. However, as for any optimization problem, playing
339339
with the learning rate to find the optimal value is always important.
340340

341-
# Future steps & Contributing
341+
# Contributing
342342

343-
We are currently working on a version of the DATGAN that will include conditionality. This repository as well as the
344-
Pypi library will be updated once this is done.
345-
346-
In the meantime, if you want to participate in the development of this model, you can write a Github issue and give us
347-
your suggestions or directly prepare a Pull Request. (However, it would be better to first discuss the content of the PR.)
343+
If you want to participate in the development of this model, you can write a Github issue and give us your suggestions
344+
or directly prepare a Pull Request. (However, it would be better to first discuss the content of the PR.)
348345

349346
# Acknowledgements
350347

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
long_description_content_type='text/markdown',
4646
include_package_data=True,
4747
keywords=['DATGAN', 'GAN', 'Synthetic Tabular Data', 'Population Synthesis'],
48-
name='DATGAN',
48+
name='datgan',
4949
packages=find_packages(include=['datgan', 'datgan.*']),
5050
python_requires='>=3.9',
5151
url='https://github.com/glederrey/DATGAN',

0 commit comments

Comments
 (0)