Giter Club home page Giter Club logo

flywithzeka's Introduction

FlyWithZEKA - ZEKA

Zeynep Environment for Knowledge Analysis

About My Financial Project: ZEKA – Zeynep Environment for Knowledge Analysis

I wanted to combine my intense interest in the economy with my computer knowledge. "African Economic Bank Systemic Crisis Data" attracted my attention among the databases on the site named Kaggle. In this dataset, the African countries have features like above between 1950 and 2014: is there a systemic crisis? is there any domestic debt? is there any foreign debt? Is there inflation? is there independence? etc. It had 12 features. In Class, it was marked whether there was an economic crisis in the country that year. My goal is to tell the possibility whether it will be experiencing an economic crisis this year with the knowledge I have learned from previous years,.

I converted all of the features to 0/1 binary type so that all algorithms can work correctly. I created a Java eclipse project, I imported the WEKA library, and examined how many percent of the zeroR, j48 decision tree, oneR, logistic regression, knn algorithms result in this dataset.

ZeroR gave 91.123% accuracy, which means that the rate of no_crisis in the data (don’t have economic crisis) is 91.123% without any learning.

OneR gave 97.733% accuracy. Since the economic crisis is inevitable when there is a systemic crisis, the oneR algorithm has worked so well. Because the OneR algorithm includes determining the class according to a single feature.

Logistic Regression gave 98.111% accuracy which is the best result among these 5 algorithms. Because this algorithm has also taken the effects of features other than the systemic crisis feature (of course, the coefficient of this feature is the biggest).

So I choose logistic regression, and I can predict that an African country will suffer or will not suffer an economic crisis this year with a probability of 98.111%.

Please download African_Crisis zip, in this file you will African_Crisis/documents/.. theese:

.settings
bin
documents:

african_crisis (csv file), ikon (jpg fot GUI), okubeni (readMe)

src:

weka (java project), african_crisis (csv file), ikon (jpg fot GUI)

flywithzeka's People

Contributors

zeynimnim avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.