Re: [Tutor] What are the few senarios of data science testing using Python

2017-04-20 Thread Alan Gauld via Tutor
On 20/04/17 11:48, John R wrote: > I am just trying to understand that how it is possible to > frame test cases on data science projcets using python! Can you clarify what you mean by "data science" projects? Do you mean projects built in Python and how to use, say, unittest with that code? Or

[Tutor] What are the few senarios of data science testing using Python

2017-04-20 Thread John R
Hi All, I am just trying to understand that how it is possible to frame test cases on data science projcets using python! could anyone provide few sample real time senarios? I searched in google but couldnot find anything suitable to my need. If anyone works on this type of projects they can help