Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
D
DM-Project
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
almohanad.hafez
DM-Project
Commits
91bfa09b
Commit
91bfa09b
authored
Oct 29, 2024
by
Almouhannad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add algorithms
parent
fb8fcf89
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
658 additions
and
17 deletions
+658
-17
.gitignore
.gitignore
+1
-0
constants.py
constants.py
+3
-1
hw1.ipynb
hw1.ipynb
+654
-16
No files found.
.gitignore
View file @
91bfa09b
__pycache__/constants.cpython-311.pyc
__pycache__/constants.cpython-311.pyc
data/bread_basket_preprocessed.csv
constants.py
View file @
91bfa09b
...
@@ -3,3 +3,5 @@ class CONSTANTS:
...
@@ -3,3 +3,5 @@ class CONSTANTS:
DATASET_SHAPE
=
(
20507
,
5
)
DATASET_SHAPE
=
(
20507
,
5
)
PREPROCESSED_DATASET_PATH
=
'data/bread_basket_preprocessed.csv'
PREPROCESSED_DATASET_PATH
=
'data/bread_basket_preprocessed.csv'
PREPROCESSED_DATASET_SHAPE
=
(
9465
,
94
)
PREPROCESSED_DATASET_SHAPE
=
(
9465
,
94
)
MIN_SUPPORT_VALUE
=
0.2
# Adjust this value based on problem
MIN_CONFIDENCE_VALUE
=
0.5
# Adjust this value based on problem
\ No newline at end of file
hw1.ipynb
View file @
91bfa09b
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment