Skip to content

This repository houses some of the links which I found useful for data science and machine learning.

License

Notifications You must be signed in to change notification settings

gaugup/DataScienceResources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Link check

DataScienceResources

This repository houses some of the links which I found useful for data science and machine learning.

Model explanations

The most important features in your data for a complex machine learning model (such as an ensemble model) can be provided by training an explainable model. The explainable model is known as the surrogate model. More on how to derive the explanations from the explainable model and which explainable model to pick please refer to the link.

There are other techniques on machine learning interpretibility where we compare the explanations from multiple explanations techniques like LIME and SHAP. More on these techniques can be found at the link.

Feature Engineering

To train a good machine learning model you require good features. Creating good features requires in depth understanding of the raw data and how to transform into the most meaningful features via feature engineering. Some of the feature engineering techniques are captured in the following links:-

Dimensionailty Reduction

Bias vs Variance

  • Bias-Variance Trade-Off in Machine Learning link

Using pandas.cut method

  • All Pandas cut() you should know for transforming numerical data into categorical data link

Ensembling

  • A Comprehensive Guide to Ensemble Learning link
  • Ensemble Methods in Machine Learning: What are They and Why Use Them? link

Bias and exclusion in Machine learning

  • How to Recognize Exclusion in AI linke

About

This repository houses some of the links which I found useful for data science and machine learning.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published