In the field of programming and software development, GitHub has emerged as an essential platform for hosting and exchanging code and projects. It provides a collaborative space for developers to work together, handle version control, and exhibit their projects globally. Concurrently, Google Colab has...
# For Colab users, you can open the virtual directory in colab and manually download the files. # # For users running on your local environment, the csv files should be at the same directory of this notebook. # In[18]: # Step 1: Create a copy of sentiment_small to avoid war...
https://colab.research.google.com/drive/191U1FhoUd6HHbwD2BQv036SG04RX9rJ5 # Predicting SpaceX Falcon 9 First Stage Landing: A Journey into Machine Learning and Artificial Intelligence Collecting the data In this project, you will embark on an exciting journey into the world of machine learn...
36 + "data = pd.read_csv(\"spam.csv\", encoding=\"latin1\")\n", 37 + "data.head()\n", 38 + "data.drop([\"Unnamed: 2\", \"Unnamed: 3\", \"Unnamed: 4\"], axis=1, inplace=True)\n", 39 + "data.head()\n", 40 + "data.rename(columns={\"v1\": \"l...
"colab": { "provenance": [], "gpuType": "T4" }, "language_info": { "name": "python" }, "kernelspec": { "name": "python3", "display_name": "Python 3" }, "accelerator": "GPU" }, "nbformat": 4, "nbformat_minor": 0 } 0 comments on commit 0b1a31f Please sign in...
763 + "colab_type": "code", 764 + "id": "Ly3UN0SLLY2l" 765 + }, 766 + "outputs": [ 767 + { 768 + "data": { 769 + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAOwAAADnCAYAAAAdFLrXAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAADh0RVh0U29mdHdhcmUAbWF0cGxvdGxp...
6b0c056 File tree clearsky_phoenix_today.ipynb 1 file changed +514 -0 lines changed There are no files selected for viewing There was a problem loading the remainder of the diff. 0commit comments Comments 0(0) Pleasesign into comment....
278 + "colab": { 279 + "collapsed_sections": [], 280 + "name": "第13章-DDPG算法.ipynb", 281 + "provenance": [] 282 + }, 283 + "kernelspec": { 284 + "display_name": "Python 3.8.10 ('py3env')", 285 + "language": "python", 286 + "name": "python3" ...
Say I created a numpy or csv data file in the notebook, how would I donwload it or upload some place that I can use later? For example, is it possible to upload the files to my Kaggle account some how? Pleasesign into reply to this topic. ...
self.log.to_csv('%s/log%s.csv' %(self.name,self.time_now), index=False) def update_tensorboard(self,item): if self.summary is None: self.summary = SummaryWriter('%s/' % self.name) epoch = item['epoch'] for key,value in item.items(): if key != 'epoch': self.summary.add_sc...