Skip to content

D50000/Python-In-Machine-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python In Machine Learning

Machine Learning Models

Python In Machine Learning Apply to FinTech

Technical Indicators

If can't install ta-lib check this here

  • SMA:
    Simple Moving Average
  • EMA:
    Exponential Moving Average
  • WMA:
    Weighted Moving Average
  • ADXR:
    Average Directional Movement Index Rating
  • MOM:
    Momentum
  • STCK:
    Stochastic K%
  • STCD:
    Stochastic D%
  • MACD:
    Moving Average Convergence and Divergence
  • RSI:
    Relative Strength Index
  • WR:
    Larry William's R%
  • ADO:
    Accumulation Distribution Oscillator
  • CCI:
    Commodity Channel Index

Model selection

  • Classification strategy
    • Accuracy
    • Precision
    • Recall
    • F1 Measure
  • Regression strategy
    • Linear Regression model
    • Mean squared error
    • R-squared
    • Adjusted R-squaredp-value

reference:

http://mrjbq7.github.io/ta-lib/doc_index.html
https://scikit-learn.org/stable/modules/generated/sklearn.metrics.r2_score.html
https://scikit-learn.org/0.18/modules/generated/sklearn.metrics.classification_report.html
https://heartbeat.fritz.ai/5-regression-loss-functions-all-machine-learners-should-know-4fb140e9d4b0
https://www.geeksforgeeks.org/ml-implementing-l1-and-l2-regularization-using-sklearn/

About

Python In Machine Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors