Skip to content

Commit

Permalink
Code refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
rosavicenti committed Jan 3, 2024
1 parent b78bb25 commit feb29a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions performance_monitoring/outliers_deepchecks.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
import pandas as pd
from sklearn.model_selection import train_test_split
import os, sys
# Ottieni il percorso assoluto della directory del tuo script corrente

# Get the absolute path of the directory of your current script
current_script_directory = os.path.dirname(os.path.abspath(__file__))

# Vai alla directory genitore
# Go to the parent directory
parent_directory = os.path.abspath(os.path.join(current_script_directory, '..'))
sys.path.append(parent_directory)

Expand Down

0 comments on commit feb29a4

Please sign in to comment.