Code Monkey home page Code Monkey logo

awesome-machine-learning-interpretability's People

Contributors

andrewschreiber avatar anmorgan24 avatar axsaucedo avatar benedekrozemberczki avatar bgreenwell avatar bharatr21 avatar bkhaleghi avatar collinstarkweather avatar csinva avatar datherton09 avatar elboyran avatar gdequeiroz avatar guillermo-navas-palencia avatar hbaniecki avatar hemumanju avatar iancovert avatar jphall663 avatar kjappelbaum avatar kozaka93 avatar marcelrobeer avatar matheusgmaia avatar mosew avatar parulnith avatar paulbkoch avatar sayakpaul avatar seansaito avatar sergioburdisso avatar unanimad avatar vidalt avatar zoranpandovski avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

awesome-machine-learning-interpretability's Issues

mint


  "p": "GRC20",
  "op": "mint",
  "tick": "GitHub",
  "amt": "2000"
}

Consider interesting red-teaming references

I don't want to post/endorse this blog, but seems there are good references: https://www.linkedin.com/pulse/red-teaming-assurance-accountability-jiahao-chen-pzj9e/.

[1] AI Red-Teaming Is Not a One-Stop Solution to AI Harms
[2] How easy is it to make the AI behind chatbots go rogue? Hackers at Defcon test it out
[3] OpenAI Red Teaming Network; Red Teaming Language Models to Reduce Harms; Microsoft AI Red Team building future of safer AI
[4] Report and Analysis of Political Exercises, September 1958; The Political Exercise - A Progress Report (March 1961)
[5] Present & Future ORSA Trends - A Forecast for the US Army
[6] A Quest for Excellence
[7] Red Teaming: A Means to Military Transformation
[8] Program Management in Design and Development
[9] Computer Security Technology Planning Study
[10] Tiger teams; corporations can follow government's lead in establishing special computer security squads
[11] Red Teaming of Advanced Information Assurance Concepts
[12] Organization and Training of a Cyber Security Team
[13] Red Teaming: Past and Present
[14] Cybersecurity Attacks – Red Team Strategies
[15] Effectiveness of cybersecurity audit
[16] The IIA's Three Lines Model
[17] NIST Framework for Improving Critical Infrastructure Cybersecurity
[18] What are you doing to prevent cyberattacks?
[19] Red Teaming Language Models with Language Models
[20] Red Teaming Language Models to Reduce Harms: Methods, Scaling Behaviors, and Lessons Learned
[21] Red-Teaming Large Language Models
[22] When ‘red-teaming’ AI isn’t enough
[23] Response to Politico's "When ‘red-teaming’ AI isn’t enough"

@datherton09 - can you look through this references list for any nice resources.

errors in the tutorial (Interpreting Machine Learning Models with the iml Package)

