Skip to main content

Questions tagged [normalization]

Usually "normalization" means re-expressing univariate data to make values lie within a specified range.

3 votes
3 answers
113 views

I am working on a project to cluster provinces according to their exposure to river floods. I am considering the following indicators: Total number of flood events / total provincial area Total ...
user414120's user avatar
2 votes
1 answer
109 views

I am working on a PowerBI report to display student data. The primary objectives are to filter based upon the academic level (undergraduate, graduate, doctorate), School in the university (Arts & ...
Micmac's user avatar
  • 23
2 votes
1 answer
28 views

I’m using docking-derived binding energy values as input features in a machine-learning model. All of the original data was generated from molecules of similar size, but our new dataset contains much ...
CCC's user avatar
  • 21
0 votes
0 answers
24 views

I have a set of values with the range -22.28 to 32.65 I need to normalize them to the range 1 to 10. The expected result of the min and max values after the normalization is -22.28 --> 1 and 32.65 -...
Filippo's user avatar
  • 101
4 votes
1 answer
534 views

I have a question about normalization when merging training and validation sets for cross-validation. Normally, I normalize using re-scaling (Min-Max Normalization) calculated from the training set ...
Suebpong Pruttipattanapong's user avatar
1 vote
0 answers
49 views

so i'm training DDPG agent on 6 axis arm robot to move an object from A to B. The inputs are the coordinate of the joints along with the coordinate of the object that need to be moved. So, i'm kinda ...
Bejo's user avatar
  • 11
0 votes
1 answer
98 views

I am comparing time series of volumes of products in different orders of magnitudes (some have volumes of ~1k, others 10k, 50k etc). I have real values and predictions and want to compare the ...
Parus's user avatar
  • 1
4 votes
1 answer
89 views

I have two sets of hemoglobin measurements from two different machines, each measuring different individuals. I don't have calibration information, but I do know the minimum and maximum values for ...
Math Avengers's user avatar
416 votes
6 answers
1.8m views

I am lost in normalizing, could anyone guide me please. I have a minimum and maximum values, say -23.89 and 7.54990767, respectively. If I get a value of 5.6878 how can I scale this value on a scale ...
Angelo's user avatar
  • 4,615
1 vote
0 answers
100 views

I am using the python library xgboost to predict a continuous variable Y from a continuous variable X and some other (class-) features. I suspect that my X has low predictive power, if any. If I scale ...
typorum's user avatar
  • 11
2 votes
0 answers
89 views

I was studying the expected value of the outer product of a normalized non-centered Gaussian vector and I found this very interesting and solved question and I am looking to generalize to a Student t ...
Gianni's user avatar
  • 21
4 votes
1 answer
257 views

I am building generalized linear mixed models with random effects using the glmmTMB R package. I have a set of continuous fixed variables, many of which exhibit high skewness and kurtosis. I have read ...
Dean's user avatar
  • 41
0 votes
2 answers
186 views

I'm working through an exercise involving the Central Limit Theorem (CLT) and am running into a conceptual conflict. Suppose I have $X_i \sim U[0,1]$ for $i = 1, ..., n$, with $n = 100$. Let $Y = \...
EPyng98's user avatar
1 vote
1 answer
142 views

I am analyzing the results of various machine learning models for a regression task, using four metrics: RMSE, MAE, MAPE, and $R^2$. My approach involves two types of analyses: Individual Metric ...
Felipe's user avatar
  • 13
1 vote
1 answer
374 views

I'm currently working on building Random Forest Models in python. My topic is to investigate the Imoportance of specific variables for the accuracy of machine learning to explain the market ...
user430395's user avatar

15 30 50 per page
1
2 3 4 5
83