Skip to content

vaisakh-shaj/Data-Science-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A set of tools that can come handy to Data Scientists

Contact

Table of Contents

  1. Functionalities
  2. Dependencies
  3. How to Use
  4. Future Work
  5. Citation

Functionalities

  • Script for converting categorical values in a given dataframe to numerical values (handle_non_numerical_data)

    handle_non_numerical_data(dataframe)
  • Script for Tsne Plot for any data(sparse/non-sparse) (tsne_plot)

      from plot_tsne import plotTsne
  • Script to concatenate + normalize + balance + split (CNBS)

      from CNBS import makeData
      cl=makeData(D,ratio)
                  #D has the format [(numpy1,label1),(numpy2,label2),(numpy3,label3)]

Dependencies

  1. Python3
  2. Numpy
  3. Pandas
  4. Sklearn

How to Use

Future Work

Citation

About

Data Science Tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages