Should I Normalize My Data for Host Ranking?

  • Context: Undergrad 
  • Thread starter Thread starter xeon123
  • Start date Start date
  • Tags Tags
    Data Normalize
Click For Summary
SUMMARY

The discussion centers on the necessity of normalizing data for host ranking based on two performance measures: time to transmit X bytes and time to compute X bytes. The user employs linear regression to predict rankings for hosts A, B, and C. It is concluded that normalization may be beneficial, but the decision hinges on the specific cost function used to determine the weight of each measure in the ranking process.

PREREQUISITES
  • Understanding of linear regression techniques
  • Familiarity with performance metrics in data transmission
  • Knowledge of cost functions in optimization
  • Basic concepts of data normalization
NEXT STEPS
  • Research how to implement data normalization techniques
  • Learn about different cost functions and their applications in ranking systems
  • Explore advanced linear regression methods for performance prediction
  • Investigate the impact of various performance metrics on host ranking
USEFUL FOR

Data scientists, system architects, and performance analysts looking to optimize host ranking based on transmission and computation metrics.

xeon123
Messages
90
Reaction score
0
I have 2 measures that I am using to rank terms that I get them by prediction (using linear regression). They are the time to transmit X bytes and the time to compute the X bytes. I do the prediction if I execute in host A, B, and C. I add the 2 measures and rank the hosts. I think adding these 2 measures are not enough. Should I normalize these 2 measures?
 
Physics news on Phys.org
It depends what decision will be based on the result. You need a cost function which tells you how much weight to give to each measure.
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 30 ·
2
Replies
30
Views
4K
  • · Replies 23 ·
Replies
23
Views
4K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 64 ·
3
Replies
64
Views
6K
  • · Replies 37 ·
2
Replies
37
Views
5K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 26 ·
Replies
26
Views
3K