Skip to content

Commit 5f51194

Browse files
Update project for 0.0.3
1 parent 98710fd commit 5f51194

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55

66
The aim of lazy-learn is exactly that. Given a dataset, easy-learn will analyse types and distributions of attributes, preprocess, feature-engineer and ultimately train models to be used for further evaluation or inference.
77

8+
## Upcoming features
9+
10+
Current stable version is 0.0.3. The upcoming updates will support:
11+
- Abstract construction of model architectures
12+
- XGBoost, LightGBM, Adaboost and Catboost architectures
13+
- Time partitioning of datasets
14+
- Automated Hyperparameter Optimisation (HPO)
15+
- Text features
16+
- An interface to AutoGluon
17+
- Outlier detection and handling
18+
- Automated suggestions of performance metrics
19+
820
## Usage
921

1022
Using lazy-learn revolves around the `LazyLearner` class. You can think of it as a kind of project, and it is the wrapper for any experiment within lazy-learn.
@@ -17,6 +29,7 @@ lazy-learn requires:
1729

1830
- pandas
1931
- scikit-learn
32+
- xgboost
2033

2134
### User Installation
2235
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "lazylearn"
7-
version = "0.0.2"
7+
version = "0.0.3"
88
authors = [
99
{ name="Frederik P. Høngaard", email="mail@frederikhoengaard.com" },
1010
]

0 commit comments

Comments
 (0)