# \#scikitlearn

**URL:** https://discourse.julialang.org/tag/scikitlearn/665.md

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

---

## [Failed to precompile ScikitLearn and Plots](https://discourse.julialang.org/t/failed-to-precompile-scikitlearn-and-plots/98159)

<div class="topic-metadata">

**Author:** [@Beatha\_Shilongo](https://discourse.julialang.org/u/Beatha_Shilongo)\
**Replies:** 10\
**Last updated:** [May 1, 2023, 3:09pm UTC](https://discourse.julialang.org/t/failed-to-precompile-scikitlearn-and-plots/98159 "2023-05-01T15:09:42Z")

</div>

Am trying to add ScikitLearn and Plots package into my Pluto note book but am getting an error. I tried updating, adding python path to Julia but did not work. Any suggestions on what I can do. error: Failed to prec…

---

## [MLJ w/Scikitlearn: passing return\_std to predict](https://discourse.julialang.org/t/mlj-w-scikitlearn-passing-return-std-to-predict/91654)

<div class="topic-metadata">

**Author:** [@evolbio](https://discourse.julialang.org/u/evolbio)\
**Replies:** 7\
**Last updated:** [January 9, 2023, 1:33am UTC](https://discourse.julialang.org/t/mlj-w-scikitlearn-passing-return-std-to-predict/91654 "2023-01-09T01:33:26Z")

</div>

Various Scikitlearn models accept return\_std=true when calling predict, for example BayesianRidgeRegressor, see this example. For example, with a BayesianRidgeRegressor or similar machine, I would like to call y\_predict…

---

## [Image peak finder with thresholding and minimum distance](https://discourse.julialang.org/t/image-peak-finder-with-thresholding-and-minimum-distance/73268)

<div class="topic-metadata">

**Author:** [@Aju](https://discourse.julialang.org/u/Aju)\
**Replies:** 0\
**Last updated:** [December 17, 2021, 3:55pm UTC](https://discourse.julialang.org/t/image-peak-finder-with-thresholding-and-minimum-distance/73268 "2021-12-17T15:55:17Z")

</div>

Hi, could any suggest to me a peak finder function for a 2D image with options to input threshold value for peak finding and option to enter minimum spacing between the peaks? I am effectively looking for an Julia func…

---

## [SVM Errors With Grid Search](https://discourse.julialang.org/t/svm-errors-with-grid-search/71954)

<div class="topic-metadata">

**Author:** [@Rahul](https://discourse.julialang.org/u/Rahul)\
**Replies:** 24\
**Last updated:** [November 26, 2021, 8:31am UTC](https://discourse.julialang.org/t/svm-errors-with-grid-search/71954 "2021-11-26T08:31:36Z")

</div>

I am trying to perform Grid Search CV with SVM as follows: SVMClassifier = @load SVMClassifier pkg=ScikitLearn svm\_model = SVMClassifier() r\_svm = range(svm\_model, :C, values=\[0.25, 0.5, 1\]) self\_tuning\_svm = TunedMode…

---

## [Conda.jl: specify library version](https://discourse.julialang.org/t/conda-jl-specify-library-version/59915)

<div class="topic-metadata">

**Author:** [@cstjean](https://discourse.julialang.org/u/cstjean)\
**Replies:** 1\
**Last updated:** [May 10, 2021, 10:50am UTC](https://discourse.julialang.org/t/conda-jl-specify-library-version/59915 "2021-05-10T10:50:27Z")

</div>

My package, ScikitLearn.jl, is not yet compatible with the latest scikit-learn library. Is there any way to specify that via Conda.jl? Alternatively, what’s the easiest way to Conda.add("scikit-learn", some\_version\_numbe…
