File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.2.3
2+ current_version = 0.3.0
33commit = True
44tag = True
55tag_name = python-sgd-regression-{new_version}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN pytest tests/ -x --ff --capture=no
1818
1919FROM hbpmip/python-mip-sklearn:0.3.7
2020
21- ENV DOCKER_IMAGE=hbpmip/python-sgd-regression:0.2.3 \
21+ ENV DOCKER_IMAGE=hbpmip/python-sgd-regression:0.3.0 \
2222 FUNCTION=python-sgd-regression
2323
2424COPY requirements.txt /requirements.txt
Original file line number Diff line number Diff line change 22
33FROM hbpmip/python-sgd-regression
44
5- ENV DOCKER_IMAGE=hbpmip/python-gradient-boosting:0.2.3 \
5+ ENV DOCKER_IMAGE=hbpmip/python-gradient-boosting:0.3.0 \
66 FUNCTION=python-gradient-boosting \
77 MODEL_PARAM_type=gradient_boosting
88
Original file line number Diff line number Diff line change 22
33FROM hbpmip/python-sgd-regression
44
5- ENV DOCKER_IMAGE=hbpmip/python-sgd-linear-model:0.2.3 \
5+ ENV DOCKER_IMAGE=hbpmip/python-sgd-linear-model:0.3.0 \
66 FUNCTION=python-sgd-linear-model \
77 MODEL_PARAM_type=linear_model
88
Original file line number Diff line number Diff line change 22
33FROM hbpmip/python-sgd-regression
44
5- ENV DOCKER_IMAGE=hbpmip/python-sgd-naive-bayes:0.2.3 \
5+ ENV DOCKER_IMAGE=hbpmip/python-sgd-naive-bayes:0.3.0 \
66 FUNCTION=python-sgd-naive-bayes \
77 MODEL_PARAM_type=naive_bayes
88
Original file line number Diff line number Diff line change 22
33FROM hbpmip/python-sgd-regression
44
5- ENV DOCKER_IMAGE=hbpmip/python-sgd-neural-network:0.2.3 \
5+ ENV DOCKER_IMAGE=hbpmip/python-sgd-neural-network:0.3.0 \
66 FUNCTION=python-sgd-neural-network \
77 MODEL_PARAM_type=neural_network
88
You can’t perform that action at this time.
0 commit comments