Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

fiyatyonutahmini/FinancialForecastingDSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Financial Forecasting Decision Support System

Description

This repository contains a decision support system that runs on streaming stock market data. The system aims to predict the price movement direction. In order to achive this, it uses Spark Streaming's Linear Regression and Logistic Regression algorithms and the technical indicators which are implemented in yasinuygun/TechnicalIndicators as features.

Repository Contents and Starting the Application

c#_program is the decision support system that is coded in C#. It uses the spark_streaming_program that is coded in Java. In order to start the application, first run the Java program and enter the number of features and machine learning algorithm you want to use. Then run the C# program, and set the features you want to use. Once you started both of the programs, the system will start to run.

Members