I could only find an example of this written in C#, so I figured it would be helpful to others to share a Python implementation of a custom scoring model using fundamental data. This is just an example but I threw in the 5 year normalized PE ratio as the final ranking metric, and used a FScore value of greater than 6 to filter down from the course universe. You can read the original white paper here:

http://www.chicagobooth.edu/~/media/FE874EE65F624AAEBD0166B1974FD74D.pdf

Enjoy,

Aaron Gilman