@@ -189,6 +189,7 @@ def linkcode_resolve(domain, info):
189189 "_repr_html_" : "https://ipython.readthedocs.io/en/stable/config/integrating.html#custom-methods" ,
190190 "Algorithme de Strassen" : "https://fr.wikipedia.org/wiki/Algorithme_de_Strassen" ,
191191 "algorithme de Strassen" : "https://fr.wikipedia.org/wiki/Algorithme_de_Strassen" ,
192+ "altair" : "https://altair-viz.github.io/" ,
192193 "ACP" : "https://fr.wikipedia.org/wiki/Analyse_en_composantes_principales" ,
193194 "AESA" : "https://tavianator.com/aesa/" ,
194195 "algorithme" : "https://fr.wikipedia.org/wiki/Algorithme" ,
@@ -206,6 +207,7 @@ def linkcode_resolve(domain, info):
206207 "C++" : "https://fr.wikipedia.org/wiki/C%2B%2B" ,
207208 "cloudpickle" : "https://github.com/cloudpipe/cloudpickle" ,
208209 "Bresenham" : "https://fr.wikipedia.org/wiki/Algorithme_de_trac%C3%A9_de_segment_de_Bresenham" ,
210+ "bokeh" : "https://bokeh.org/" ,
209211 "category_encoders" : "https://contrib.scikit-learn.org/category_encoders/" ,
210212 "copy" : "https://docs.python.org/3/library/copy.html?highlight=copy#copy.copy" ,
211213 "cProfile.Profile" : "https://docs.python.org/3/library/profile.html#profile.Profile" ,
@@ -221,14 +223,18 @@ def linkcode_resolve(domain, info):
221223 "encoding" : "https://fr.wikipedia.org/wiki/Codage_des_caract%C3%A8res" ,
222224 "eval" : "https://docs.python.org/3/library/functions.html?highlight=id#eval" ,
223225 "Excel" : "https://fr.wikipedia.org/wiki/Microsoft_Excel" ,
226+ "fairlearn" : "https://fairlearn.org/" ,
224227 "folium" : "https://python-visualization.github.io/folium/latest/" ,
225228 "format" : "https://pyformat.info/" ,
226229 "format style" : "https://pyformat.info/" ,
227230 "garbage collector" : "https://fr.wikipedia.org/wiki/Ramasse-miettes_(informatique)" ,
231+ "geopandas" : "https://geopandas.org/en/" ,
228232 "Graphviz" : "https://graphviz.org/" ,
233+ "hazardous" : "https://soda-inria.github.io/hazardous/" ,
229234 "Holm-Bonferroni method" : "https://en.wikipedia.org/wiki/Holm%E2%80%93Bonferroni_method" ,
230235 "HTML" : "https://fr.wikipedia.org/wiki/Hypertext_Markup_Language" ,
231236 "ICML 2016" : "https://icml.cc/2016/index.html" ,
237+ "imbalanced-learn" : "https://imbalanced-learn.org/" ,
232238 "indentation" : "https://fr.wikipedia.org/wiki/Style_d%27indentation" ,
233239 "issubclass" : "https://docs.python.org/3/library/functions.html?highlight=issubclass#issubclass" ,
234240 "joblib" : "https://joblib.readthedocs.io/en/stable/" ,
@@ -284,6 +290,7 @@ def linkcode_resolve(domain, info):
284290 "PyPi" : "https://pypi.org/" ,
285291 "python" : "https://www.python.org/" ,
286292 "Python" : "https://www.python.org/" ,
293+ "pytorch" : "https://pytorch.org/" ,
287294 "QuantileLinearRegression" : "https://sdpython.github.io/doc/mlinsights/dev/api/mlmodel.html#quantilelinearregression" ,
288295 "R-tree" : "https://en.wikipedia.org/wiki/R-tree" ,
289296 "R* tree" : "https://en.wikipedia.org/wiki/R*_tree" ,
@@ -296,10 +303,12 @@ def linkcode_resolve(domain, info):
296303 "scikit-learn" : "https://scikit-learn.org/stable/index.html" ,
297304 "scikit-survival" : "https://scikit-survival.readthedocs.io/en/stable/index.html" ,
298305 "scipy" : "https://scipy.org/" ,
306+ "seaborn" : "https://seaborn.pydata.org/" ,
299307 "sérialisation" : "https://fr.wikipedia.org/wiki/S%C3%A9rialisation" ,
300308 "skforecast" : "https://skforecast.org/" ,
301309 "sklearn" : "https://scikit-learn.org/stable/index.html" ,
302310 "sklearn-onnx" : "https://onnx.ai/sklearn-onnx/" ,
311+ "skore" : "https://docs.skore.probabl.ai/" ,
303312 "sktime" : "https://www.sktime.net/en/stable/index.html" ,
304313 "skrub" : "https://skrub-data.org/stable/" ,
305314 "SQLite" : "https://www.sqlite.org/" ,
@@ -405,11 +414,13 @@ def linkcode_resolve(domain, info):
405414 "cartopy" : "https://scitools.org.uk/cartopy/docs/latest/" ,
406415 "catboost" : "https://catboost.ai/" ,
407416 "csv" : "https://fr.wikipedia.org/wiki/Comma-separated_values" ,
417+ "diffusers" : "https://github.com/huggingface/diffusers" ,
408418 "Enedis" : "https://data.enedis.fr/" ,
409419 "fonction" : "https://fr.wikipedia.org/wiki/Fonction_(math%C3%A9matiques)" ,
410420 "fonction continue" : "https://fr.wikipedia.org/wiki/Continuit%C3%A9_(math%C3%A9matiques)" ,
411421 "fortran" : "https://en.wikipedia.org/wiki/Fortran" ,
412422 "GEOFLA" : "https://www.data.gouv.fr/en/datasets/geofla-r/" ,
423+ "HuggingFace Hub" : "https://huggingface.co/" ,
413424 "lightgtbm" : "https://lightgbm.readthedocs.io/en/stable/" ,
414425 "machine learning" : "https://en.wikipedia.org/wiki/Machine_learning" ,
415426 "matrice de confusion" : "https://fr.wikipedia.org/wiki/Matrice_de_confusion" ,
@@ -418,6 +429,7 @@ def linkcode_resolve(domain, info):
418429 "R" : "https://www.r-project.org/" ,
419430 "recherche dichotomique" : "https://fr.wikipedia.org/wiki/Recherche_dichotomique" ,
420431 "seaborn" : "https://seaborn.pydata.org/" ,
432+ "transformers" : "https://github.com/huggingface/transformers" ,
421433 "UCI" : "https://archive.ics.uci.edu/datasets" ,
422434 "variable aléatoire" : "https://fr.wikipedia.org/wiki/Variable_al%C3%A9atoire" ,
423435 "voyageur de commerce" : "https://fr.wikipedia.org/wiki/Probl%C3%A8me_du_voyageur_de_commerce" ,
0 commit comments