kyowill

Results 2 issues of kyowill

My online prediction service wants to use GBDT + LR (Practical Lessons from Predicting Clicks on Ads at Facebook) algorithm combination, It will use the leaf index of tree. But...

Here is my code. >>> filename='kfc.ogg' >>> data, samplerate = sf.read(filename) Then throw Error File "/PycharmProjects/.env/lib/python3.7/site-packages/soundfile.py", line 1184, in _open "Error opening {0!r}: ".format(self.name)) File "/PycharmProjects/.env/lib/python3.7/site-packages/soundfile.py", line 1357, in _error_check...