Skip to content

eukkcha/Machine-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

103 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Machine-Learning

Machine Learning using Python

using Python 3.8.10

Package Required

If the version does not exist or if the version fails, use the latest version.

Package Version Package Version
librosa 0.8.1 plotly 5.3.1
matplotlib 3.4.3 scikit-learn 1.1.3
numba 0.53.1 scipy 1.7.1
numpy 1.21.2 seaborn 0.11.2
pandas 1.3.2 sklearn 0.0

Package Installation Guide

cmd or terminal...

  • Check the existence of the file pip show (Package)
  • Install the version you want pip install (Package)==x.xx.x

[ Example ]
pip show librosa
pip install librosa==0.8.1

When error occurs in the pip command...

If it fails on macOS, download the latest version of the package

[ Example ]
pip install numba --upgrade
pip install matplotlib --upgrade

When error occurs in Vscode

ModuleNotFoundError: No module named 'sklearn'
Document helped 1
Document helped 1

About

Machine Learning using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages