Skip to content

Commit

Permalink
[Feature] Add hyperparameter optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
RektPunk committed Jul 18, 2024
1 parent ab76a4e commit 810b0a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mqboost/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from mqboost.engine import MQRegressor

__version__ = "0.0.3"
__version__ = "0.1.0"
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 = "mqboost"
version = "0.0.3"
version = "0.1.0"
description = "Monotonic composite quantile gradient boost regressor"
authors = ["RektPunk <rektpunk@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit 810b0a2

Please sign in to comment.