test
This commit is contained in:
parent
a10a7feed9
commit
439c6f2d59
4
stats.py
4
stats.py
@ -3,7 +3,7 @@
|
||||
#from kaggle.api.kaggle_api_extended import KaggleApi
|
||||
import pandas as pd
|
||||
import matplotlib.pyplot as plt
|
||||
from sklearn.model_selection import train_test_split
|
||||
#from sklearn.model_selection import train_test_split
|
||||
|
||||
pd.set_option("display.max_rows", None)
|
||||
|
||||
@ -33,7 +33,7 @@ d_tdev = pd.read_csv('d_dev.csv', encoding='latin-1')
|
||||
|
||||
|
||||
# Statystyki
|
||||
#temp = ''
|
||||
temp = ''
|
||||
#temp += f"Wielkość całego zbioru: {disney.shape[0]}\n"
|
||||
#temp += f"Inne statystyki:\n"
|
||||
#temp += column_stat(disney, 'Rating')
|
||||
|
Loading…
Reference in New Issue
Block a user