Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.31 KB

File metadata and controls

47 lines (38 loc) · 1.31 KB

✨Python Study

boost course 머신러닝을 위한 파이썬 (2021.12.30 ~)


1) Pythonic Code

  • Pythonic Code
    • Split & Join
    • List Comprehension
    • Enumerate & Zip
    • Lambda & MapReduce
    • Asterisk
    • Data Structure - Colecctions
      + Asterisk 이해 잘 못했음!
      + Case Study 건너뜀
  • Linear Algebra

2) Python for ML

  • Python for ML
  • Data Handling

3) Data Handling

  • Data handling
    • Numpy
      • numpy
      • ndarray
      • Handling shape
      • Indexing
      • Slicing
      • Creation function
      • Operation functions
      • array operations
      • Comparisons
      • Boolean Index
      • Fancy Index
    • Pandas