Questions tagged [estimation]

5 questions
1
vote
0 answers

what other metrics can i use to estimate quality of the model predicting income range - interval estimation task?

I trained a model that predicts customer's income given the features: age, declared income number of oustanding instalment, overdue total amount active credit limit, total credit limit total amount The output is a prediction: lower-upper bound for…
1
vote
0 answers

Sparse Covariance Selection

I was reading this article https://www.di.ens.fr/~aspremon/PDF/CovSelSIMAX.pdf, whose goal is to estimate the covariance matrix from a the sample covariance matrix drawn from a distribution $X$. ' Given a sample covariance matrix, we solve a maximum…
mbz0
  • 11
  • 2
1
vote
1 answer

Estimating average daily consumption with samples randomly scattered in time

I want to estimate my daily water consumption. I have taken pictures of the water meters (total m3 used since last reset) every now and then, but without any regularity. There can be a difference of a few days to several weeks between samples. What…
yuyu2809
  • 13
  • 2
0
votes
0 answers

Simulate the computing power required to apply a pre-trained model

I am very new to the field of machine learning and hope this question fits here. Is there a way to generate an estimate of the computational effort required to classify a value using a previously trained machine learning model? Or to simulate the…
Trojan
  • 101
0
votes
0 answers

Can quantitative data be calculated from a neural network?

The only success I've seen or had with Neural Nets, is taking whatever input, and outputting Boolean results, yes/no, in the form of a range between in the case in question $0.5$ and $1.0$, with $0< Y_n\le0.75 = $No and $0.75
John Sohn
  • 141
  • 4