Giter Club home page Giter Club logo

bias_bot's Introduction

BIAS RECRUITMENT AI

biasbot

This code brings in the historical recruitment data (train.csv) and new candidate data (test.csv) then performs a decision/prediction on the new candidates if they will get the job or not.

Explanation

Many AI algorythms are designed to automate jobs by doing it better/faster etc. In this case, the AI is making a decision based on the hiring history. I.e. If a company had shown bias towards/against a certain group then the AI would definitely pick up on this and possibly even do that even more.

Disclaimer

This is for those new to AI or not of a technical background.

FLOW

  1. Import libs
  2. Import CSVs
  3. Set features and labels (information and values we wish to predict)
  4. Build & Train model
  5. Save results to CSV file

INSTRUCTIONS

If you have python & pip installed you need to run the following commands to install dependencies

pip install numpy
pip install pandas
pip install sklearn 

Then in terminal or command line navigate to the folder where this code is and run the following:

python process_candidates.py

This will create the output csv that you can view.

CHALLENGE

Change the train.csv and add more bias, imagine what sort of bias may be going on before the use of AI, then run the program and see if the AI picks up on that underlying bias.

bias_bot's People

Contributors

murchie85 avatar

Stargazers

bytjn1416124 avatar

Watchers

 avatar  avatar bytjn1416124 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.