T.A. Thor
Results
2
comments of
T.A. Thor
During this off-season, should I have the time, I would like to work on some baseball-related machine learning projects, but I am not sure if adding ML functionality directly to...
To use the search functions, you must import imslp.client, and then define a ImslpClient() object. For example, ``` from imslp import client r = client.ImslpClient() r.search_works(composer = 'Mozart') ``` collects...