Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 126 methods to generate metadata #130

Closed
wants to merge 9 commits into from

Conversation

JDTheRipperPC
Copy link
Contributor

Resolves #126

Added metadata methods: add_table, add_relationship, add_primary_key, add_field, to_dict, to_json.

@codecov-io
Copy link

codecov-io commented Nov 20, 2019

Codecov Report

Merging #130 into master will decrease coverage by 0.13%.
The diff coverage is 87.61%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #130      +/-   ##
==========================================
- Coverage   88.42%   88.28%   -0.14%     
==========================================
  Files           9        9              
  Lines         570      683     +113     
==========================================
+ Hits          504      603      +99     
- Misses         66       80      +14
Impacted Files Coverage Δ
sdv/metadata.py 87.63% <87.61%> (-0.02%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e3b6ce9...4e4f2a1. Read the comment docs.

@csala csala closed this Nov 22, 2019
JonathanDZiegler pushed a commit to JonathanDZiegler/SDV that referenced this pull request Feb 7, 2022
* Expose hyperparameters/change cuda logic

* Fix set_device/update documentation

* Remove self from discriminator

* Fix optimizers

* Remove self from discriminator

* Remove "_" from variables
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Methods to generate Metadata from DataFrames
3 participants