Skip to content

Commit a958e29

Browse files
committed
stable academic source for paper WSDM
1 parent 9afddb9 commit a958e29

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
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
@@ -39,7 +41,7 @@
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
4547
Auto 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``

0 commit comments

Comments
 (0)