bcbi / ClassImbalance.jl

Sampling-based methods for correcting for class imbalance in two-category classification problems
Other
11 stars 9 forks source link

Update requirements, like DataFrame #86

Closed BuddhiLW closed 3 years ago

BuddhiLW commented 3 years ago

+Compat = "3.37.0" +DataFrames = "1.2.2" +Distributions = "0.25.16" +StatsBase = "0.33.2" +julia = "1.6"

DilumAluthge commented 3 years ago

I prefer not to check the manifest file in to source control. Can you:

  1. Remove the manifest file
  2. Add Manifest.toml to the gitignore file
BuddhiLW commented 3 years ago

Yes! I will do it.