예제 #1
0
def test_autoplot_3():
    return ar.autoplot(data.head(250), columns=["x"])
예제 #2
0
def test_autoplot_4():
    return ar.autoplot(data.head(1000), columns=["x"])
예제 #3
0
def test_autoplot_CC():
    return ar.autoplot(no_overlap_data, columns=["x", "y"])
예제 #4
0
def test_autoplot_C():
    return ar.autoplot(no_overlap_data.head(10), columns=["x"])
예제 #5
0
def test_autoplot_45():
    return ar.autoplot(data.head(5000), columns=["x_cat", "y_cat", "z_cat"])
예제 #6
0
def test_autoplot_CCC():
    return ar.autoplot(no_overlap_data)
예제 #7
0
def test_autoplot_33():
    return ar.autoplot(data.head(250), columns=["x_cat", "y", "z"])
예제 #8
0
def test_autoplot_39():
    return ar.autoplot(data.head(1000), columns=["x_cat", "y_cat", "z"])
예제 #9
0
def test_autoplot_28():
    return ar.autoplot(data.head(250), columns=["x", "y", "z"])
예제 #10
0
def test_autoplot_30():
    return ar.autoplot(data.head(5000), columns=["x", "y", "z"])
예제 #11
0
def test_autoplot_21():
    return ar.autoplot(data.head(10), columns=["x_cat", "y_cat"])
예제 #12
0
def test_autoplot_17():
    return ar.autoplot(data.head(50), columns=["x_cat", "y"])
예제 #13
0
def test_autoplot_11():
    return ar.autoplot(data.head(10), columns=["x", "y"])
예제 #14
0
def test_autoplot_10():
    return ar.autoplot(data.head(5000), columns=["x_cat"])
예제 #15
0
def test_autoplot_8():
    return ar.autoplot(data.head(250), columns=["x_cat"])