Skip to content

Commit 631c8ff

Browse files
AlexIoannidesalexioannides
and
alexioannides
authored
Refresh notebook and rename package (#4)
Co-authored-by: alexioannides <[email protected]>
1 parent e05a157 commit 631c8ff

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Regression using LLMs
22

3-
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:
3+
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:
44

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

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

2828
## Examples

examples/basic_demo.ipynb

+11-11
Large diffs are not rendered by default.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
2-
name = "llm_regression"
2+
name = "llm-regression"
33
version = "0.1.0.dev0"
4-
description = "The llm_regression Python package."
4+
description = "The llm-regression Python package."
55
readme = "README.md"
66
authors = [
77
{ name="Alex Ioannides", email="[email protected]" },

0 commit comments

Comments
 (0)