Skip to content

ourway/prediction_spark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prediction_spark

This Repo will include script that predict some data from CSVs files.

To run the admissions.py:

  • Open python shell using the command python

  • In the shell type: from admissions import predict_admissions predict_admissions(csv_path, predict_by, predict_period)

    predict_by should be one of the columns of the csv file predict_period should be any integer number from 1 to 36 months

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 52.3%
  • Python 47.7%