Heiko Strathmann
Heiko Strathmann
Can you also check whether the algorithm works when a preprocessor is attached to the features? There are for example zero-mean preprocessors. BTW I think about the bias, we should...
@youssef-emad Could we move the discussion in its own issue? You can just open one if you have updates...
@Anjan1729 there is a long list above. Pick any of the ones you like. Easy algorithms preferred, what about LDA?
Hi @abhinavagarwalla Great! Can you open a seperate issue for this and we discuss there? We should keep this thread clean of discussions
Thanks, very nice work. @vigsterkr is right, these notebooks can only be a first step to see what is going on. Eventually we want the scripts to do this in...
Good luck with the assignment :)
Great that this finally happened! For the benchmarks, I guess we need to compare against something, e.g. sklearn. As I can see here, the comparison so far only happens in...
In the notebook, it would be great if you could label things you print, it takes some time to parse this otherwise for me
Comments: - Use larger datasets -- timings at microsecond scale have very little meaning as Python takes longer to start running than the actual computations. - You should always make...
Looks like you identified problems in Shogun's results. These should definitely be investigated. Very alarming. I suggest that you put benchmark scripts for sklearn as well. Also, let's isolate one...