Skip to content
Snippets Groups Projects
Commit 6d9fcbb9 authored by Nicolas Barthes's avatar Nicolas Barthes
Browse files

corrected Packages.py

parent 45168e7b
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,6 @@ import random
import datetime
import numpy as np
import pandas as pd
# from os import listdir
# from os.path import isfile, join
from sklearn.preprocessing import StandardScaler, MinMaxScaler, LabelEncoder
import time
from scipy.stats import skew, kurtosis
......@@ -26,7 +24,7 @@ from scipy.sparse.csgraph import minimum_spanning_tree
from scipy.sparse import csgraph
# Modelling
#from juliacall import Main as jl
from juliacall import Main as jl
from pinard import utils
from pinard import preprocessing as pp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment