Coder Social home page Coder Social logo

good-client-bad-client's Issues

Update README.md

  • update description section
  • upload dataset link
  • mention steps to run code (under Usage)

STEP 3: Feature Creation

Task
Define the feature variables which are to be predicted using this model

Function to implement
feature_creation()

STEP 6: Get started with model creation!

Completed and merged your last 5 tasks? Great! By now, you must have learnt a lot but the real 'Machine Learning' begins from here. From now on, you will be provided with the topics you need to implement.

Task
Import packages for the model and prepare data
(Check the template code file for the topics above)

Setup Template Py Script

  • make sure there is a template code set up
  • for issues, you could create empty functions (for ex: def split(df) could return dataset split into test and train, and you could leave function description empty for collaborators to solve)

STEP 10: Optimize your model

Congratulations! By now, you have successfully created a model and evaluated it, but is it the end? Of course not!
Let's optimize our model :)

Task

  • Tune model parameters
    Considering, we have a relatively small size of the data and features, set high number of parameters for tuning.

  • Optimize model classifier
    Fit the model with the tuned parameters and see the improvement in the accuracy of the model.

  • Evaluate optimized model on testing sample
    Predict using the new-found accuracy!

STEP 2: Import the credit card dataset

Got your first PR merged? Awesome!
Continuing the task we started in our last issue:

Task
Try importing the Credit Card data set using the pandas package

STEP 4: Handling Missing Values

Task
Check to see if there are any missing values in both the datasets imported.
If yes, then fill those missing values.

Functions to implement
missing_values_table(df)
solution_missing_values(df)

Step 5: EDA and Vintage Analysis

EDA and Vintage Analysis
Perform EDA for the data set to find best factors to be considered for the model.
What is Vintage Analysis could be searched here.

Where to show
Make all the Analysis under the Observation Heading.

STEP 1: Import and read app data

Let's start on this project!

To create your first PR:

  • Fork this repo
  • Create a file with your name (yourname.py) in the folder submissions (Create one if folder is not there)
  • Import the dataset and define the read_app_data() to read application data
  • Make a pull request referencing this issue!

Function to Implement
read_app_data()

STEP 8: Define, Fit and Predict!

Task

  • Define the ml model that you will be using in this project.
  • Run the model on training data (Fitting)
  • Predict outcomes using fitted model

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.