RoboticsClubIITJ / ML-DL-implementation

An implementation of ML and DL algorithms from scratch in python using nothing but NumPy and Matplotlib.
BSD 3-Clause "New" or "Revised" License
48 stars 68 forks source link

Corrected Preprocessing Example File #159

Closed kwanit1142 closed 3 years ago

kwanit1142 commented 3 years ago
  1. Fixed Standard Scalar command by including input matrix in Example File.
  2. All the commands worked pretty smoothly after that.