This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
graphkit-learn
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
2
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
New translations libs.py (French)
l10n_v0.2.x
linlin
4 years ago
parent
3eb9f5a002
commit
9babef75c1
1 changed files
with
8 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save