I am implementing some new ideas, but when I am running through the code it gives me the error: InvalidArgumentError(): Incompatible shapes: [4,784] vs [784,4]
I have a dataframe as shown below: df = A B timestamp 2022-04-08 10:07:00 29.504 50 0.85 2022-04-08 10:
I have a script that backup my google sheets into a single folder, what I’m trying to do is creating a new script that can search this backup folder for f
I might have modified Data Factory pipeline implemented by another developer in accident. But don't know now that what was modified since there were so many mod
Can someone tell me what's wrong with my config? I'm overly frustrated and I've been loosing my hair on this. Any pointer will be welcome. Thanks Persistence.
Sometimes you might need to render web-components from your react app. Web-components often use a special <template> ... </template> tag. But if I
I am using the Azure DevOps Migration Tools and it hits an exception when I try to migrate a work items with 35977 revisions. Here is my configuration: Here is
I am currently using the following in my IIS 10 web.config to limit access to my website. We have planed to add another group here to give access to some parts
My intention is to pass the initial guess as an argument of a function instead of directly defining it in the body of the code. 1)Is there a way to do this with