Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Steam Data Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Max Väistö
Steam Data Project
Commits
f9fba202
Commit
f9fba202
authored
1 year ago
by
Sergei Panarin
Browse files
Options
Downloads
Patches
Plain Diff
commented out get plot function, as it causes issues on my end, uncomment if needed
parent
2791e87e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Project_data_processor_ML.py
+1
-0
1 addition, 0 deletions
Project_data_processor_ML.py
with
1 addition
and
0 deletions
Project_data_processor_ML.py
+
1
−
0
View file @
f9fba202
...
...
@@ -156,6 +156,7 @@ def plot_genre_plot(dict_data: object, genre: object) -> object:
plt
.
scatter
(
dict_data
[
genre
][
"
release_date
"
],
dict_data
[
genre
][
"
owners
"
])
plt
.
show
()
# uncomment if needed
"""
# Plots the release date against owners
def get_genre_plot(dict_data: object, genre: object, style: Dict[Any] = None) -> object:
...
...
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