lcmd-epfl / MLKRR

Code for the Metric Learning for Kernel Ridge Regression algorithm
MIT License
8 stars 4 forks source link

Tutorial 2: TypeError #1

Closed dtchang closed 1 year ago

dtchang commented 1 year ago

TypeError Traceback (most recent call last) ~\AppData\Local\Temp\ipykernel_19020\1948509090.py in ----> 1 model = mlkrr.MLKRR( 2 verbose=True, shuffle_iterations=5, 3 max_iter_per_shuffle=20, krr_regularization = 1e-9, 4 size1=0.3, size2=0.7)

TypeError: init() got an unexpected keyword argument 'size1'

Mattuuuuh commented 1 year ago

We removed the tutorials and put new example scripts instead in the examples/ directory.