Closed MarkMoretto closed 4 years ago
Definitely will update the documentation.
Adding numpy.random.seed()
is probably a good idea.
The mean-value of y is well defined for logicals, and is the prevalence of the true class. We will expand on that a bit and rewrite that as numpy.mean(d['yc'] == outcome_target)
.
Hi. I didn't want to fork the repo for this, but under the Python classification example in the exploratory section, the notebook says:
'Find the mean value of yc'
I think 'yc' is a nominal column and finding the mean wouldn't be possible. With that in mind, here's two friendly suggestions:
Other than that, the package looks interesting so far.
Thanks!