Update my_pages/rashomon_developer.py
Browse files
my_pages/rashomon_developer.py
CHANGED
|
@@ -2,8 +2,8 @@ import streamlit as st
|
|
| 2 |
import matplotlib.pyplot as plt
|
| 3 |
import numpy as np
|
| 4 |
from utils import add_navigation, add_instruction_text
|
| 5 |
-
from rashomon_effect import plot_scatter
|
| 6 |
-
from rashomon_effect import income, credit, labels, colors
|
| 7 |
|
| 8 |
plt.style.use('dark_background')
|
| 9 |
|
|
|
|
| 2 |
import matplotlib.pyplot as plt
|
| 3 |
import numpy as np
|
| 4 |
from utils import add_navigation, add_instruction_text
|
| 5 |
+
from my_pages.rashomon_effect import plot_scatter
|
| 6 |
+
from my_pages.rashomon_effect import income, credit, labels, colors
|
| 7 |
|
| 8 |
plt.style.use('dark_background')
|
| 9 |
|