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
* Initial conversion from PyCall to PythonCall
* Remove PyCall references
* run format check
* fix __init__ (do not return cv)
* bump julia version in docs to v1.6
* commit @erikphanson's suggestions
* fix to_pandas
* fix to_pandas
Co-authored-by: Tyler Thomas <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+3-15Lines changed: 3 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,28 +10,16 @@
10
10
11
11
Julia interface to [CatBoost](https://catboost.ai/).
12
12
13
-
## Setting up PyCall
14
-
15
-
Please follow the PyCall guidelines described in [PyCall.jl](https://github.com/JuliaPy/PyCall.jl).
16
-
17
-
We highly recommend using a Julia-specific Python environment to handle dependencies. We recommend that users follow the build instructions in [Conda.jl](https://github.com/JuliaPy/Conda.jl).
18
-
19
-
If users have installed [miniconda](https://docs.conda.io/en/latest/miniconda.html) on their local machine, we recommend checking out the Julia-specific Python environment (which is usually located at `$HOME/.julia/conda/3`) and installing `catboost` there with `pip`:
0 commit comments