-
Hi team,
I've been experiencing a multinomial sampling problem, first described [here][mn1], and then surfacing again [here]. The issue that I get is that the `pvals` sum to greater than 1 with flo…
-
I am trying to run you codes, but got a memory error in Word2Vec conversion:
`X = np.zeros(shape=(number_of_documents, document_max_num_words, num_features)).astype('float32')`
MemoryError
…
-
See PR #777 and comments.
-
Dear Ken
I am using your version 0.9.9-3 and I am running into an error that did not appear with the same data and code using previous versions. I believe this issue has already been treated in [is…
-
The Programming Historian has received the following tutorial on 'Fetching and Parsing Data from the Web with OpenRefine' by @evanwill. This lesson is now under review and can be read at:
http://pr…
-
Hi all,
I'm not sure if I'm missing something, but I'm working on a pipeline that feeds from TfidfVectorizer() to GaussianNB() and I receive an error stating
> 237 if accept_sparse in [None, Fa…
-
First, many thanks for your great Bayes library!
As an enhancement and to handle different use cases, it would be great to have the ability to select the Bayes algorithm to use.
I would suggest thes…
-
usually these just make as specific of assignments as they can.
-
Hard crash with memory bug and rscript termination under Windows.
Example:
``` R
require(caret)
require(mboost)
require(gbm)
require(rf)
# load iris set
data(iris)
dim(iris)
# works
m
-
Has anyone solved the practice questions for the finals ?
The answers I am getting are -
6) a)
points assigned to µ1 = {x1,x2,x4}
points assigned to µ2 = {x3}.
new means -> µ1 = (-5/3 , 0) and…