My app was working fine until I uninstalled bootstrap and installed angular material instead....Then tried to do ng serve but got this error.. Error: node_modul
I have a jupyter notebook that i am executing from command line using jupyter run Anomaly.ipynb now in my notebook i am exporting the dataframe as csv df.to_cs
I'm using fabricjs version 5.2.1, and i'm having an issue while adding a property to the free drawing pen mode here's the page i'm making: https://khaledmndev.g
I'm trying to get previous business days (and previous previous business days) using the bizdays package so that I can use it later. However for some reason the
This output: 4 4 7 4 11 4 7 4 4 Why is this the output from the following? int f(int x) { if (x == 0) return 1; else if (x == 1) retu
Say I have the following data: +--------+-------+ | Group | Data | +--------+-------+ | 1 | row 1 | | 1 | row 2 | | 1 | row 3 | | 20 | row
How I can center window on active screen but not on general screen? This code moves window to center on general screen, not active screen: import sys from PyQt
I got the following example from here. train_datagen = ImageDataGenerator( rescale=1./255, shear_range=0.2, zoom_range=0.2, hor
I have two different problems occurs at the same time. I am having dimensionality problems with MaxPooling2d and having same dimensionality problem with DQNAgen