Skip to content

Commit

Permalink
Merge pull request #105 from probcomp/072424-srvasude-update_test_files
Browse files Browse the repository at this point in the history
Updates to File Parsing
  • Loading branch information
srvasude authored Jul 25, 2024
2 parents a9d2318 + a6d0aab commit 4448b33
Show file tree
Hide file tree
Showing 39 changed files with 405,794 additions and 402,723 deletions.
15 changes: 13 additions & 2 deletions cxx/assets/README
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@ The PClean related datasets are:

Test datasets

* test-mixture-2-normals
- Contains only real valued entries sourced from a mixture of 2 normals (Normal(-1., 0.5) and Normal(2., 0.5)).
* test_files/test-bigram
- Contains only string valued entries. There are only 5 unique strings in the
file.

* test_files/test-categorical
- Contains only categorical valued entries. There are only 5 unique categories
in the file.

* test_files/test-simple_categorical
- Contains only categorical valued entries. This only contains "yes" and "no"
entries.

* test_files/test-mixture-2-normals
- Contains only real valued entries sourced from a mixture of 2 normals (Normal(-1., 0.5) and Normal(2., 0.5)).
Loading

0 comments on commit 4448b33

Please sign in to comment.