Skip to content

Commit 36e5464

Browse files
author
ikrima
committed
[ml] add machine learning cheatsheet
1 parent 98ed538 commit 36e5464

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

content/dev-notes/shells/powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Foreach($file in dir C:\){$file.name}
122122

123123
* Enabling `-WhatIf, -Confirm, etc`
124124
* add `[CmdletBinding(SupportsShouldProcess = $true)]` to param block
125-
* inside function, wrap state change code with `if ($PSCmdlet.ShouldProcess(...)) {...}`
125+
* inside function, wrap state change code with `if ($PSCmdlet.ShouldProcess(target,operation)) {...}`
126126

127127
## Resources
128128

content/math/research-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Research Notes
2+
Machine Learning Cheatsheet (from [Scikit](https://scikit-learn.org/stable/tutorial/machine_learning_map/index.html)):
3+
![[scikit-machine-learning-cheatsheet.png]]
24

35
## Dictionary Learning
46

823 KB
Loading

0 commit comments

Comments
 (0)