Top new questions this week:
|
I’m starting to work through Bishop’s “Pattern Recognition and Machine Learning” book, and have run into unfamiliar notation. Eq. 160 is prefaced by saying “For this purpose, we shall …
|
I need some help to understand if the models are overfitting and which of these we can consider “the best”. On the internet i only find simple examples with learning curves but in these …
|
I have a binary classification problem, the classes are quite balanced (57%-43%), with a GridSearch with Random Forest Classifier I obtained the best hyperparameters and I applied the model to train …
|
I have a set of objects, each of which can have (but doesn’t always exhibit) a set of properties. Properties are shared between objects, in the sense that different objects can have common properties …
|
I have a binary classification problem (target 0 o 1), I have both variables continuous and categorical as features. I understood that about Chi-square i can use only categorical features to evaluate …
|
I am collaborating on a research project with a respected econometrician as a graduate student (although only in an MS program, not PhD program mind you) exploring the properties and comparing the …
|
I want to judge the goodness of my neural network regression model built using Keras Python Library. The problem is the following: from an input like (1000, 5000) so 1000 samples and each sample has …
|
Greatest hits from previous weeks:
|
I used to apply K-fold cross-validation for robust evaluation of my machine learning models. But I’m aware of the existence of the bootstrapping method for this purpose as well. However, I cannot see …
|
I am trying to build a Regression model and I am looking for a way to check whether there’s any correlation between features and target variables? This is my …
|
My data set contains a number of numeric attributes and one categorical. Say, NumericAttr1, NumericAttr2, …, NumericAttrN, CategoricalAttr, where …
|
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 Wikipedia: In machine learning, the term “ground …
|
I have a dataset like the one below. I would like to remove all characters after the character ©. How can I do that in R? …
|
What does “baseline” mean in the context of machine learning and data science? Someone wrote me: Hint: An appropriate baseline will give an RMSE of approximately 200. I don’t get this. Does he …
|
I have a (2M, 23) dimensional numpy array X. It has a dtype of <U26, i.e. unicode string …
|
Can you answer these questions?
|
I created a minimal example of Poisson decision tree regression as such …
|
Suppose I’m given two ranked lists, A and B, with each item in the lists being associated with a score: …
|
I’m still fairly new to R, and am having some real issues turning a data frame into a graphical representation. I downloaded some data for house prices in the UK and stripped it down to just the …
|