Skip to content

Commit d77392c

Browse files
author
ZebinYang
committed
merge
Merge branch 'master' of https://github.com/ZebinYang/SIMTree
2 parents 47267ed + 532c72c commit d77392c

File tree

4 files changed

+19
-14
lines changed

4 files changed

+19
-14
lines changed

README.md

+17-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,24 @@
44
# Installation
55

66
- Enviroment:
7-
- Python 3.8
8-
- R 3.5
7+
- Python 3.7+
8+
- conda
99

10-
Assume you have figured out the above environment, the most convenient way for installation is via the pip command.
10+
Assume you have figured out the above environment, the most convenient way for installation is via the following commands.
1111
```sheel
12+
conda install r-base
13+
conda install r-bigsplines
1214
pip install git+https://github.com/ZebinYang/simtree.git
1315
```
16+
17+
# Contact:
18+
If you find any bugs or have any suggestions, please contact us via email: [email protected] or [email protected].
19+
20+
# Citations:
21+
```latex
22+
@article{sudjianto2021single,
23+
author = {Sudjianto, Agus and Yang, Zebin and Zhang, Aijun},
24+
title = {Single-Index Model Tree},
25+
journal = {IEEE Transactions on Knowledge and Data Engineering},
26+
year = {2021}
27+
}

conda.recipe/meta.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: simtree
3-
version: "0.1"
3+
version: "0.2.3"
44

55
source:
66
- path: ../
@@ -22,7 +22,6 @@ requirements:
2222
- pandas>=0.19.2
2323
- scikit-learn>=0.23.0
2424
- r-base
25-
- r-quadprog==1.5_5
2625
- r-bigsplines==1.1_1
2726
- rpy2>=3.3.6
2827

requirements.txt

-8
This file was deleted.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
author_email='[email protected]',
99
license='GPL',
1010
packages=['simtree'],
11-
install_requires=['matplotlib>=3.1.3', 'numpy>=1.15.2', 'scikit-learn>=0.23.0', 'rpy2'],
11+
install_requires=['matplotlib>=3.1.3', 'numpy>=1.15.2', 'pandas>=0.19.2', 'scikit-learn>=0.23.0', 'rpy2>=3.3.6'],
1212
zip_safe=False)

0 commit comments

Comments
 (0)