Switched to ARDRegression to keep the code more maintainable
Compare changes
- Danilo Ferreira de Lima authored
+ 25
− 10
@@ -21,7 +21,19 @@ from typing import Dict, Optional
@@ -33,7 +45,7 @@ def plot_pes(filename: str, pes_raw_int: np.ndarray):
@@ -53,19 +65,21 @@ def plot_result(filename: str, spec_pred: Dict[str, np.ndarray], spec_smooth: np
@@ -140,7 +154,6 @@ def main():
@@ -174,6 +187,8 @@ def main():
@@ -185,7 +200,7 @@ def main():