This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
总资产=总资产市场价-总贷款 | |
""" | |
import matplotlib.pyplot as plt | |
import numpy as np | |
import scipy as sp | |
from scipy.stats import norm | |
from sklearn.pipeline import Pipeline |
NewerOlder