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

docs(blog): walking talking cube and os lms for data #9886

Closed
wants to merge 2 commits into from
Closed

docs(blog): walking talking cube and os lms for data #9886

wants to merge 2 commits into from

Conversation

lostmygithubaccount
Copy link
Member

Description of changes

Adds two blogs: "Taking a random cube for a walk and making it talk" and "Using open source language models for data".

The first aims to be short, fun, and explore randomized synthetic data generation with Ibis. It leads into the seconds, generating better fake data with language models. This is used as an opportunity to draw a parallel on separating the interface from the backend (i.e. the language model tooling space is...complicated...right now). After some testing, I realized that logit_bias doesn't work via Ollama. Some re-writing and generally more work is needed on the second blog, though I'd like to keep them in one PR and releasing on the same day.

Issues closed

@lostmygithubaccount lostmygithubaccount marked this pull request as draft August 21, 2024 01:15
@lostmygithubaccount lostmygithubaccount added docs Documentation related issues or PRs docs-preview Add this label to trigger a docs preview labels Aug 21, 2024
@ibis-docs-bot ibis-docs-bot bot removed the docs-preview Add this label to trigger a docs preview label Aug 21, 2024
```

1. Alternatively, you can use `s.of_type(float)` to select all float columns.
2. Use the `ibis._` selector to reference a deferred column expression.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
2. Use the `ibis._` selector to reference a deferred column expression.
2. Use the `ibis._` object to reference a deferred column expression.

_ isn't a selector

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation related issues or PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants