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

Both sides previous revisionPrevious revision
Next revision
Previous revision
network_stuff:machine_learning:pandas [2023/05/08 16:29] jotasandokunetwork_stuff:machine_learning:pandas [2023/11/02 14:38] (current) – external edit 127.0.0.1
Line 3: Line 3:
   * series and dataframes [[https://pandas.pydata.org/docs/user_guide/dsintro.html|Link]]   * 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: 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.1683563371.txt.gz · Last modified: (external edit)