I Created a table dbo.CovidStats with columns ( covidId(int PK), covidDate(datetime), confirmcases(int),Death(int),country(varchar),flag(bit), totalLoss(int) )
I'd like to partition an imbalanced dataset. My current dataset has 7 classes, some with 10.000 samples and some with 500. I'd basically like to limit the data
I'm looking to plot error bars on a line plot I did using pandas's .plot() function scores_xgb.plot(x='size', y='MSE_mean_tot', kind='line',logx=True,title='XGB
I want to update the view when the State of currentpage changes by a button. In console the tap make current page increase accordingly. I tried with gotoNextPag
I have a Fastapi app hosted on EC2 instance using docker-compose.yml. Currently, the app is not secured (HTTP & not HTTPS). I am trying to secure the app vi
On Webserver, basically, I would like to take a value from the user and process it in the programme. I use Micropython on Thonny IDE with a Raspberry Pi Pico. T
I am a newbie trying MongoDB-atlas free tier. I have a cluster named - "mongoCluster. Under it, I have a database - "testdb" and under it, have a collection - "
I'm trying to receive data from google analytics to make specific report. This report does not include any metric but only dimensions. The problem is that batch