Skip to content

Refresh notebook and rename package #4

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

Merged
merged 2 commits into from
May 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Regression using LLMs

The llm_regression package demonstrates how LLMs can be used to solve classical regression problems, and exposes these capabilities for you to experiment with. Example:
The llm-regression package demonstrates how LLMs can be used to solve classical regression problems, and exposes these capabilities for you to experiment with. Example:

```python
from llm_regression import OpenAiRegressor
Expand All @@ -22,7 +22,7 @@ You can install the llm_regression package, together with the dependencies requi

```text
pip install -U pip
pip install "llm_regression[examples] @ git+https://github.com/AlexIoannides/llm-regression.git"
pip install "llm-regression[examples] @ git+https://github.com/AlexIoannides/llm-regression.git"
```

## Examples
Expand Down
22 changes: 11 additions & 11 deletions examples/basic_demo.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "llm_regression"
name = "llm-regression"
version = "0.1.0.dev0"
description = "The llm_regression Python package."
description = "The llm-regression Python package."
readme = "README.md"
authors = [
{ name="Alex Ioannides", email="[email protected]" },
Expand Down
Loading