Giter Club home page Giter Club logo

feature_selection_tool's Introduction

A Data-driven Framework to Select a Cost-Efficient Subset of Parameters to Qualify Sourced Materials

The objective of this code is to develop the process-structure-property linkages and find the optimal set of input variables to qualify the powder feedstock for additively manufactured (AM) Inconel 718 (IN 718). The repository contains the following list of functions developed.

  • Normalizing input variables.
  • Remove low variance variables
  • Calculate and visualize Pearson correlations.
  • Eliminate highly correlated features.
  • Forward Feature Selection.
  • Backward Feature Selection.
  • Sequential floating forward selection.
  • Embedded feature selection with random forest regressor.
  • Embedded feature selection with extra Tree regressor.
  • Check assumptions for regression.

Installation

  1. Clone or download the repository
  2. Install the requirements with: pip install -r requirements.txt

Use

Run Analysis.py for an example. To use your own data change data = pd.read_csv("AMSII_data.csv", nrows= 12) to read your own data and change the target columns (ex. y11=data['UTS'] --> y11=data['YOUR_TARGET_PROPERTY_HERE'])

Requirements

  1. Python 3.5 +
  2. Scikit-Learn
  3. Numpy
  4. Pandas
  5. Matplotlib
  6. Seaborn
  7. Mlxtend

Dataset

Dataset was collected at NASA Glenn Research Center (Cleveland, OH) and contains measurements of variables from 18 powder lots: 15 pristine and 3 recycled (i.e., used for additive manufacturing a component already) which were produced by either gas or rotary atomization in either Nitrogen or Argon atmosphere. The data types are both categorical and numerical.

feature_selection_tool's People

Contributors

jstuckner avatar nsenanay avatar

Watchers

 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.