Skip to content
Snippets Groups Projects
Commit 7495189c authored by Fadi Gattoussi's avatar Fadi Gattoussi
Browse files

fixed "update graph bug"

parent a6b55fa1
No related branches found
No related tags found
No related merge requests found
......@@ -148,7 +148,6 @@ class MainWindow(QMainWindow):
self.price = model.predict_price(X_test)
# price = model.predict(X_test)[0]
self.display_price.setText(str(self.price))
self.update_graph()
def validate_inputs(self, val, attribute):
if Advanced.Advanced_selections[attribute]:
......
......@@ -30,7 +30,7 @@ pip install -r requirements.txt
- `diamonds.csv`: Dataset containing diamond attributes.
- `Main.py`: Main Python script with GUI for prediction and visualization.
- `requirements.txt`: List of Python packages required for the project.
- `training3.ipynb`: Jupyter notebook for data preprocessing and analysis.
- `training.ipynb`: Jupyter notebook for data preprocessing and analysis.
## Contributing
Feel free to contribute to this project by submitting pull requests or suggesting improvements.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment