I am trying to train a sequential network on data taken from a pandas dataframe. Here is the code: df = pd.read_csv(io.BytesIO(uploaded['20200325_counsel_ch
I want my Python function to split a sentence (input) and store each word in a list. My current code splits the sentence, but does not store the words as a list
i have a next js app with dynamic page parameter, when i hard reload it in development mood it works fine , but in production i get this error 404 - File or di
What are the correct version numbers for C#? What came out when? Why can't I find any answers about C# 3.5? This question is primarily to aid those who are sea
I would like to send a message in a channel when my bot starts here is my code @client.event async def on_ready(): print("Bot is running") activity = di
I'm having an issue with a project started with django cookiecutter. To verify that the issue was not with my project, I'm testing on a blank django cookiecutt
So I have WPF application and I am using settings.settings file to save several settings for example specific Path that the user need to set and I am also creat