27 questions
I'm trying what's written in a stock book, but I was told that there's no such syntax.The 5th line is different.import Yahoo_fin.stock_info assiimport pandas aspdimport matplotlib.pyplot aspltfrom dat...
For example, when reading data locally, def dataLoadBatch(self, num_samples): X = [ ] Y = [ ] for h in range (0, num_samples): I=io.imread(data/images/salMap_{:05d}.jpg.format(h)) X.append(I) label...
I'm a beginner in programming.I would like to trace the read CSV file every 3 months based on the date of purchase, and output the accumulated data as separate CSV files.The image is File 1: January ...
I have corrected the points you answered before and executed the following code, but the program ends with no output displayed...I would appreciate it if you could answer me if you have any idea of th...
I would like to do a scraping on google colab and download the folder where I collected the images to the local pc.Each file can be downloaded in files.download(), but I don't know how to download eac...
I'm learning image recognition through a book called Image Recognition Programming Recipe.When I try to save the model in keras, an error occurs and I cannot save it.I thought the following site might...
!pip listWhen I checked the version of pymc3 in , it says 3.8 but import pimc3 as pmprint(pm.__version__)If so, the output will be 3.7.How can I install it in 3.8?
What do you want to doUse Google colab to learn image data in YOLO-v3.What I've already doneCollect 20 teacher images and resize themAnnotate the collected images with Vott and put them on the colab a...
Google Drive Timeouts message frequently occurs when you run Google Collaboration.After reading the Google Collaboration tutorial, I moved several folders directly under MyDrive as subfolders, but thi...
Thank you for your continuous support.[Background] I put the price of the stock in price and use the window function to find the sma as follows sma8=pd.Series(price).rolling(8).mean().valuessma24 = pd...
« | - 2 - | » |
© 2024 OneMinuteCode. All rights reserved.