Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.venv
.venv/
__pycache__/
*.pyc
.env
.env.local
.env.*.local
.DS_Store
.vscode
logs/
*.log
data/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 📘 End-to-End Insurance Risk Analytics & Predictive Modeling
# Insurance Risk Analytics & Predictive Modeling — ACIS Project

A complete, modular, production-ready machine learning pipeline for
insurance analytics.
Expand Down
4 changes: 0 additions & 4 deletions dvc.lock

This file was deleted.

3 changes: 0 additions & 3 deletions dvc.yaml

This file was deleted.

Loading
Loading