Skip to main content

Questions tagged [bias]

The tag has no usage guidance.

0 votes
0 answers
8 views

How to adjust classification totals based on known bias of estimator

Let's say I have a dataset, $D$, with known ground truth labels. I nonetheless use a few-shot LLM classifier on this dataset to predict $k$ classes for each label. From the LLM results, I get ...
Learning stats by example's user avatar
0 votes
0 answers
15 views

Is always low bias and low variance desirable?

Assume we have two regression models M1 and M2 for a given data. Assuming M2 has lower bias and lower variance, would you always consider using this? This example shows that if the data is random ...
chikitin's user avatar
1 vote
1 answer
77 views

How do I compute and plot Bias and Variance of a classifier in Python?

I'm new to Machine Learning and I understand bias and variance in theory but I can't seem to find a single source that explains how bias or variance can be computed. I'd like to do it in Python and ...
William's user avatar
  • 113
0 votes
0 answers
15 views

ML development on data biased by historical treatments

I have a dataset where in each data point was subject to certain treatment (4 different treatments) in the past based on their riskiness. The riskiness was estimated by a logistic regression model in ...
NerdyMandy's user avatar
2 votes
1 answer
174 views

Model performance impact on social discrimination?

I am currently working on a project where the data concerns people and the dataset contain personal data with sensitive attributes. (typically: age, sex, handicap, race). Now it seems there are mainly ...
Lucas Morin's user avatar
  • 2,319
0 votes
1 answer
53 views

Question about bias-variance trade off

This question is from a uni module about machine learning. I'm a bit stuck as I can't relate it to the bias-variance trade-off, to me the question implies all models have something to do with the ...
pixel.t87's user avatar
0 votes
1 answer
155 views

Neural regression predictions all around the mean of target

I have a transformer regression model and some data about last users transactions (categorical and numerical). My target has exponential distribution with mean aroud 10e4 and also zero-inflated, so I ...
CoolHumphy's user avatar
0 votes
0 answers
22 views

AB testing: Control was performing 0.5% better than experiment set before the initiation of experiment

So we introduced a new feature in our app, that would aid conversion (hypothetically). When i tried to measure this incremental change in conversion, i split my base set of customers into control(C) ...
Narahari B M's user avatar
0 votes
1 answer
85 views

How do I know If my regression model is underfitting?

How do we evaluate the performance of a regression model with a certain RMSE given that a domain knowledge performance metric is not present? Maybe MAPE is one way of comparing the performance of my ...
Mehmet Deniz's user avatar
2 votes
0 answers
98 views

Bias-Variance Bulls-Eye Diagram: high variance and high bias

Often bias/variance trade-off is explained by a Bulls eye diagram. I like the explanation in the linked webpage but it doesn't answer the question how a model that has high variance and high bias ...
lordy's user avatar
  • 304
0 votes
1 answer
102 views

Is Logistic Regression possible using a Convenience Sample?

I've collected some survey data on homeless individuals, surveying their drug use, education level, age, gender etc. I hope to run a logistic regression to see how impactful homelessness (+other ...
JS Holding's user avatar
0 votes
1 answer
172 views

Understanding bootstrapping in bias variance decomposition

I was going through bias and variance tradeoff article and it makes use of bias_variance_decomp function from mlxtend library. ...
Mahesha999's user avatar
3 votes
1 answer
36 views

Bias that makes annotators accept a prediction rather then coming up with a different label

Many annotation tools can speed up the classification of images (or other data) by providing a prediction of the correct label which the user can accept or correct. However, humans have a tendency to ...
moi's user avatar
  • 131
1 vote
1 answer
469 views

pytorchs LSTMs use of 'bias' and 'weight' strings

Hi I am new to RNN and have come across this the following implementation of Pytorchs LSTM, but I cant understand how (or why) the 'bias' and ...
Piskator's user avatar
  • 135
0 votes
3 answers
161 views

Proof for MSE = Var + Bias2

I am trying to prove the equality of $$\rm MSE=Var+Bias^2$$ but obviously I got something wrong as they don't equal in my calculation: So here is the example. I use monte carlo to estimate this ...
ali's user avatar
  • 133

15 30 50 per page
1
2 3 4 5
7