Skip to content

Commit

Permalink
[UPD] small update about contributions in README + change name in set…
Browse files Browse the repository at this point in the history
…up.py
  • Loading branch information
glederrey committed Mar 17, 2022
1 parent 412d049 commit 54d66c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,13 +338,10 @@ rules whether to apply it or not. Therefore, it might be interesting to test thi
- `learning_rate` It has been fixed depending on the loss function. However, as for any optimization problem, playing
with the learning rate to find the optimal value is always important.

# Future steps & Contributing
# Contributing

We are currently working on a version of the DATGAN that will include conditionality. This repository as well as the
Pypi library will be updated once this is done.

In the meantime, if you want to participate in the development of this model, you can write a Github issue and give us
your suggestions or directly prepare a Pull Request. (However, it would be better to first discuss the content of the PR.)
If you want to participate in the development of this model, you can write a Github issue and give us your suggestions
or directly prepare a Pull Request. (However, it would be better to first discuss the content of the PR.)

# Acknowledgements

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
long_description_content_type='text/markdown',
include_package_data=True,
keywords=['DATGAN', 'GAN', 'Synthetic Tabular Data', 'Population Synthesis'],
name='DATGAN',
name='datgan',
packages=find_packages(include=['datgan', 'datgan.*']),
python_requires='>=3.9',
url='https://github.com/glederrey/DATGAN',
Expand Down

0 comments on commit 54d66c0

Please sign in to comment.