Questions tagged [scaling]

Scaling refers to the image manipulation function of re-sizing an image. For issues to do with handling increasing workload gracefully in software or network components, see "scalabilty".

Scaling refers to the image manipulation function of re-sizing an image.

2497 questions
0
votes
0 answers

scale on local servers

I have a local static ip given by ISP, not on cloud. I want to know how much and how i can scale with this approach. Today, I have 200Mbps line with 1 static ip to handle server load. Tomorrow, due to network traffic load, the required load is say…
shrw
  • 1,719
  • 5
  • 27
  • 50
0
votes
1 answer

Machine Learning: Combining Binary Encoder and RobustScaler

I have a dataset with numerical and categorical data. The data includes outliner, which are essential for interpretation later. I’ve binary encoded the categorical data and used the RobustScaler on the numerical data. The categorical binary encoded…
0
votes
1 answer

how to solve this type of canvas zooming problem

I am trying to make some 2d circuit simulator. But canvas always scale from 0,0 point. how to achieve screen oriented zooming. I have some html and js code. Help me to solve the zooming or scaling calculation in the zoom function below.
0
votes
1 answer

Can I horizontally scale only a particular "service" in service oriented architecture?

I want to reduce the load of one of the services with horizontal scaling. In service-oriented architecture, do I have to copy or move(whatever you say) all services to the server I will add, since each of the services is a separate project? Can I…
0
votes
1 answer

the full navigation bar is not visible on mobile devices also the text in the middle of the page is too large

I'm started learing html/css my first project was portfolio and i fell in this issue. the full navigation bar is not visible on mobile devices also the text in the middle of the page is too large. site source: …
TheKozax
  • 3
  • 2
0
votes
0 answers

Using TPL in modern ASP.NET backend logic

Base topic: Does Parallel.ForEach use threads from the ASP.NET thread pool? I am wondering if microservice is deployed to multi-instance clustered containerized environment (like k8s) and uses Parallel.For, Parallel.ForEach, Task.WaitAll,...), how…
0
votes
0 answers

Should we apply feature scaling to output training set (Y_train)

Should we apply feature scaling to output data in machine learning? Can we select to scale certain features in input parameters and not all of them? from sklearn.preprocessing import StandardScaler
MSH
  • 1
  • 1
0
votes
1 answer

Scaling dual y axis plot in R using ggplot

I am trying to create a depth and temperature vs time plot. The temperature ranged from 14-21C and the depth ranged from 0-7.5m. I am having issues forcing the temperature scale to only be from 14-21 while the depth scale remains at 0-7.5. I am also…
Emily S
  • 15
  • 5
0
votes
1 answer

what practical option are avialble for scaling Windows executable

need advice about how to scale a cpu intensive tasks on desktop Windows. The system will not run any web server, it will run multiple and growing number of executable writing data to database(each to its own database but the same db server). I was…
Vlad
  • 1
  • 1
0
votes
0 answers

How can I use two Auto Scaling Image Annotation in same page

I will try two scalize id however only one more worked. Every time second scalize function worked. How can I use one more scalize in one page. I want use scalize in repater. I will try two scalize id however only one more worked. Every time second…
kmrngrl
  • 1
  • 1
0
votes
1 answer

FittedBox with single emoji in text not showing up

My beloved is not showing up. It used to though, with Flutter 3.0.0. Now, using Flutter 3.3.6 Dart SDK 2.18.2, it does not. Does anyone know if it's a bug? Or does anyone know a workaround for auto-scaling? Minimal example: class OtterFreakshow…
Neckslap
  • 3
  • 2
0
votes
0 answers

How to get logit matrix from a customized CNN?

This is my model engine1 = tf.keras.applications.Xception( # Freezing the weights of the top layer in the InceptionResNetV2 pre-traiined model include_top = False, # Use Imagenet weights weights = 'imagenet', …
XYZ
  • 225
  • 1
  • 12
0
votes
1 answer

Scaling gives me worse result (lower R-squared) in Linear Regression

(I leave my dataset at the bottom line). I'm trying to use Linear Regression on a dataset where predictors are the product ID, weight, type, Outlet_Establishment_Year, etc and target variable is the Item_Outlet_Sales. I use R-squared as the metric.…
0
votes
0 answers

Looping Alternative in websocket server

I have a websocket server and it keeps record of the users which are online. So if any change is made by a single user then it should reflect to all ther users which my server has maintained in an array. Let's say a user changed name and total 100…
0
votes
0 answers

Scaling elastic search for read heavy applications

We have Node JS (Nest JS / Express) - based application services on the GCP cloud. We are using elastic search to support full-text search on a blog/news website. Our requirement is to support 2000 reads per second minimum. While performing load…
Himesh
  • 644
  • 3
  • 10