1
0
mirror of https://github.com/sjwhitworth/golearn.git synced 2025-04-25 13:48:49 +08:00

Commit Graph

  • 1a456e3a79
    Update README.md dadilll 2024-01-15 20:53:50 +07:00
  • aeabb9ea40
    Merge 60a77836d9e2fc5b5daa3c88f38fb8a5ca81c517 into 74ae077eafb245fa3bdca0288854b6d51f97fe60 Nathaniel Rand 2023-12-22 20:15:24 -05:00
  • 60a77836d9 Update readme image with new cover image hosted from an open issue Nathaniel Rand 2023-12-22 20:12:11 -05:00
  • 563bbf3463
    Merge 3a8c4c1afd3aecfd01f51ef832497399478236e2 into 74ae077eafb245fa3bdca0288854b6d51f97fe60 Guilherme Felipe Reis 2023-03-03 19:55:54 +00:00
  • 3a8c4c1afd feature: Attribute Specifications Guilherme Reis 2023-03-03 16:55:39 -03:00
  • 9ffe55fd47 feature: API Warts Guilherme Reis 2023-03-03 16:15:49 -03:00
  • b4ebccc0e1 feature: adding attributes Guilherme Reis 2023-03-03 16:07:32 -03:00
  • 81edd9b55b feature: installation v2 Guilherme Reis 2023-03-03 16:01:28 -03:00
  • 6c3e10007d chore: installation Guilherme Reis 2023-03-02 13:45:32 -03:00
  • 6e0edd8719 feature: Home page wiki Guilherme Reis 2023-03-02 13:23:43 -03:00
  • 7d209ef2c9
    Merge 5ceb4e711109fd7802e3e1d0cdff3589221efc57 into 74ae077eafb245fa3bdca0288854b6d51f97fe60 Richard Townsend 2023-01-11 15:06:17 +09:00
  • e9f22c4310
    Merge dd07a0cc7c95a797902554ca7f098a2a6f954b56 into 74ae077eafb245fa3bdca0288854b6d51f97fe60 sandeepmishraSSR 2023-01-11 15:06:17 +09:00
  • 37114206ee
    Merge b7178c36848df4f256b406586e2978afe7de102b into 74ae077eafb245fa3bdca0288854b6d51f97fe60 coding567 2023-01-11 15:06:17 +09:00
  • cffe333ea1
    Merge 595c58c8597b42b7bd91576bb2de3db1edef1fe4 into 74ae077eafb245fa3bdca0288854b6d51f97fe60 Philip 2023-01-11 15:06:16 +09:00
  • 93431bb388
    Merge d252e1174b1ba554833ebde97fff6d25f3d28310 into 74ae077eafb245fa3bdca0288854b6d51f97fe60 Jason Zhu 2023-01-11 15:06:16 +09:00
  • d781c9002e
    Merge e99043d4ac7412554fc0d3ed95e79fe6fbb62ddc into 74ae077eafb245fa3bdca0288854b6d51f97fe60 Mikael VALLENET 2023-01-05 13:45:03 +01:00
  • 74ae077eaf
    Merge pull request #284 from sshehata/master master Richard Townsend 2022-12-28 16:30:02 +00:00
  • 0f33e2fa72 feat: allow missing values when parsing csvs sshehata 2022-12-18 03:21:01 +01:00
  • e99043d4ac feat(neural): add tanh func & derivate in neural funcs pkg Mikatech 2022-08-04 23:25:04 +02:00
  • e91c24e7b8 cela2 changed libliner.go and linear_regression.go cela2 2022-05-26 21:49:38 +08:00
  • b7178c3684 fix runtime error in TestLogistic coding567 2022-01-18 08:24:43 +00:00
  • a8b69c276c
    Merge pull request #269 from EliDavis3D/patch-1 Richard Townsend 2021-10-14 20:37:59 +01:00
  • 0ae13fe821
    Example now pulls from correct filepath for dataset Eli Davis 2021-10-05 13:17:23 -06:00
  • 947ee7214e
    Merge pull request #268 from louisguitton/fix-typo-hello-world Richard Townsend 2021-09-06 19:21:58 +01:00
  • d0cad661f0 Fix typo in hello world example Louis Guitton 2021-09-05 13:50:08 +02:00
  • 00d4cfd91a
    Merge pull request #266 from wonyonyon/patch-1 Richard Townsend 2021-05-11 12:39:39 +01:00
  • d494b8ed97
    Close flie Yasuhiro Matsumoto 2021-05-09 23:02:16 +09:00
  • 093beecd44
    Update go.sum wonyonyon 2021-05-01 15:30:00 +08:00
  • cde96fa826
    Merge pull request #261 from Oliveirakun/fix-model-load Richard Townsend 2021-01-17 16:49:41 +00:00
  • d33eb47a05 Fix random forest model loading Francis Oliveira 2021-01-10 00:56:45 -03:00
  • 6489b3bf7c Fix id3 model loading An error was ocurring everytime an id3 model was loaded Francis Oliveira 2021-01-08 00:22:00 -03:00
  • 294d65fca3
    Merge pull request #259 from paul-nelson-baker/master Richard Townsend 2020-11-27 22:19:38 +00:00
  • 7580cac059 Fixing compilation errors that break the library Paul Freakn Baker 2020-11-27 06:07:20 -07:00
  • 7240e2c238 Adding Go module files Paul Freakn Baker 2020-11-27 06:14:16 -07:00
  • e3b68dd8f7
    fix: correct base dataframe Richard Townsend 2020-11-23 00:20:09 +00:00
  • 9ed5a13fba
    Merge pull request #256 from Yushgoel/dataFrameCompatibilityReviewed Richard Townsend 2020-11-22 21:46:08 +00:00
  • 5e8076f6e2 Merge branch 'dataFrameCompatibilityReviewed' of https://github.com/Yushgoel/golearn into dataFrameCompatibilityReviewed Ayush 2020-11-04 17:08:50 +05:30
  • 4aff2a91fb Removing cyclic import Ayush 2020-11-04 17:07:37 +05:30
  • 66e5d579d2
    Merge pull request #8 from Yushgoel/dataFrameCompatibility Ayush Goel 2020-11-04 16:26:47 +05:30
  • 47b57c4835 Replacing Nest with Switch Case Ayush 2020-11-04 16:21:29 +05:30
  • 76577c449b Create dataframe_go.go Ayush 2020-10-27 13:50:42 +05:30
  • 6fed29ee9c
    Merge pull request #250 from Yushgoel/IsolationForest_reviewed Richard Townsend 2020-09-08 23:06:55 +01:00
  • e3a09cfa34 File paths Ayush 2020-09-08 14:55:47 +05:30
  • b015e072ba fix: shift examples around Richard Townsend 2020-09-07 21:37:18 +01:00
  • 5ceb4e7111 linear_models: fix cgo issues, upgrade to liblinear 2.14 Richard Townsend 2020-09-06 10:01:07 +01:00
  • a380d191f4 Removed Changing Seed Ayush 2020-09-06 09:30:38 +05:30
  • dd07a0cc7c
    Merge pull request #1 from sjwhitworth/master sandeepmishraSSR 2020-09-03 13:26:36 +05:30
  • fef30344d3
    Merge pull request #6 from Yushgoel/IsolationForest Ayush Goel 2020-08-30 18:19:39 +05:30
  • 333997b024 Adding Comments Ayush 2020-08-30 18:17:18 +05:30
  • 0270ec8579 IsolationForest in trees.go Ayush 2020-08-27 18:04:34 +05:30
  • 5a66fb940f Adding Example Script Ayush 2020-08-27 18:00:37 +05:30
  • d20c03e2b3 Adding isolation_test Ayush 2020-08-25 09:59:19 +05:30
  • 452acbabb3 Adding Isolation + Fixing previous import issue Ayush 2020-08-24 14:26:45 +05:30
  • 6aa37aca00
    Merge pull request #5 from sjwhitworth/master Ayush Goel 2020-08-14 10:51:55 +05:30
  • c39ef5156b
    Merge pull request #249 from Yushgoel/cart_reviewed Richard Townsend 2020-08-06 17:17:37 +01:00
  • 27b86ce3ea Delete tmp Ayush 2020-08-06 21:43:47 +05:30
  • b689fe0c58 Fixing Typo + tmp file Ayush 2020-08-03 09:41:35 +05:30
  • 2a54c10a37
    Merge pull request #4 from Yushgoel/cart Ayush Goel 2020-08-01 15:34:16 +05:30
  • e55a329d8a Fixing Bug Ayush 2020-08-01 15:32:59 +05:30
  • cee05df456
    Merge pull request #1 from Yushgoel/cart Ayush Goel 2020-08-01 15:15:06 +05:30
  • cad05a087a Updating Logistic.go Ayush 2020-08-01 15:11:38 +05:30
  • 4e5315a687
    Merge pull request #3 from sjwhitworth/master Ayush Goel 2020-08-01 15:03:02 +05:30
  • db7f9de99a
    Merge pull request #2 from sjwhitworth/master Ayush Goel 2020-08-01 14:56:36 +05:30
  • 8ae385ca25 Complexity Analysis for Algorithm Ayush 2020-08-01 13:16:34 +05:30
  • cd2b86aa2e Changing var name Ayush 2020-08-01 11:43:14 +05:30
  • 6a42fcd4ae catching nInstances == 0 Ayush 2020-08-01 11:36:53 +05:30
  • 9d1ac82a40 Optimizing Loss Calculation Ayush 2020-08-01 11:25:53 +05:30
  • ae2338c2c1 Updating package level details Ayush 2020-07-31 12:38:34 +05:30
  • 7f8ce6d113 Removing Panics Ayush 2020-07-31 11:01:20 +05:30
  • 7276108661 Adding Documentation Ayush 2020-07-30 11:48:50 +05:30
  • d587340e4a Renaming Impurity Functions Ayush 2020-07-30 11:21:06 +05:30
  • 1954aae7a6 Changing name of Use_not Ayush 2020-07-30 10:27:16 +05:30
  • 2d2af0a58f Removing Clutter Ayush 2020-07-28 14:17:18 +05:30
  • ef751e62c4 Adding cart_test.go Ayush 2020-07-27 17:08:44 +05:30
  • 91a27e3ca0 Fixing Comments Ayush 2020-07-27 15:03:12 +05:30
  • abed408f9b Updating Dataset + Naming Ayush 2020-07-26 11:21:20 +05:30
  • a6614fa9f5
    Merge pull request #247 from AlekSi/patch-1 Richard Townsend 2020-07-25 18:25:19 +01:00
  • c0c3b2e1bf Fixing Sorting Ayush 2020-07-25 13:22:15 +05:30
  • b16b60fcb5 Adding Example script for CART Ayush 2020-07-23 16:45:31 +05:30
  • c40ae76b9c
    Require Go 1.13+ Alexey Palazhchenko 2020-07-22 19:38:39 +03:00
  • c793b1d2c5
    Restore workaround Alexey Palazhchenko 2020-07-22 19:29:30 +03:00
  • 065f45d1ee
    Bump Go versions Alexey Palazhchenko 2020-07-22 19:23:51 +03:00
  • c083759523 Adding Changes Ayush 2020-07-22 14:34:59 +05:30
  • 2cdf2c77da
    Merge e87a7e4aadc60d0d452779201bf842310d84a85d into 3e43e74895fbe667cb83c7fd8278238eb001f667 Richard Townsend 2020-07-19 14:22:42 +02:00
  • e87a7e4aad fitting features etc Richard Townsend 2020-07-19 13:22:10 +01:00
  • 08529c42cf Added Comments for Regressor Ayush 2020-07-18 14:21:50 +05:30
  • 16eac7d86d Adding Regression Trees Ayush 2020-07-18 12:26:50 +05:30
  • d1228c5508 Adding Integration For Fixed Data Grid in Predict And Evaluate Ayush 2020-07-18 10:47:22 +05:30
  • 8848652943 Added Decision Tree Classifier Ayush 2020-07-16 13:37:34 +05:30
  • b72c44ed80 fix: update travis configuration Richard Townsend 2020-07-14 23:41:44 +01:00
  • 3cc6a338f9 chore: update http => https Richard Townsend 2020-07-14 23:34:34 +01:00
  • 81098a10e6 fix: additional type fixups Richard Townsend 2020-07-14 23:28:42 +01:00
  • 550a82c83f linear_models: try to fix a SIGABRT Richard Townsend 2017-04-10 01:02:45 +01:00
  • b94373553d linear_models: more flag fiddling Richard Townsend 2017-04-10 00:56:19 +01:00
  • 801f8b8652 travis: update to Ubuntu 14.04 as base image Richard Townsend 2017-04-10 00:48:30 +01:00
  • 9d1c8c19c2 linear_models: turn up the optimization level Richard Townsend 2017-04-10 00:43:28 +01:00
  • e1bfb49f5f travis: try to get a more recent compiler Richard Townsend 2017-04-10 00:39:04 +01:00
  • 10eefb0c0c travis: Remove "temporary" workaround for cgo pointer problems Richard Townsend 2017-04-10 00:34:19 +01:00
  • 8ba2c56945 linear_models: fixed an issue with cgo pointers Richard Townsend 2017-04-10 00:30:41 +01:00
  • d91b18b078
    Add go.mod and go.sum Yasuhiro Matsumoto 2020-03-09 21:30:31 +09:00