Skip to content

adam951502/IBM-Data-Science-Professional-Certificate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ViewCount GitHub top language GitHub language count

Header

IBM Data Science Professional Certificate

The IBM Data Science Professional Certificate consists of 12 courses designed to equip you with the necessary tools and skills to excel in data science. The curriculum covers open-source tools and libraries, Python, databases, SQL, data visualization, data analysis, statistical analysis, predictive modeling, and machine learning.


πŸ“š Courses


πŸ›  Tools

The following tools were utilized to complete the certification:

P.S. More information can be obtained by clicking on the corresponding icon.

python jupyter github


πŸ”§ Libraries

Throughout the certification, the following Python libraries were employed:

P.S. More information can be obtained by clicking on the corresponding icon.

pandas numpy scipy matplotlib seaborn plotly scikit-learn keras


πŸ“‹ Projects


⚠️ Warning: Long Filename Issue on Windows

If you encounter an error related to filename length while cloning this repository on Windows, follow these steps to enable long path support:

πŸ”Ή Option 1: Enable Long Paths via PowerShell

  1. Open PowerShell as Administrator.
  2. Run the following command:
    git config --system core.longpaths true
  3. Try cloning again:
    git clone https://github.com/adam951502/IBM-Data-Science-Professional-Certificate.git

πŸ”Ή Option 2: Enable Long Paths via Windows Registry

  1. Press Win + R, type regedit, and press Enter.
  2. Navigate to:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
    
  3. Find LongPathsEnabled and double-click it.
  4. Change the value from 0 to 1.
  5. Restart your computer.
  6. Try cloning again.

πŸ“Œ Alternative Workaround: Sparse Checkout

If the issue persists, you can clone without checking out problematic files:

git clone --no-checkout https://github.com/adam951502/IBM-Data-Science-Professional-Certificate.git
cd IBM-Data-Science-Professional-Certificate
git sparse-checkout init
git sparse-checkout set "<folder-you-need>"
git checkout

This avoids checking out long filenames.

About

This is the repository for heading the road to obtaining the IBM data science professional certificate.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published