Demo Forum Go back to the main website
No internet connection
  1. Home

topik kérdés

By @rajmat
    2020-09-24 10:16:32.998Z

    topik leírása

    Solved in post #2, click to view
    • 3 replies
    1. R
      @rajmat
        2020-09-24 10:16:45.672Z

        itt egy reply

        Reply2 LikesSolution
        1. M
          In reply torajmat:
          Marcus @marcusv
            2020-10-22 15:08:30.798Z
            X= {}
            for resolution in RESOLUTIONS:
                X[resolution] = pd.read_csv("./data/refit_data_%d_seconds.csv" % resolution).iloc[:, 2:]
            
            result = []
            for experiment in range(N):
                idx = np.random.randint(X[resolution].shape[0], size=2)
                for resolution in RESOLUTIONS:
                    for factor in FACTORS:
                        x1, x2 = X[resolution].iloc[idx, :].values
                        for omega_seconds in [o for o in OMEGA_SECONDS if o >= resolution]:
                            omega = int(omega_seconds / resolution)
                            print(resolution, factor, omega, omega_seco
            
            1. MMarcus @marcusv
                2020-10-22 15:11:16.037Z
                setTimeout(function () { alert("JavaScript"); }, 1000);