Find answers to your questions about Data Science or help others by answering their Data Science questions.
Short version:How can I find a function that maps X to Y when data looks like this. Note:For a...
Asked on 08/04/2021 by mmrbulbul
1 answerI have the following measures:StockSales CY = CALCULATE(COUNT('ds SalesRetail'[StockID]),ALLSELECTED('ds SalesRetail'))Billed Quantity CY = CALCULATE(SUM(AQA0ZSPM________PRICE_REBAT_SQ_View[Billed Quantity]))Pen. Rate CY = DIVIDE(AQA0ZSPM________PRICE_REBAT_SQ_View[Billed Quantity CY],'ds SalesRetail'[StockSales CY])I would like my "Row subtotal" to...
Asked on 08/04/2021 by poiuy9876
0 answerI want to build a database of image data for machine learning. But how should this be done? I'm assuming people don't just dump all of their image data into...
Asked on 08/03/2021
1 answerI know it might be a generic question but I would still appreciate some feedback. So I have a dataset with 4 dimensions (time, x, y, color). Where I have...
Asked on 08/03/2021 by Chris_007
1 answerI have a simple question. Please see the below screenshot : It is from a midterm exam from a university...
Asked on 08/03/2021
1 answerIn pytorch, we use:nn.conv2d(input_channel, output_channel, kernel_size)in order to define the convolutional layers. I understand that if the input is an image which has size $text{width} times text{height} times...
Asked on 08/03/2021
1 answerFor one of my projects I needed to create classification models for each of many products. In order to see which classifier performs best, I created one SVM, RandomForest and...
Asked on 08/03/2021 by mkoeck
0 answerBeginner in machine learning, I'm looking into the one-hot encoding concept. Unlike in statistics when you always want to drop the first level to have k-1 dummies (as discussed ...
Asked on 08/03/2021
2 answerI am beginner in data-science. I am trying to understand this PyTorch code for gradient computation using custom autograd function:class MyReLU(torch.autograd.Function):@staticmethoddef forward(ctx, x): ctx.save_for_backward(x) ...
Asked on 08/03/2021 by a n
1 answerI am trying to use the groupby functionality in order to do the following given this example dataframe:dates = ['2020-03-01','2020-03-01','2020-03-01','2020-03-01','2020-03-01', '2020-03-10','2020-03-10','2020-03-10','2020-03-10','2020-03-10']values =...
Asked on 08/03/2021
1 answerGet help from others!
Recent Questions
Recent Answers
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP