-
Updated
Oct 27, 2020 - Python
sklearn

scikit-learn is a widely-used Python module for classic machine learning. It is built on top of SciPy.
Here are 2,730 public repositories matching this topic...
-
Updated
Oct 31, 2020 - Python
-
Updated
Apr 18, 2019 - CSS
-
Updated
May 27, 2020 - Python
-
Updated
Oct 22, 2020 - Jupyter Notebook
-
Updated
Nov 6, 2020 - Python
-
Updated
Oct 4, 2020 - Python
-
Updated
Oct 19, 2020 - Python
-
Updated
Mar 31, 2020 - Python
-
Updated
May 25, 2020 - Python
Deploy kfserving v0.3.0 and sample app
kubectl apply -f kfserving.v0.3.0.yaml
kubectl apply -f sklearn.yaml
I have k8s cluster with enabled PSP and ImagePullAlways plugin
https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/
After all kservice isn't working
kubectl describe replicaset.apps/sklearn-iris-predictor-default-x9v87-deployment-784dbd
-
Updated
Aug 24, 2020 - Jupyter Notebook
-
Updated
Oct 21, 2020 - Python
-
Updated
Jul 24, 2018 - Jupyter Notebook
-
Updated
Mar 29, 2020
-
Updated
Oct 1, 2020 - Jupyter Notebook
-
Updated
Sep 24, 2020 - Python
-
Updated
Jan 15, 2020 - Jupyter Notebook
-
Updated
Mar 2, 2020 - HTML
-
Updated
Oct 10, 2020 - Python
-
Updated
Sep 24, 2020 - Python
-
Updated
Oct 2, 2020 - Python
-
Updated
Apr 9, 2020 - Python
-
Updated
Sep 24, 2020 - Python
-
Updated
Sep 24, 2020 - Python
-
Updated
Nov 15, 2018 - Jupyter Notebook
Created by David Cournapeau
Released January 05, 2010
Latest release 3 months ago
- Repository
- scikit-learn/scikit-learn
- Website
- scikit-learn.org
- Wikipedia
- Wikipedia
https://igel.readthedocs.io/en/latest/_sources/readme.rst.txt includes a link to the assets/igel-help.gif, but that path is broken on readthedocs.
readme.rst is included as ../readme.rst in the sphinx build.
The gifs are in asses/igel-help.gif
The sphinx build needs to point to the asset directory, absolutely:
.. image:: /assets/igel-help.gif
I haven't made a patch, because I haven't