This commit is contained in:
Steve Nyemba 2022-04-21 12:17:32 -05:00
parent 88b4fdd861
commit 4b4647d200
1 changed files with 1 additions and 5 deletions

View File

@ -233,10 +233,6 @@ class Generator (Learner):
if x :
_log['input']['identical_percentage'] = 100 * (np.divide( (_df[name].dropna() == x).sum(),_df[name].dropna().size))
print (_df[name] == x)
print (_log)
_df[name] = x #np.array(x,dtype=np.int64) if 'int' in _type else np.arry(x,dtype=np.float64)
self.log(**_log)