Re section: Comprehensive Software Examples and Tutorials (Interpreting Machine Learning Models with the iml Package)
I am getting the following error when trying to execute the following code in section entitled "Replication requirements" (https://uc-r.github.io/iml-pkg):

classification data

df <- rsample::attrition %>%
mutate_if(is.ordered, factor, ordered = FALSE) %>%
mutate(Attrition = recode(Attrition, "Yes" = "1", "No" = "0") %>% factor(levels = c("1", "0")))

Error: 'attrition' is not an exported object from 'namespace:rsample'

The problem was solved using the following code:
(...)
h2o.init()

data

library(modeldata)
data("attrition", package = "modeldata")

classification data

df <- attrition %>%
mutate_if(is.ordered, factor, ordered = FALSE) %>%
mutate(Attrition = recode(Attrition, "Yes" = "1", "No" = "0") %>% factor(levels = c("1", "0")))

Unfortunately, I got another error after trying to execute the following code (section entitled "Global interpretation/Feature importance" (https://uc-r.github.io/iml-pkg):

compute feature importance with specified loss metric

imp.glm <- FeatureImp$new(predictor.glm, loss = "mse")
imp.rf <- FeatureImp$new(predictor.rf, loss = "mse")
imp.gbm <- FeatureImp$new(predictor.gbm, loss = "mse")

Error in [.data.frame(prediction, , self$class, drop = FALSE) : undefined columns selected
Error in [.data.frame(prediction, , self$class, drop = FALSE) : undefined columns selected
Error in [.data.frame(prediction, , self$class, drop = FALSE) : undefined columns selected

I use R 4.2.0/ Win10

Add to reference library

Add list of contributors

  • It would be nice to have a list of current contributors and update this list as more people add resources to this repo.

Consider name change

Something like awesome-responsible-machine-learning? Does anyone know what happens if we change the name?

Desired bibliographies

  • Accessibility and Inclusion

    • Adaptive Technologies
    • Design Principles
    • User Studies
  • Algorithmic Bias

    • Sources of Bias
    • Mitigation Strategies
    • Impact Assessment
  • BibTeX (Various)

  • Cultural and Geographical Context

    • Localized Practices
    • Cross-Cultural Studies
    • Cultural Sensitivity
  • Data Privacy

    • Anonymization Techniques
    • Legal Frameworks
    • Privacy vs Utility
  • Environmental Impact

    • Energy Consumption
    • Sustainable Practices
    • Ecological Ethics
  • Ethical ML

    • Foundational Theories
    • Case Studies
    • Ethical Guidelines
  • Explainability and Interpretability

    • Technical Approaches
    • User Experience
    • Legal Requirements
  • Feminist Approaches to ML

    • Gender Bias
    • Feminist Theory
    • Empowerment
  • Historical Perspectives

    • Early Computational Models
    • Historical Context
    • Future Histories
  • Human-Centered ML

    • User-Centric Design
    • Human-in-the-Loop
    • Cognitive Psychology
  • Indigenous Perspectives

    • Data Sovereignty
    • Cultural Respect
    • Case Studies
  • ML in Healthcare

    • Clinical Applications
    • Ethical Considerations
    • Regulatory Landscape
  • Regulation and Policy

    • Current Legislation
    • Policy Proposals
    • Enforcement and Oversight
  • Social Impact of ML

    • Positive Impacts
    • Negative Impacts
    • Societal Discussions
  • Sociotechnical Systems

    • Integration Challenges
    • System Theory
    • Ethnographic Studies
  • Web (Various)

A not-free book listed as free

Firstly, thanks! This page is awesome.

I really don't like to look a gift horse in the mouth, but the book "An Introduction to Machine Learning Interpretability" by Gill and Hall is not free. It's paywalled: you need a Safari account to access it, which isn't free.

Best wishes,

John

Official links

In addition to FTC AI blogs, let's add:

  • 2021 OCC Model Risk Management Handbook
  • Finalized version of NIST Four principles of XAI
  • Finalized FDA SaMD guidance
  • FHA model risk management/model governance guidance
  • FFEIC model risk or AI guidance

universal vs. geo-cultural ethical contextualizing

Note to Self: Guide's ethical scope is universal and multidisciplinary. To enrich, add resources on geo-cultural ethical variations. Aim for depth and breadth. Potential sections with viewpoints from subfields of ethics, sociology, law for a fuller responsible ML perspective?

Fill in remaining package descriptions

  • Tensor flow projector - “An application to visualized tensorflow work.”
  • h2o - borrow from R descriptions
  • Rudin group (Bayesian rule list, Bayesian And/Ors) - Implementation of X by the Rudin group at Duke.

Where to include articles/materials related debugging Deep Neural Nets?

AAA + others

  • algorithmic accountability act or other potential data privacy or AI regulation
  • get the versioning of the bill right

Mint


  "p": "GRC20",
  "op": "mint",
  "tick": "GitHub",
  "amt": "2000"
}

New soft announce

Basic re-intro plan:

  • Implement Danny's categories
    • Highlight places where we need the most help:
      • Communities and Forums
      • Conferences and Workshops
      • Challenges and Competitions
  • Is there a way to alert previous contributors for the same purposes?
  • Incorporate internal feedback
  • Broader announce (Tentatively, Oct. 1)

Conference dead links

Both the NeurIPS workshop and ICML links were dead or went to general conference pages. I removed for now. Let's try to find the new or direct links. NeurIPS also runs an AI financial services workshop that might qualify .

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.