Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Apr 12, 2024
1 parent adae5ff commit 7e890d2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@



## v0.2.0 (2024-04-12)

### Feature

* feat: updated feature importance function and test ([`8acfa22`](https://github.com/DSCI-310-2024/py_predpurchase/commit/8acfa22b620a5c40a56d20a0d8dd106fd9273df0))

### Unknown

* Merge branch 'main' of https://github.com/DSCI-310-2024/py_predpurchase ([`adae5ff`](https://github.com/DSCI-310-2024/py_predpurchase/commit/adae5ff054e8ee7ea4bff81b35e98a6c3c338eff))

* Update README.md

Updated the use case justification for pandas in the 'other packages' section ([`5c20767`](https://github.com/DSCI-310-2024/py_predpurchase/commit/5c20767ec9e67cee1a268e962be295a7c7d439be))

* Update README.md

linked code of conduct ([`37640a6`](https://github.com/DSCI-310-2024/py_predpurchase/commit/37640a69354312a4a7e5fff1fe8b2aad1a3b6eb4))


## v0.1.3 (2024-04-12)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "py_predpurchase"
version = "0.1.3"
version = "0.2.0"
description = "```py_predpurchase```is a package for predicting online shopper purchasing intentions, containing functions to aid with data analysis processes including conducting data preprocessing as well as calculating classification metrics, cross validation scores and feature importances.The package features functions that focus mainly on analyzing the data and evaluating model performance."
authors = ["Nour Abdelfattah, Sana Shams, Calvin Choi, Sai Pusuluri"]
license = "MIT"
Expand Down

0 comments on commit 7e890d2

Please sign in to comment.