Browse Source

New translations libs.py (French)

l10n_v0.2.x
linlin 4 years ago
parent
commit
9babef75c1
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      lang/fr/notebooks/libs.py

+ 8
- 0
lang/fr/notebooks/libs.py View File

@@ -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

Loading…
Cancel
Save