You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ assignees: ''
7
7
8
8
---
9
9
10
-
Encountering a bug while using this package may occur. In order to fix the said bug and improve all users’ experience, it is highly recommended to submit a bug report on the GitHub issue tracker: https://github.com/Diviyan-Kalainathan/CausalDiscoveryToolbox/issues
10
+
Encountering a bug while using this package may occur. In order to fix the said bug and improve all users’ experience, it is highly recommended to submit a bug report on the GitHub issue tracker: https://github.com/FenTechSolutions/CausalDiscoveryToolbox/issues
11
11
12
12
**Describe the bug**
13
13
A clear and concise description of what the bug is.
Before contributing, please read and follow all guidelines described on the documentation website: [https://diviyan-kalainathan.github.io/CausalDiscoveryToolbox/html/developer.html](https://diviyan-kalainathan.github.io/CausalDiscoveryToolbox/html/developer.html)
3
+
Before contributing, please read and follow all guidelines described on the documentation website: [https://FenTechSolutions.github.io/CausalDiscoveryToolbox/html/developer.html](https://FenTechSolutions.github.io/CausalDiscoveryToolbox/html/developer.html)
Copy file name to clipboardExpand all lines: installation_instructions.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Check out their website to install the PyTorch version suited to your hardware c
38
38
39
39
## Install the CausalDiscoveryToolboxPackage
40
40
```sh
41
-
$ git clone https://github.com/Diviyan-Kalainathan/CausalDiscoveryToolbox.git # Download the package
41
+
$ git clone https://github.com/FenTechSolutions/CausalDiscoveryToolbox.git # Download the package
42
42
$ cd CausalDiscoveryToolbox
43
43
$ pip install -r requirements.txt # Install the requirements
44
44
$ python setup.py install develop --user
@@ -49,13 +49,13 @@ From now on, you can import the library using :
49
49
```python
50
50
import cdt
51
51
```
52
-
Check out the package structure and more info on the package itself [here](https://github.com/Diviyan-Kalainathan/CausalDiscoveryToolbox/blob/master/documentation.md).
52
+
Check out the package structure and more info on the package itself [here](https://github.com/FenTechSolutions/CausalDiscoveryToolbox/blob/master/documentation.md).
53
53
54
54
## Additional : R and R libraries
55
55
In order to have access to additional algorithms from various R packages such as bnlearn, kpcalg, pcalg, ... while using the _cdt_ framework, it is required to install R.
56
56
57
57
Using bioconductor (https://www.bioconductor.org/) might be an easier alternative to install all packages.
58
-
Check out the [r-requirements file](https://github.com/Diviyan-Kalainathan/CausalDiscoveryToolbox/blob/master/r_requirements.txt) to see all the packages used by the toolbox.
58
+
Check out the [r-requirements file](https://github.com/FenTechSolutions/CausalDiscoveryToolbox/blob/master/r_requirements.txt) to see all the packages used by the toolbox.
59
59
60
60
<!-- python>=3.5 -->
61
61
@@ -66,7 +66,7 @@ Check out the [r-requirements file](https://github.com/Diviyan-Kalainathan/Causa
0 commit comments