Skip to content

p3DDah/Data_Mining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Mining Project

Dataset

https://www.kaggle.com/datasets/Cornell-University/arxiv

  • extract json in root folder and run main

Loging Levels

DEBUG

  • Description: Detailed information, typically of interest only when diagnosing problems. This is the lowest level.
  • Numeric value: 10

INFO

  • Description: Confirmation that things are working as expected.
  • Numeric value: 20

WARNING

  • Description: An indication that something unexpected happened, or indicative of some problem in the near future (e.g., 'disk space low'). The software is still working as expected.
  • Numeric value: 30

ERROR

  • Description: Due to a more serious problem, the software has not been able to perform some function.
  • Numeric value: 40

CRITICAL

  • Description: A serious error, indicating that the program itself may be unable to continue running.
  • Numeric value: 50

NOTSET

  • Description: This is a special level that is used to initialize the logging system. It captures no logs by default and is technically at the lowest level in the logging hierarchy.
  • Numeric value: 0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors