sdufseval 1.0.8__tar.gz → 1.0.9__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sdufseval
3
- Version: 1.0.8
3
+ Version: 1.0.9
4
4
  Summary: Evaluation and Benchmark Tool for Feature Selection
5
5
  Project-URL: Homepage, https://github.com/mrajabinasab/FSEVAL
6
6
  Project-URL: Bug Tracker, https://github.com/mrajabinasab/FSEVAL/issues
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "sdufseval"
7
- version = "1.0.8"
7
+ version = "1.0.9"
8
8
  authors = [
9
9
  { name="Muhammad Rajabinasab", email="muhammad.rajabinasab@outlook.com" },
10
10
  ]
@@ -4,8 +4,8 @@ import time
4
4
  import warnings
5
5
  import numpy as np
6
6
  import pandas as pd
7
- from eval import unsupervised_eval, supervised_eval
8
- from loader import load_dataset
7
+ from .eval import unsupervised_eval, supervised_eval
8
+ from .loader import load_dataset
9
9
 
10
10
  class FSEVAL:
11
11
  def __init__(self,
File without changes
File without changes
File without changes