ai-training-examples icon indicating copy to clipboard operation
ai-training-examples copied to clipboard

fix: Update notebook-introduction-linear-regression.ipynb

Open nicoovh opened this issue 9 months ago • 0 comments

I was testing this notebook on Miniconda- conda-py311-cudaDevel11.8 and got some errors, here are the fix I had to make to make the notebook ends without error.

  • updated scikit-learn package name, previous was deprecated
  • fixed csv path
  • fixed error on numpy array conversion

nicoovh avatar May 22 '24 13:05 nicoovh