heavye / Breast_Cancer_Causality_Inference

A causal graph is a central object in the framework, but it is often unknown, subject to personal knowledge and bias, or loosely connected to the available data. The main objective of the task is to highlight the importance of the matter in a concrete way.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License

workflow workflow Build Status

Logo

Breast Cancer Diagnosis and Prognosis Via Linear Programming

Perform a causal inference task using Pearl’s framework; Infer the causal graph from observational data and then validate the graph; Merge machine learning with causal inference;
Explore more about the challenge

dataset on Kaggle · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

About The Project

unnamed

A common frustration in the industry, especially when it comes to getting business insights from tabular data, is that the most interesting questions (from their perspective) are often not answerable with observational data alone. These questions can be similar to: “What will happen if I halve the price of my product?” “Which clients will pay their debts only if I call them?” Judea Pearl and his research group have developed in the last decades a solid theoretical framework to deal with that, but the first steps toward merging it with mainstream machine learning are just beginning.

The causal graph is a central object in the framework mentioned above, but it is often unknown, subject to personal knowledge and bias, or loosely connected to the available data.

Here's What this module can do:

  • Read the data
  • Perform exploratory analysis on it
  • Extract features and scale the extracted feature
  • Split the data into training and hold-out set
  • Create casual graph using different technique
  • Examine the model performance based on the graph

A list of commonly used resources that we find helpful are listed in the acknowledgements.

Built With

Resoures that used in this project are :

Getting Started

You can get a local copy up and running follow these simple example steps.

Installation

  1. Clone the repo
    git clone https://github.com/Casualty-Challenge/Breast_Cancer_Causality_Inference.git
  2. Install the setup.py

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contributers

Biniam Sisay - binasisayet8790@gmail.com
Euel Fantaye - euelfantaye@gmail.com
Yosef Engdawork - josephnewgold1@gmail.com
Maelaf Tegegn -  maelaf17@gmail.com

Project Link: https://github.com/Casualty-Challenge/Breast_Cancer_Causality_Inference.git

https://github.com/Casualty-Challenge/Breast_Cancer_Causality_Inference.git

Acknowledgements

About

A causal graph is a central object in the framework, but it is often unknown, subject to personal knowledge and bias, or loosely connected to the available data. The main objective of the task is to highlight the importance of the matter in a concrete way.

License:MIT License


Languages

Language:Jupyter Notebook 99.7%Language:Python 0.3%