JuliaML / MLDataUtils.jl

Utility package for generating, loading, splitting, and processing Machine Learning datasets
http://mldatautilsjl.readthedocs.io/
Other
102 stars 20 forks source link

Julia v0.5 #12

Closed pevnak closed 8 years ago

pevnak commented 8 years ago

Have anyove tried to fix bugs with Julia v0.5 Test Summary: | Pass Error Total tst_kfolds.jl | 6 5 11 KFolds constructor | 3 1 4 LabeledKFolds constructor | 3 1 4 (Labeled)KFolds methods | 1 1 KFolds iterator | 1 1 LabeledKFolds iterator | 1 1

tbreloff commented 8 years ago

The data iteration has been completely redesigned, but we haven't committed to merging it yet. The 'tom' branch removes most of this functionality, and the new api is temporarily living in StochasticOptimization.jl

On Tuesday, October 4, 2016, pevnak notifications@github.com wrote:

Have anyove tried to fix bugs with Julia v0.5 Test Summary: | Pass Error Total tst_kfolds.jl | 6 5 11 KFolds constructor | 3 1 4 LabeledKFolds constructor | 3 1 4 (Labeled)KFolds methods | 1 1 KFolds iterator | 1 1 LabeledKFolds iterator | 1 1

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JuliaML/MLDataUtils.jl/issues/12, or mute the thread https://github.com/notifications/unsubscribe-auth/AA492i-7bXr-loWtngCSzazV2MkT0LY4ks5qwki5gaJpZM4KNoBe .

pevnak commented 8 years ago

Thanks for the answer. If this functionality will be removed, what would be the package mostly used for? I will continue to rely on old MLBase, which provides such functionality. In the same time I do not think it is best idea to change these packages frequently, as it might drive people off the language.

tbreloff commented 8 years ago

If it wasn't clear, this is temporary. The new api is intended to replace the old one.

As for not changing things... The reason I'm not pushing to master is specifically to avoid api churn.

On Wednesday, October 5, 2016, pevnak notifications@github.com wrote:

Thanks for the answer. If this functionality will be removed, what would be the package mostly used for? I will continue to rely on old MLBase, which provides such functionality. In the same time I do not think it is best idea to change these packages frequently, as it might drive people off the language.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JuliaML/MLDataUtils.jl/issues/12#issuecomment-251586893, or mute the thread https://github.com/notifications/unsubscribe-auth/AA492pvf3m3mtAJZoLstxiEg-dtUCzT-ks5qwzikgaJpZM4KNoBe .

Evizero commented 8 years ago

absorbed by #13