Top new questions this week:
|
We are looking to design a system where specific items or categories of items can be boosted/promoted up or relegated/demoted down the recommendation order. What are the common strategies or standards …
|
I recently realized that keras callback for early stopping returns the last epoch’s weights by default. If you want to do otherwise you can use the argument …
|
This is more of an infrastructural question about data science. How would you manage data merging in your GitHub repository? As an example, as a data scientist I might be working on my branch and …
|
problem with standardScaler hi I’d like to scale one column in the titanic data set. I am using the following code segment. for some reason df_scaled results an empty set. how can I solve it? what is …
|
I want to perform clustering. I am reading about this topic but I am totally confused. My dataset has 490 observations and it consists of numerical data (3 columns: Recency, Frequency, Monetary), …
|
I want to use scikit learn logistic regression to train a model on a labelled single cell RNA sample and subsequently apply this model on new unlabelled single cell RNA seq samples to annotate the …
|
I have data for pumps which have one or more sensors to record the air pressure. Apart from the sensor_id and timestamp, with …
|
Greatest hits from previous weeks:
|
Can someone practically explain the rationale behind Gini impurity vs Information gain (based on Entropy)? Which metric is better to use in different scenarios while using decision trees?
|
I have 10 data frames pyspark.sql.dataframe.DataFrame, obtained from randomSplit as …
|
What is the difference between Gradient Descent and Stochastic Gradient Descent? I am not very familiar with these, can you describe the difference with a short example?
|
I was reading an article about convolutional neural networks, and I found something that I don’t understand, which is: The filter must have the same number of channels as the input image so that the …
|
I have built my model. Now I want to draw the network architecture diagram for my research paper. Example is shown below:
|
After I developed my predictive model using Random Forest I get the following metrics: …
|
I have two data frames (Action, Comedy). Action contains two columns (year, rating) ratings columns contains average rating with respect to year. The Comedy data frame contains the same two columns …
|
Can you answer these questions?
|
My question is simple and yet quite hard to find an answer to. In an unsupervised method, for example, when you have to reconstruct an input, how can you tell if your loss is good enough? Generally, …
|
Can the Apple M1’s iGPU access the entire RAM as “video memory” when training with typical deep learning frameworks (e.g., tensorflow_macos)? If not, what memory do they use as video memory?
|
I have a dataset with two input columns as text. Should I use same textvectorizer in both columns or different ones? I am asking this because. columns a has average …
|