Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

small improvements on ML docu notebooks #122

Merged
merged 2 commits into from
Jan 26, 2025
Merged

Conversation

behrica
Copy link
Member

@behrica behrica commented Jan 25, 2025

No description provided.

@behrica behrica requested a review from daslu January 25, 2025 17:14
Copy link
Member

@daslu daslu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great.

I just noticed three little typos that would be nice to fix and then merge.

;; The `model` function has closed over the id, so is knows "his id", so in the `transform`
;; mode it can get the data created at `:fit`. So the `model` function can "send" data to itself
;; from `:fit` to `:transform`, the `trained model`.
;; The `model` function has closed over the id, so is knows "its id", so in the
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great explanation.

Just noticed a small typo:
so is knows -> so it knows

@@ -287,19 +288,23 @@
(mm/lift str/reverse)
(mm/lift first)))

;; The lifting creates a vriant of te original function which acts on the
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vriant->variant

@@ -287,19 +288,23 @@
(mm/lift str/reverse)
(mm/lift first)))

;; The lifting creates a vriant of te original function which acts on the
;; data in te context under key :metamparph/data
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

te->the

@behrica
Copy link
Member Author

behrica commented Jan 25, 2025

fixed the spelling mistakes you saw

@daslu
Copy link
Member

daslu commented Jan 26, 2025

Great

@daslu daslu merged commit 4670a86 into scicloj:main Jan 26, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants