Commit Graph

713 Commits

Author SHA1 Message Date
yoshoku d3e9ac1658
🔧 Drop ruby-2.5 2021-07-11 18:08:47 +09:00
Atsushi Tatsuma 85fbbf290f
Merge pull request #30 from bkmgit/bkmgit-fedora
📚 Add related package installation commands on Fedora
2021-07-11 09:22:05 +09:00
Benson Muite 1005123f84
add Fedora 2021-07-10 20:38:10 +03:00
yoshoku 292489e306
🔧 Change Ruby setup action 2021-07-11 01:50:11 +09:00
yoshoku 7c4494aef1
🆙 Bump up version number to 0.23.1 2021-06-27 12:52:08 +09:00
yoshoku ad2da7a4f8
🎨 Fix to use until statement instead of recursive call 2021-06-27 12:36:35 +09:00
yoshoku 4eacf53f6a
📚 Fix build status badge link 2021-06-26 15:40:28 +09:00
yoshoku 5af31ee272
🔥 Delete travis ci config file 2021-06-26 15:40:06 +09:00
yoshoku 299b9dbc16
🎨 Fix to return contiguous narray for all estimator outputs 2021-05-04 00:51:33 +09:00
yoshoku 5749932e5d
🎨 Refactor Tree estimator specs 2021-05-04 00:28:53 +09:00
yoshoku 66251d76bc
🎨 Refactor NeuralNetwork estimator specs 2021-05-04 00:27:27 +09:00
yoshoku c83f8c35ce
🎨 Refactor NearestNeighbors estimator specs 2021-05-03 23:48:55 +09:00
yoshoku a364060879
🎨 Refactor NaiveBayes estimator specs 2021-05-03 23:13:54 +09:00
yoshoku 8d16efdb9a
🎨 Refactor MetricLearning estimator specs 2021-05-03 22:36:22 +09:00
yoshoku affd5e907f
🎨 Refactor Manifold estimator specs 2021-05-03 22:19:24 +09:00
yoshoku 2470147be0
🎨 Refactor LinearModel estimator specs 2021-05-03 22:12:37 +09:00
yoshoku e37437f4c0
🎨 Refactor KernelMachine estimator specs 2021-05-03 21:23:18 +09:00
yoshoku b2840f225b
🎨 Refactor KernelApproximation estimator specs 2021-05-03 11:33:54 +09:00
yoshoku b9eecbd684
🎨 Refactor FeatureExtraction estimator specs 2021-05-03 11:33:49 +09:00
yoshoku 264f0b9b07
🎨 Refactor Ensemble estimator specs 2021-05-03 11:33:44 +09:00
yoshoku 3fdf9f770b
🎨 Refactor Decomposition estimator specs 2021-05-03 11:33:36 +09:00
yoshoku 5e82ea472a
🎨 Refactor Clustering estimator specs 2021-05-03 10:41:12 +09:00
yoshoku 86bc15335c
🎨 Apply clang-format to native extension codes 2021-05-02 22:40:00 +09:00
yoshoku 8a0dd1f083
🔧 Add clang-format config file 2021-05-02 22:13:28 +09:00
yoshoku 83691249d8
🔧 Add LD_LIBRARY_PATH 2021-05-02 13:33:06 +09:00
yoshoku 2e13840096
📛 Rename native extension files 2021-05-02 13:21:57 +09:00
yoshoku 5e8d343464 🆙 Bump up version number to 0.23.0 2021-04-04 11:16:57 +09:00
yoshoku b2a4ec2420 🚀 Change automalically selected solver from sgd to lbfgs in LinearRegression and Ridge 2021-04-04 11:07:38 +09:00
yoshoku 7368b22abc 🤖 Auto-correct with Rubocop 2021-04-04 11:02:41 +09:00
yoshoku 574d6ab4a1 🆙 Bump up version number to 0.22.5 2021-03-12 00:50:26 +09:00
yoshoku f065345150 🎨 Add n_features parameter to load_libsvm_file 2021-03-11 23:45:03 +09:00
yoshoku bad82e7dd0 🎨 Refactor Dataset module spec 2021-03-11 00:52:39 +09:00
yoshoku caf6f1e286 🎨 Fix kernel parameters of KernelCalculator 2021-03-08 00:33:40 +09:00
yoshoku bb0d5f2675 Add classifier class based on kernel ridge regression 2021-03-07 17:03:43 +09:00
yoshoku 2f2a58f310 🎨 Add supported kernel functions to Nystroem 2021-03-06 22:30:12 +09:00
yoshoku e49ee8ded5 🎨 Add argument error message on KernelCalculator 2021-03-06 21:19:06 +09:00
yoshoku efce274fe5 Add transformer class for calculating kernel matrix 2021-02-28 23:04:38 +09:00
yoshoku 7e711f5b45 🆙 Bump up version number to 0.22.4 2021-02-21 10:54:51 +09:00
yoshoku 0e37aa0203 📚 Fix some typos 2021-02-21 00:30:23 +09:00
yoshoku 13a0501d41 🎨 Fix array initialization 2021-02-21 00:21:48 +09:00
yoshoku 2c6a52bd2e Add regressor class with voting ensemble method 2021-02-21 00:12:53 +09:00
yoshoku bc7de2e1fb 🎨 Add require for LabelEncoder 2021-02-20 20:52:52 +09:00
yoshoku 43786faafe Add classifier class with voting ensemble method 2021-02-20 19:03:08 +09:00
yoshoku 81e2d0579f 🔧 Update rake version 2021-01-31 13:20:33 +09:00
yoshoku 310338f3a0 🎨 Add code to check object movement bugs 2021-01-31 13:20:33 +09:00
yoshoku 826dfa1503 🔧 Add ruby-3.0 2021-01-31 13:20:29 +09:00
yoshoku a5b1728992 🆙 Bump up version number to 0.22.3 2021-01-23 01:23:36 +09:00
yoshoku 72d449c226 📚 Fix typo on API documentation of NNLS 2021-01-23 00:34:28 +09:00
yoshoku 4917a1bf4b 📚 Add TODO comments to internal methods 2021-01-23 00:33:55 +09:00
yoshoku f06b29a577 📚 Fix link to Coveralls 2021-01-20 18:53:56 +09:00