-
I was using the Decision Tree and this error was raised. The same situation appeared when I used Back Propagation. …
- 236 views
- 6 answers
- 12 votes
-
I’m having this error with onehotencoder where thecategorical_features attribute is missing, I’m using google colab. from sklearn.preprocessing import LabelEncoder, OneHotEncoder …
- 76 views
- 0 answers
- 1 votes
-
I’m having this error with onehotencoder where thecategorical_features attribute is missing, I’m using google colab. from sklearn.preprocessing import LabelEncoder, OneHotEncoder …
- 154 views
- 1 answers
- 7 votes
-
Closed. This question needs debugging details. It is not currently accepting answers. Want to improve this question? Update the question …
- 44 views
- 1 answers
- 0 votes
-
I need to assign each point to the cluster with the closest centroid. I also got get_distance function that calculates …
- 48 views
- 0 answers
- 0 votes
-
My df shape is 2D (6764, 11). I want to reshape it into 3D with 1691 time steps (i.e., 1/4 …
- 81 views
- 1 answers
- 0 votes
-
Suppose there’s a numpy 2D array as follows: >>> x = np.array([[4,2,3,1,1], [1,0,3,2,1], [1,4,4,3,4]]) >>> x array([[4, 2, 3, 1, …
- 0 views
- 1 answers
- 0 votes
-
I am new to Python and machine learning and I am confused what are these colons in someplace(arrays) they appear …
- 37 views
- 0 answers
- 0 votes
-
I am trying to add all the images in the list from my computer in the jupyter notebook. But after …
- 57 views
- 0 answers
- 0 votes
-
I have several categorical variables that I created dummies for in which I am trying to run logistic regression. I …
- 165 views
- 0 answers
- 0 votes