ivanfig

Results 5 issues of ivanfig

Cloning into 'D:/Documents/js/react-stockcharts/react-stockcharts-examples/examples/AreaChart'... Host key verification failed. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. fatal: clone of...

TypeError Traceback (most recent call last) in 13 p_h2 = h2.pct_change(1) 14 #split the embedded time series ---> 15 x1tr, x1te, x2tr, x2te = train_test_split(p_h1,p_h2, percent=.85, random_state=rng) 16 17 print(str(len(x1tr)),...

IndexError Traceback (most recent call last) in 19 20 #test causation ---> 21 CCM.fit(x1tr,x2tr) 22 # x1p, x2p = CCM.predict(x1te, x2te,lib_lengths=lib_lens) 23 ~/.local/lib/python3.6/site-packages/skccm/skccm.py in fit(self, X1_train, X2_train) 78 79 #to...

Just executing the imports crashes the kernel