Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WS-23-SAS-02
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Mutote
WS-23-SAS-02
Commits
7495189c
Commit
7495189c
authored
1 year ago
by
Fadi Gattoussi
Browse files
Options
Downloads
Patches
Plain Diff
fixed "update graph bug"
parent
a6b55fa1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Main.py
+0
-1
0 additions, 1 deletion
Main.py
README.md
+1
-1
1 addition, 1 deletion
README.md
with
1 addition
and
2 deletions
Main.py
+
0
−
1
View file @
7495189c
...
...
@@ -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
]:
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
7495189c
...
...
@@ -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.
-
`training
3
.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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment