Commit 3efcc7b2 authored by Dr.李's avatar Dr.李

added .gitignore

parent 324f7d51
*.pyc
\ No newline at end of file
...@@ -8,6 +8,7 @@ Created on 2017-4-25 ...@@ -8,6 +8,7 @@ Created on 2017-4-25
import pandas as pd import pandas as pd
import numpy as np import numpy as np
def winsorize_normal(x: np.ndarray, num_stds: int=3, groups: np.ndarray=None) -> np.ndarray: def winsorize_normal(x: np.ndarray, num_stds: int=3, groups: np.ndarray=None) -> np.ndarray:
if groups is not None: if groups is not None:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment