Fairly new to Python but building out my first RF model based on some classification data. I've converted all of the labels into int64 numerical data…
Data Science
3 Answers
·
11.5K Views
·
Answered ✓
D
Asked by: dia shrinidhi · 3 years ago
I just met a terminology called "embedding" in a paper regarding deep learning. The context is "multimodal embedding"My guess: embedding something is…
Data Science
1 Answer
·
861 Views
·
Answered ✓
A
Asked by: anu rhea · 3 years ago
What is the difference between Gradient Descent and Stochastic Gradient Descent? I am not very familiar with these, can you describe the difference…
Data Science
1 Answer
·
928 Views
·
Answered ✓
D
Asked by: Darsh K · 3 years ago
The key difference between a GRU and an LSTM is that a GRU has two gates (reset and update gates) whereas an LSTM has three gates (namely input,…
Data Science
1 Answer
·
1.4K Views
·
Answered ✓
B
Asked by: Bruce Benedict · 3 years ago
How could I randomly split a data matrix and the corresponding label vector into a X_train, X_test, X_val, y_train, y_test, y_val with scikit-learn?…
Data Science
1 Answer
·
826 Views
·
Answered ✓
D
Asked by: David EDWARDS · 3 years ago
In the context of Machine Learning, I have seen the term Ground Truth used a lot. I have searched a lot and found the following definition in…
Data Science
1 Answer
·
1.4K Views
·
Answered ✓
A
Asked by: Augustina Fuentes · 3 years ago
Cluster analysis or clustering is the task of grouping a set of objects in such a way that objects in the same group (called a cluster) are more…
Data Science
1 Answer
·
968 Views
·
Answered ✓
A
Asked by: Audrey Berry · 3 years ago
I use RStudio for R programming. I remember solid IDE-s from other technology stacks, like Visual Studio or Eclipse.I have two questions:What other…
Data Science
1 Answer
·
708 Views
·
Answered ✓
C
Asked by: Claudine Tippins · 3 years ago
I got ValueError when predicting test data using a RandomForest model.My code:clf = RandomForestClassifier(n_estimators=10, max_depth=6, n_jobs=1,…
Data Science
1 Answer
·
1.4K Views
·
Answered ✓
R
Asked by: Ranjana Admin · 3 years ago
I run R on Windows and have a CSV file on the Desktop. I load it as follows,x
Data Science
2 Answers
·
3.4K Views
·
Answered ✓
A
Asked by: Aaditya Srivastva · 3 years ago
a) The use of big data helps in marketing decision making because it keeps marketing information more “pure” by eliminating other business units from…
Data Science
1 Answer
·
1.1K Views
·
Answered ✓
A
Asked by: Amit raj · 3 years ago
I am attempting to reproduce one of the examples in the dplyr package but this error message. I am expecting to see a new column n produced with the…
Data Science
1 Answer
·
1.2K Views
·
Answered ✓
A
Asked by: Andrea Bailey · 3 years ago