From 9babef75c1ec5b49eecd0162e18fc1eb63c47700 Mon Sep 17 00:00:00 2001 From: linlin Date: Sun, 4 Oct 2020 19:16:54 +0200 Subject: [PATCH] New translations libs.py (French) --- lang/fr/notebooks/libs.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lang/fr/notebooks/libs.py diff --git a/lang/fr/notebooks/libs.py b/lang/fr/notebooks/libs.py new file mode 100644 index 0000000..55d6d25 --- /dev/null +++ b/lang/fr/notebooks/libs.py @@ -0,0 +1,8 @@ +import sys +import pathlib +sys.path.insert(0, "../") + +import numpy as np + +from gklearn.utils.model_selection_precomputed import model_selection_for_precomputed_kernel +from datasets.ds import dslist \ No newline at end of file