Skip to content

Commit

Permalink
final updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Grootmgmt committed Dec 2, 2023
1 parent 524a03d commit 16430bb
Show file tree
Hide file tree
Showing 8 changed files with 9,858 additions and 8,786 deletions.
3 changes: 3 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ python-dotenv = "*"
scikit-learn = "*"
scipy = "*"
altair-viewer = "*"
imbalanced-learn = "*"
xgboost = "*"
matplotlib = "*"

[dev-packages]

Expand Down
892 changes: 619 additions & 273 deletions Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def dataframe(self) -> DataFrame:
df = DataFrame(data)

# Drop '_id' column for visualization purposes
df = df.drop("_id", axis=1)
df = df.drop("_id", axis=1) # self.collection.find({}, {“_id”: False})
return df


Expand Down
16,754 changes: 8,385 additions & 8,369 deletions app/experimental_files/experiment_visualization.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 16430bb

Please sign in to comment.