File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 2323 - Multitask Linear Regression
2424 + Mean Square Error
2525 + L21 normalization
26+ - Cluster Multitask Least Square Regression
27+ + L21 Normalization
2628* Util Functions:
2729 - MTL_data_split
2830 + Split data set inside each task with predefined proportions, build on sklearn train_test_split
3941[ Regularized Multi-task Learning] ( https://dl.acm.org/doi/pdf/10.1145/1014052.1014067 )
4042
4143## Installation
42- `` pip install -i https://test.pypi.org/simple/ Vampyr-MTL-Max-JJ==0.0.1 ``
44+ `` pip install -i https://test.pypi.org/simple/ Vampyr-MTL-Max-JJ==0.0.2 ``
4345
4446## Dependency
4547Auto generated by [ pigar] ( https://github.com/damnever/pigar )
@@ -69,9 +71,9 @@ Auto generated by [pigar](https://github.com/damnever/pigar)
6971
7072 or rewrite .pypirc file with credencials and
7173
72- - `` twine upload -r pypi dist/* ``
74+ - `` python3 twine upload -r pypi dist/*``
7375
74- - `` python3 setup.py sdist bdist_wheel ``
76+ - `` python3 setup.py dist bdist_wheel ``
7577
7678* Automation(Linux):
7779 - deploy: `` ./build_deploy.sh ``
You can’t perform that action at this time.
0 commit comments