Notes / Resources on Machine Learning

Creating this page to keep track of some helpful machine learning resources that I come across and to remind myself of some concepts as I try to complete some machine learning projects

Date Created:
Last Edited:

Imputation of Missing Values


For various reasons, many real world datasets contain missing values, often encoded as blanks, NaNs, or other placeholders. Such datasets are incompatible with scikit-learn estimators which assume that all values in an array are numerical, and that all have and hold meaning.
  • You could remove the rows of data or impute them - infer them from known parts of data.
  • You can either impute values only by using values from that column - SimpleImputer - or you could use multivariate imputation algorithms to use the entire set of available feature dimensions to estimate the missing values - IterativeImputer
  • SimpleImputer allows you to replace missing values with a provided constant value or using statistics from that column (mean, median, or most frequent)
  • KNNImputer provides imputation for filling in missing values using the k-Nearest-Neighbors approach.


Cross Validation


  • Something you need to review



Precision vs Recall of Classifiers


  • Something you need to review



Bagging and Pasting


  • Something you need to review


Kernel Trick


  • Something you need to review


Random Forests


  • Something you need to review


Comments

You must be logged in to post a comment!

Insert Math Markup

ESC
About Inserting Math Content
Display Style:

Embed News Content

ESC
About Embedding News Content

Embed Youtube Video

ESC
Embedding Youtube Videos

Embed TikTok Video

ESC
Embedding TikTok Videos

Embed X Post

ESC
Embedding X Posts

Embed Instagram Post

ESC
Embedding Instagram Posts

Insert Details Element

ESC

Example Output:

Summary Title
You will be able to insert content here after confirming the title of the <details> element.

Insert Table

ESC
Customization
Align:
Preview:

Insert Horizontal Rule

#000000

Preview:


Insert Chart

ESC

View Content At Different Sizes

ESC

Edit Style of Block Nodes

ESC

Edit the background color, default text color, margin, padding, and border of block nodes. Editable block nodes include paragraphs, headers, and lists.

#ffffff
#000000

Edit Selected Cells

Change the background color, vertical align, and borders of the cells in the current selection.

#ffffff
Vertical Align:
Border
#000000
Border Style:

Edit Table

ESC
Customization:
Align:

Upload Lexical State

ESC

Upload a .lexical file. If the file type matches the type of the current editor, then a preview will be shown below the file input.

Upload 3D Object

ESC

Upload Jupyter Notebook

ESC

Upload a Jupyter notebook and embed the resulting HTML in the text editor.

Insert Custom HTML

ESC

Edit Image Background Color

ESC
#ffffff

Insert Columns Layout

ESC
Column Type:

Select Code Language

ESC
Select Coding Language