Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NewT123-WM/tnlearn
/ functions
Functions
330 in github.com/NewT123-WM/tnlearn
⨍
Functions
330
◇
Types & classes
77
Method
predict
(self, X: np.ndarray)
tnlearn/drsr/agent.py:285
Method
register_program
(self, program: str)
tnlearn/drsr/buffer.py:74
Method
register_program
( self, program: str, island_id: Optional[int], scores_per_test: ScoresPerTest
tnlearn/drsr/buffer.py:219
Function
rename_function_calls
Rename function calls from `source_name` to `target_name`.
tnlearn/drsr/code_manipulation.py:247
Function
reset_global_tokens
重置本次实验的全局 token 统计。
tnlearn/drsr/llm.py:34
Function
resnet152
return a ResNet 152 object
benchmark/image_benchmark_polyregressor/TC_Resnet.py:172
Function
resnet34
return a ResNet 34 object
benchmark/image_benchmark_polyregressor/TC_Resnet.py:157
Function
resnet50
return a ResNet 50 object
benchmark/image_benchmark_polyregressor/TC_Resnet.py:162
Method
save
r"""Save the current model to the specified path with the given filename. Args: path: The path where the model weights are saved.
tnlearn/base1.py:47
Method
savefigure
r"""Update the plots for loss and accuracy across epochs. Args: loss: Loss value during training. accuracy: Accuracy
tnlearn/visualize.py:110
Method
score
r"""Evaluate the score of the model. Args: X_ (numpy ndarray): Test data. y_ (numpy ndarray): Label data. Re
tnlearn/mlpclassifier.py:346
Method
score
r"""Evaluate the coefficient of determination. Args: X (numpy ndarray): Test data. y (numpy ndarray): Label data.
tnlearn/mlpregressor.py:321
Function
seresnet152
()
benchmark/image_benchmark_polyregressor/TC_senet.py:175
Function
seresnet18
()
benchmark/image_benchmark_polyregressor/TC_senet.py:163
Function
seresnet34
()
benchmark/image_benchmark_polyregressor/TC_senet.py:166
Function
seresnet50
()
benchmark/image_benchmark_polyregressor/TC_senet.py:169
Method
setUp
(self)
tests/test_regressor.py:23
Method
setUp
(self)
tests/test_base.py:42
Method
set_global_sample_nums
(self, num)
tnlearn/drsr/sampler.py:181
Function
tc_resnet18
return a ResNet 18 object
benchmark/image_benchmark_polyregressor/TC_Resnet.py:152
Method
test_evaluate
(self)
tests/test_regressor.py:34
Method
test_plot_progress
(self)
tests/test_base.py:90
Method
test_rand_w
(self)
tests/test_regressor.py:46
Method
test_save_load
(self)
tests/test_base.py:46
Method
test_score_methods
(self)
tests/test_base.py:65
Method
test_simp
(self)
tests/test_regressor.py:40
Function
text_to_function
Return Function object by parsing input text using Python AST.
tnlearn/drsr/code_manipulation.py:190
Method
update
r"""Update the plots for loss and accuracy across epochs. Args: epoch: Epochs during training. loss: Loss value durin
tnlearn/visualize.py:77
Method
visit_FunctionDef
Collect all information about the function being parsed.
tnlearn/drsr/code_manipulation.py:134
Function
yield_decorated
Yield names of functions decorated with `@module.name` in `code`.
tnlearn/drsr/code_manipulation.py:276
← previous
301–330 of 330, ranked by callers