原创 Machine Learning學習筆記(六)樸素貝葉斯法(Naive Bayes)

樸素貝葉斯法(Naive Bayes) Naive Bayes的算法原理簡單,不多加贅述。 參考博文:https://blog.csdn.net/AMDS123/article/details/70173402 關鍵:假設特徵獨立。

原创 評分卡建模學習

評分卡模型 Credit card 1. 模型理論知識 金融行業常用的評分卡模型流程圖: 1.1 數據準備 數據源主要包含行內行外兩部分:行內的有客戶的基礎人口統計特徵數據、交易歷史數據、信用歷史數據等;外部數據有人行徵信數據、

原创 R語言編程的高效方法

R語言編程的高效方法R語言編程的高效方法高效編程之細節知識點並行計算1.查看核數2.可以使用並行計算的場景3.Parellel 包 R語言編程的高效方法 學習資料來源: datacamp : writing-efficient-

原创 Linux語法(不完整)

Linux語法學習 工作中需要用到linux做mongodb的一些事情。學一下linux。 對服務器來說,圖形界面會佔用更多的系統資源,而且會安裝更多的服務、開放更多的端口,這對服務器的穩定性和安全性都有負面影響。 命令提示符 [ro

原创 HIVE教程

HIVE教程 Hadoop Hadoop是一個開源框架來存儲和處理大型數據在分佈式環境。它包含兩個模塊,一個是MapReduce,另外一個是Hadoop分佈式文件系統(HDFS). MapReduce: 它是一種並行編程模型在大型集羣

原创 Machine learning tree methods

Machine learning tree methods Learn how to use tree-based machine learning models to predict future values of a stock

原创 線性迴歸股價預測

Machine learning for finance in python Preparing data and a linear model Explore the data with some EDA Any time we b

原创 Fine-tuning your model

Fine-tuning your model 精修你的模型 Metrics(度量) for classification Confusing matrix 混淆矩陣是由false positives,falsenegatives,tr

原创 Regression with scikit-learn

Regression with scikit-learn Fit & predict for regression # Import LinearRegression from sklearn.linear_model import

原创 Classification with scikit-learn

Classification with scikit-learn Basic model # Import KNeighborsClassifier from sklearn.neighbors from sklearn.neighb

原创 SVM in R

SVM in R SVM算法最初是用來處理二分類問題的,是一種有監督學習的分類算法。 對於線性可分的二分類問題,我們可以找到無窮多個超平面,將兩類樣本進行區分。 線性可分SVM所尋找的最優超平面就是要儘可能的遠離所有類別的數據點,使得

原创 Regression Analysis by SAS

SAS for regression analysis I once confound why there are still lots of institutes and companies using SAS. Actually,

原创 Classification trees

Datacamp Learning Classification trees in R Building a simple decision tree The loans dataset contains 11,312 random

原创 KNN with R

DATACAMP–machine learning with R Not including the mechanism of knn, this passage focus on how to apply the package “

原创 Python 學習之SQlite

Python 學習之SQlite 參考鏈接: [1]https://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000/001388