Referenced from lesson Checking Your Work
A “helpful” Data Scientist gives you access to the following functions:
# fixed-cats :: (animals :: Table) -> Table # consumes a table of animals, and produces a table containing only # cats that have been fixed, sorted from youngest-to-oldest
You can use the function, but you can’t see the code for it! How do you know if you can trust their code?
HINT:
-
You could make a verification subset that contains one of every species, and make sure that the function filters out everything but cats.
-
You could make sure this subset has multiple cats not already ordered of youngest-to-oldest, and make sure the function puts them in the right order.
1) What other qualities would this subset need to have?
2) Create your verification subset! In the space below, list the name of each animal in your subset.
Name |
---|
|
|
|
|
|
|
|
|
These materials were developed partly through support of the National Science Foundation, (awards 1042210, 1535276, 1648684, and 1738598). Bootstrap:Data Science by Emmanuel Schanzer, Nancy Pfenning, Emma Youndtsmith, Jennifer Poole, Shriram Krishnamurthi, Joe Politz, Ben Lerner, Flannery Denny, and Dorai Sitaram with help from Eric Allatta and Joy Straub is licensed under a Creative Commons 4.0 Unported License. Based on a work at www.BootstrapWorld.org. Permissions beyond the scope of this license may be available by contacting schanzer@BootstrapWorld.org.