User Tools

Site Tools


network_stuff:machine_learning:pandas

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
network_stuff:machine_learning:pandas [2023/05/08 16:07] – created jotasandokunetwork_stuff:machine_learning:pandas [2023/11/02 14:38] (current) – external edit 127.0.0.1
Line 1: Line 1:
   * [[https://github.com/jgrt/101-Pandas-Exercises|pandas-exercises]]   * [[https://github.com/jgrt/101-Pandas-Exercises|pandas-exercises]]
-  * Pandas series and dataframes [[https://pandas.pydata.org/docs/user_guide/dsintro.html|Link]]+  * labels and data 
 +  * series and dataframes [[https://pandas.pydata.org/docs/user_guide/dsintro.html|Link]] 
 +    * Series: is one-dimensional. But remember in pandas there's always an index/label axis, so is really two 'columns' 
 +      * series are like dictionaries but much more powerful (they can be accessed by index/key) 
 + 
 + 
 + 
 +---- 
 +**MODELS, TRAIN AND PREDICT** 
 +\\ 
 + 
 +{{:network_stuff:machine_learning:trainintntestsets.png?400|}} 
 +Important and unseen relationships frequently live in high-dimensional spaces 
 + 
network_stuff/machine_learning/pandas.1683562036.txt.gz · Last modified: (external edit)