Skip to content

Commit

Permalink
file updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnysavita10 committed Jan 11, 2024
1 parent ca1ac40 commit 008a393
Show file tree
Hide file tree
Showing 6 changed files with 193,264 additions and 193,258 deletions.
Empty file added app.py
Empty file.
Binary file modified artifacts/model.pkl
Binary file not shown.
Binary file modified artifacts/preprocessor.pkl
Binary file not shown.
96,578 changes: 48,289 additions & 48,289 deletions artifacts/test.csv

Large diffs are not rendered by default.

289,938 changes: 144,969 additions & 144,969 deletions artifacts/train.csv

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions src/pipeline/prediction_pipeline.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import os
import sys
import pandas as pandas
from src.exception.exception import customexception
from src.logger.logging import logging
from src.utils.utils import load_object

0 comments on commit 008a393

Please sign in to comment.