PacktPublishing/Hands-On-Machine-Learning-with-CPP

data files of chapter 7

Closed this issue · 4 comments

Hello!
Where could I find data files of chapter 7?
Thanks,
mukoedo1993

Thank you.
But, when I used data of chapter 4 to run chapter 7's SharkML program, I got segmentation fault.
Could you tell me how to do so?
Thanks.

Am I understand right that other programs from chapter 7 work correctly with data files from chapter 4? If so please check that you use exact same version of SharkML library as book requires(built from source). Also a stack trace can help a lot.

I have changed my code to follow your CMakeLists.txt file strictly. Now, all problem have been solved. Thanks.