Skip to content

issues Search Results · repo:sylvaticus/BetaML.jl language:Julia

Filter by

44 results
 (83 ms)

44 results

insylvaticus/BetaML.jl (press backspace or delete to remove)

using BetaML using MLJBase X = (x1 = rand(5), x2 = rand(5)) y = [1, 2, 3, 2, 1] scitype(y) # AbstractVector{Count} M = BetaML.Bmlj.NeuralNetworkClassifier @assert scitype(y) : target_scitype(M) verbosity ...
  • ablaom
  • 2
  • Opened 
    on Dec 20, 2024
  • #75

The problem is that both StandardScaler and MinMaxScaler _fit function start defining the outer container as X_scaled = cache ? float.(X) : nothing But if X has non-numerical values this result in an ...
  • sylvaticus
  • Opened 
    on Jul 16, 2024
  • #73

Is there not a typing error here? https://github.com/sylvaticus/BetaML.jl/blob/4bf2d55ad3d8cfddeebeaea8396f172c7448020b/src/Utils/Measures.jl#L15-L17 Cosine distance cosine_distance(x,y) = dot(x,y)/(norm(x)*norm(y)) ...
  • mlesnoff
  • 1
  • Opened 
    on Mar 15, 2024
  • #71

The code modelType = @load RandomForestClassifier pkg = BetaML verbosity=1 mod = modelType( n_trees = 2, max_depth = 10 ) is not working in the latest version of BetaML.
  • rubsc
  • 6
  • Opened 
    on Feb 22, 2024
  • #70

While working with BetaML, DataFrames and Chain, I found that importing BetaML leads to ambiguity in findall when working with the @chain macro. using Chain, DataFrames import BetaML as BML df = DataFrame(randn(100, ...
  • simonsteiger
  • 3
  • Opened 
    on Feb 9, 2024
  • #69

Change the loop order in cache/predict of the AutoEncoder to allow convolutional layers with non-array output in layers
  • sylvaticus
  • Opened 
    on Jan 30, 2024
  • #68

import BetaML using MLJTestInterface @testset generic mlj interface test begin f, s = MLJTestInterface.test( [BetaML.Bmlj.KMeansClusterer,], MLJTestInterface.make_regression()[1]; ...
  • ablaom
  • 1
  • Opened 
    on Jan 28, 2024
  • #67

I recently updated my packages and noticed that I couldn t create an MLJ machine with the Gaussian Mixture Model with BetaML v0.11.0. The older version v0.10.4 is working fine. I have not checked whether ...
  • CasBex
  • 7
  • Opened 
    on Jan 26, 2024
  • #66

Need fitesult - fitresult in https://github.com/sylvaticus/BetaML.jl/blob/df11d62af777dd3ea25c6df43910c8f725148bc4/src/Clustering/Clustering_MLJ.jl#L178 See also #64
  • ablaom
  • 3
  • Opened 
    on Jan 10, 2024
  • #65

Picked this up in an integration test: https://github.com/sylvaticus/BetaML.jl/blob/df11d62af777dd3ea25c6df43910c8f725148bc4/src/GMM/GMM_MLJ.jl#L325 fitesult should be fitresult
  • ablaom
  • 1
  • Opened 
    on Jan 9, 2024
  • #64
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub