Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ecom-svc-reviewsense
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
Bhargava Rellu
ecom-svc-reviewsense
Commits
1d3fa3de
Commit
1d3fa3de
authored
Apr 08, 2025
by
BRellu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update bayseian M value
parent
78a30cb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
FeatureUpdater.py
src/reviewsense_ecom/service/FeatureUpdater.py
+1
-1
No files found.
src/reviewsense_ecom/service/FeatureUpdater.py
View file @
1d3fa3de
...
...
@@ -30,7 +30,7 @@ class FeatureUpdater:
current_feature
=
features
[
feature
]
existing_review_count
=
current_feature
[
"review_count"
]
M
=
4
.5
M
=
4
C
=
max
(
2
,
10
-
(
existing_review_count
//
20
))
# Reduce prior influence faster
...
...
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